摘要:
第 2 章 Robot Framework 2.2 安装指南 1. Python2.7 直接下载msi文件一步一步安装; 下载 pip.tar.gz 安装包,进入解压目录进行安装: python setup.py install 2. Setuptools https://pypi.python.o 阅读全文
摘要:
```shell
查看网络流量:
tcpdump -i eth0 按时间顺序列出文件:
ls -ltr
-l use a long listing format
-t sort by modification time
-r reverse order while sorting 实时查看日志:
tail -f /log.txt 查看进程:
ps aux 搜索可用安装包:... 阅读全文
摘要:
文件名为 xlrd.py 执行上面内容后报错:AttributeError: module 'xlrd' has no attribute 'open_workbook' 解决方案:文件命名覆盖了原有的 xlrd.py,重新命名文件名即可。 阅读全文
摘要:
mysql h localhost u root p lius 【例6.89】查看当前MySQL版本号,SQL语句如下: SELECT VERSION(); 【例6.90】查看当前用户的链接数,SQL语句如下: SELECT CONNECTION_ID(); 【例6.91】使用SHOW PROCES 阅读全文
摘要:
1.下载 key并添加: http://nginx.org/keys/nginx_signing.key 2.在 /etc/apt/sources.list 文件中加入下面两行: deb http://nginx.org/packages/ubuntu/ codename nginx deb src 阅读全文
摘要:
单斜杠、双斜杠除的区别: // 是地板除,/ 不管两边是不是整数得到的都是小数,四舍五入用 round() 阅读全文
摘要:
SIT: System Integration Test, 系统集成测试 UAT: User Acceptance Test, 用户验收测试 阅读全文
摘要:
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. 阅读全文
摘要:
```shell
$ cd
$ ls -al .bash_profile
$ vim .bash_profile
export EXINIT="set ts=4 sw=4" # 在文件最后增加此行设置,tab 空格 4 个 $ source .bash_profile
``` 阅读全文
摘要:
JAVA: Tomcat: MySQL: Solr: Redis: ActiveMQ: 阅读全文