会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nowphp
导航
管理
上一页
1
···
11
12
13
14
15
16
17
18
下一页
2016年8月3日
ab
摘要: ab -n 100 -c 10 -p 'info.txt' -T 'application/x-www-form-urlencoded' -v 4 'http://account.dev.api.ttq.com/ttk/auth/info/' info.txt channel=md&account=
阅读全文
posted @ 2016-08-03 18:05 不断成长
阅读(154)
评论(0)
推荐(0)
编辑
2016年7月29日
批量删除进程清理 minerd
摘要: 发现顽固minerd 进程与ntp一起启动,所以一起杀掉 yum remove ntp kill -9 `ps -ef | grep ntp|awk '{print $2}'` kill -9 `ps -ef | grep minerd|awk '{print $2}'`
阅读全文
posted @ 2016-07-29 14:25 不断成长
阅读(228)
评论(0)
推荐(0)
编辑
2016年7月7日
待研究
摘要: http://blog.csdn.net/cywosp/article/details/23397179/ 一致性哈希算法
阅读全文
posted @ 2016-07-07 13:39 不断成长
阅读(86)
评论(0)
推荐(0)
编辑
2016年7月4日
zend
摘要: 1、进入下述路径:c/users/用户名,如果你的用户名是biggerlaugh,那就是在下述目录:C:\Users\biggerlaugh 2、删除一个文件和两个目录:.zs(文件),.ZendStudio(目录)、.zend(目录)
阅读全文
posted @ 2016-07-04 09:05 不断成长
阅读(176)
评论(0)
推荐(0)
编辑
2016年7月3日
lnmp
摘要: 1、 操作系统 CentOS release 6.5(final) 2、 安装mysql # yum install mysql-server #vi /etc/my.cnf +default-character-set=utf8 #chkconfig --add mysqld chkconfig
阅读全文
posted @ 2016-07-03 16:18 不断成长
阅读(151)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
下一页