最新 最热

Windows查看局域网内在线主机ip

for /L %i IN (1,1,254) DO ping -w 2 -n 1 192.168.1.%i

2019-07-25
1

Linux一句命令之获取CPU内存占用

命令: while sleep 1; do ps -aux | grep firefox | awk 'NR==1{print "CPU: "$3"%", "MEMORY: "$4"%"}'; donewhile cmd; do...done命令是循环体,循环执行"..."内的命令,多条命令用";"隔开;ps......

2019-07-15
1

Linux学习笔记之CentOS 7系统使用firewalld管理防火墙端口

0x00 firewalld的基本使用# 启动: systemctl start firewalld# 查看状态: systemctl status firewalld # 停止: systemctl disable firewalld# 禁用: systemctl stop firewalld0x01 sy...

2019-07-04
0

scala用ssh2连接Linux

如果连接成功的话,那么就将命令发送过去,命令发送只需要建立一个会话即可,执行命令返回的值保存在 in 中:

2019-07-02
1

IntelliJ IDEA 创建spring boot 的Hello World 项目

5. Fill out the project name,and choose the project location

2019-06-30
1

谁都用过的神技!为什么说重启能解决 90% 的问题?

归根到底:系统治不好自己这90%的问题里100%是程序员惹的祸总结:人类的智慧结晶,居家出行必备技能

2019-06-05
1

谁都用过的神技 为什么说重启能解决90%的问题?

都说人生三大法宝:“多喝热水”,“记得吃药”,“重启一下试试”,重启已经成为了当代人必备的生活技能。作为新时代的有为青年,自从家里购入了电脑我就开始了没日没夜的上网冲浪之旅。不过伴随着时间流逝,家里的电脑也就慢慢...

2019-06-04
1

Windows 安装 NVM 原

1. 从 GitHub 上下载 nvm 的 Windows 安装包 nvm-setup.zip

2019-05-29
1

不能运行 'rc.exe'( error LNK1158: cannot run 'rc.exe')

在使用vs2013跑cuda samples中查看GPU设备的程序deviceQuery时,出现如下错误:

2019-05-25
1

在Windows上的MySQL 中如何用命令将数据库转存为.sql文件

(adsbygoogle = window.adsbygoogle || []).push({});

2019-04-15
0