- 博客(5)
- 收藏
- 关注
转载 Linux下查看当前TCP连接开启速率
#!/bin/bashlast=`netstat -s|grep 'passive connections openings'|awk '{print $1}'`sleep 1while [ true ]; do now=`netstat -s|grep 'passive con...
2017-09-06 10:05:00 826
转载 【软件下载】windows下的多线程下载命令:axel
windows下的多线程下载命令:axel 下载索引地址:https://st0rage.org/~n2j3/?page_id=225717166 下载地址:http://goo.gl/L8pfN ...
2017-09-04 09:27:00 1888
转载 使用udp socket获取本机主IP地址
def get_main_ipaddress(test_remote_address="114.114.114.114", test_remote_port=80): s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s....
2017-09-04 09:23:00 2156
转载 Windows Bat对上一个命令的执行结果进行判断
echo world > tmp.txtset /p tmp_var=<tmp.txtdel tmp.txtif %tmp_var%==world ( echo true) else ( echo false) ...
2016-09-14 00:38:00 7920
转载 使用click包装django的启动程序
"""opvis主控程序====- web - manager Django默认的manager程序"""import osimport sysimport click@click.group()def opviscore(): pass@...
2016-08-31 15:29:00 164
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人