
网络
zhangyulin54321
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python实现不断模拟客户端请求,实现压力测试
testVolumeClient.py import urllib2 url = 'http://localhost:8000' while True: urlrequest = urllib2.Request(url) urlresponse = urllib2.urlopen(urlrequest) print urlresponse.read()原创 2016-11-06 16:21:34 · 5173 阅读 · 0 评论 -
使用华为模拟器重置ospf设置命令
在xshell中: 》telnet 192.168.200.2 >>username:xxx,password:**** >>sy >> display cureent-configuration 你将会看到ospf的相关设置: # ospf 1 router-id 1.1.1.1 area 0.原创 2016-10-27 10:25:59 · 14495 阅读 · 0 评论