上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 安装python的pip模块 阅读全文
posted @ 2017-07-08 17:41 binghex 阅读(439) 评论(0) 推荐(0)
摘要: 1.shell简单教程 http://c.biancheng.net/cpp/view/2736.html 阅读全文
posted @ 2017-01-23 15:12 binghex 阅读(100) 评论(0) 推荐(0)
摘要: 2017/1/18jmeter,正则表达式,python3,linux,都该学,怎么学不进 阅读全文
posted @ 2017-01-18 15:06 binghex 阅读(139) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-11-23 14:51 binghex 阅读(2) 评论(0) 推荐(0)
摘要: 1.函数助手对话框 阅读全文
posted @ 2016-11-23 14:11 binghex 阅读(78) 评论(0) 推荐(0)
摘要: 1. 1、防火墙未关 错误: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any pac 阅读全文
posted @ 2016-11-14 16:59 binghex 阅读(259) 评论(0) 推荐(0)
摘要: jmeter jenkins mysql shell docker etcd 1.badboy使用方法 cat命令 在Python中,采用的格式化方式和C语言是一致的,用%实现,举例如下: 你可能猜到了,%运算符就是用来格式化字符串的。在字符串内部,%s表示用字符串替换,%d表示用整数替换,有几个% 阅读全文
posted @ 2016-11-10 15:54 binghex 阅读(116) 评论(0) 推荐(0)
摘要: 1. 例二:列出当前目录中所有以“t”开头的目录的详细内容,可以使用如下命令: 命令:ls -l t* 例六:计算当前目录下的文件数和目录数 命令: ls -l * |grep "^-"|wc -l 文件个数 ls -l * |grep "^d"|wc -l 目录个数 2. 3.1 例一:进入系统根 阅读全文
posted @ 2016-11-09 21:30 binghex 阅读(184) 评论(0) 推荐(0)
摘要: 1.WEB测试与APP测试的区别 http://www.spasvo.com/news/html/201695153900.html 2.http://wenwen.m.sogou.com/qudetail.jsp?qid=1710652847&g_f=11301036 3跨浏览器网页效果免费自动测 阅读全文
posted @ 2016-11-08 13:09 binghex 阅读(184) 评论(0) 推荐(0)
摘要: mysql -u root mysql> use mysql; mysql> UPDATE user SET Password = PASSWORD('newpass') WHERE user = 'root'; mysql> FLUSH PRIVILEGES; 1./* 连接与断开服务器 */ m 阅读全文
posted @ 2016-10-19 17:16 binghex 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 下一页