摘要: 质量,是企业的生命随着经济、科学技术日益发展,质量越来越成为人们关注的话题。各个行业都制定了相应的质量体系标准,各大企业也都在实施相应的质量管理体系。公司也深刻感受到了提高产品质量的重要性。产品质量的好坏,关系到企业的生死存亡。要发展就要把质量放在首位,更要落实到企业的每一名员工心中,形成牢固的质量 阅读全文
posted @ 2018-10-06 13:10 科学小怪癖 阅读(2748) 评论(0) 推荐(0) 编辑
摘要: ping 的过程,包含报文,ping丢包 延时等问题arpicmp ipconfig/all 查看本地配置的网络是否正常 ping 本地的环回地址: ping 127.0.0.1 检查本地的tcpip 协议有没有配置好 ping 本机地址,检查本机的ip是否设置错误 ping 网关 检查网关硬件设备 阅读全文
posted @ 2018-10-06 13:09 科学小怪癖 阅读(541) 评论(0) 推荐(0) 编辑
摘要: Sub Main Dim cnte Dim cnt Dim delay Dim time Dim onetime onetime = 9999999 delay = 5000 time = 700 For cnte = 0 To onetime crt.screen.Send "quit " & C 阅读全文
posted @ 2018-10-06 13:09 科学小怪癖 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Sub Main Dim cnt Dim delay Dim time Dim atttime atttime = 20 delay = 3000 time = 50 crt.screen.Send "root" & chr(13) crt.Sleep delay crt.screen.Send " 阅读全文
posted @ 2018-10-06 13:08 科学小怪癖 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Sub Main crt.Sleep 10000 Dim cnt For cnt = 0 To 1000000 crt.screen.Send "admin-status down" & Chr(10) crt.Sleep 600000 crt.screen.Send "admin-status u 阅读全文
posted @ 2018-10-06 13:07 科学小怪癖 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Sub Main Dim cnt Dim delay delay = 10000 For cnt = 0 To 80 crt.screen.Send "interface optical-receiver 0 " & chr(13) crt.Sleep delay crt.screen.Send " 阅读全文
posted @ 2018-10-06 13:04 科学小怪癖 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Sub Main Dim cnt Dim delay Dim time Dim atttime atttime = 20 delay = 3000 time = 50 cnt_time=3 crt.screen.Send " " & chr(13) crt.screen.WaitForString" 阅读全文
posted @ 2018-10-06 13:03 科学小怪癖 阅读(186) 评论(0) 推荐(0) 编辑
摘要: PyCharm一个是Python集成开发环境,它既提供收费的专业版,也提供免费的社区版本。PyCharm带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、自动完成、单元测试等等。 PyCharm非常好用,而且是跨平台的,在Windo 阅读全文
posted @ 2018-10-06 12:49 科学小怪癖 阅读(14064) 评论(0) 推荐(4) 编辑