01 2017 档案

摘要:What is Locust? Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuri 阅读全文
posted @ 2017-01-09 10:38 LaMw 阅读(14854) 评论(2) 推荐(1)
摘要:一、安装NodeJs 切换到 cd /usr/local/src/ 下载nodejs wget https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-x64.tar.xz 然后解压 tar xvf node-v6.9.3-linux-x64.tar.xz 阅读全文
posted @ 2017-01-05 19:51 LaMw 阅读(1924) 评论(0) 推荐(0)
摘要:CentOS 7 安装 MySQL 首先检查 MySQL 是否已安装 yum list installed | grep mysql 如果有的话 就全部卸载 yum -y remove +数据库名称 MySQL 依赖 libaio,所以先要安装 libaio yum search libaio # 阅读全文
posted @ 2017-01-05 18:46 LaMw 阅读(6469) 评论(0) 推荐(3)
摘要:遇到ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)这玩意之后 折腾的 特痛苦 所以决定换个数据库玩 smile-task-api wget h 阅读全文
posted @ 2017-01-05 13:14 LaMw 阅读(944) 评论(0) 推荐(0)