06 2017 档案

摘要:1.下载 key并添加: http://nginx.org/keys/nginx_signing.key 2.在 /etc/apt/sources.list 文件中加入下面两行: deb http://nginx.org/packages/ubuntu/ codename nginx deb src 阅读全文
posted @ 2017-06-21 16:41 Philly008 阅读(1440) 评论(0) 推荐(0)
摘要:单斜杠、双斜杠除的区别: // 是地板除,/ 不管两边是不是整数得到的都是小数,四舍五入用 round() 阅读全文
posted @ 2017-06-21 11:00 Philly008 阅读(123) 评论(0) 推荐(0)
摘要:SIT: System Integration Test, 系统集成测试 UAT: User Acceptance Test, 用户验收测试 阅读全文
posted @ 2017-06-21 09:51 Philly008 阅读(192) 评论(0) 推荐(0)
摘要:001 Ability 1.Can you ride a bike? 2.Will you be able to finish your work by noon? 3.Are you capable of painting beautiful pictures? 4.I can do it. 5. 阅读全文
posted @ 2017-06-06 08:29 Philly008 阅读(313) 评论(0) 推荐(0)
摘要:```shell $ cd $ ls -al .bash_profile $ vim .bash_profile export EXINIT="set ts=4 sw=4" # 在文件最后增加此行设置,tab 空格 4 个 $ source .bash_profile ``` 阅读全文
posted @ 2017-06-06 08:01 Philly008 阅读(497) 评论(0) 推荐(0)
摘要:JAVA: Tomcat: MySQL: Solr: Redis: ActiveMQ: 阅读全文
posted @ 2017-06-05 15:33 Philly008 阅读(177) 评论(0) 推荐(0)
摘要:1. 安装 Git: 2.设置 Git: 3.为 Github 上的 Repository 提交修改: 阅读全文
posted @ 2017-06-02 00:17 Philly008 阅读(323) 评论(0) 推荐(0)
摘要:Q1: LR 录制脚本时一直显示 0 event的原因: A1:1、选用的浏览器是LoadRunner不支持的浏览器;2、录制时浏览器处于打开状态,记得录制前关掉所需浏览器;3、协议不正确。 Q2:Replay时显示页面: A2:VuGen>Tools>Options> Q3:loadrunner中 阅读全文
posted @ 2017-06-01 22:08 Philly008 阅读(177) 评论(0) 推荐(0)