会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大赚佬
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2015年12月8日
center os 6.5 vsftpd 登陆出现 530 错误拒绝 解决方法
摘要: 别管那么多 把 /etc/vsftpd/ftpusers 里面的用户名删掉就好了。
阅读全文
posted @ 2015-12-08 10:23 大赚佬
阅读(323)
评论(0)
推荐(0)
2015年12月6日
mysql修改用户密码 新增用户
摘要: 修改密码:mysql> grant all privileges on *.* to yongfu_b@'192.168.1.%' identified by 'my_password_new';新建用户:mysql> grant all privileges on *.* to yongfu_b@...
阅读全文
posted @ 2015-12-06 00:28 大赚佬
阅读(139)
评论(0)
推荐(0)
2015年12月2日
javascript数字转汉字中文数字
摘要: /* 工具包*/var Utils={ /* 单位 */ units:'个十百千万@#%亿^&~', /* 字符 */ chars:'零一二三四五六七八九', /* 数字转中文 @number {...
阅读全文
posted @ 2015-12-02 10:19 大赚佬
阅读(2555)
评论(0)
推荐(0)
2015年11月18日
Apache 测试工具 ab 一句话压力测试
摘要: ab -n 4000 -c 1000 http://www.ha97.com/
阅读全文
posted @ 2015-11-18 15:39 大赚佬
阅读(145)
评论(0)
推荐(0)
2015年11月1日
记录一点自己写的Php代码(1)取得任意种类,无限级下线
摘要: //获取所有下线function get_all_heeler($user_id,$user_rank = 0){ $user_id_array = $user_id; while (true) { if (!empty($user_rank)) { ...
阅读全文
posted @ 2015-11-01 17:16 大赚佬
阅读(344)
评论(0)
推荐(0)
2015年10月28日
gitignore无效最简单解决办法
摘要: git rm --cached 文件或者文件夹git commit 提交git push 提交
阅读全文
posted @ 2015-10-28 23:33 大赚佬
阅读(143)
评论(0)
推荐(0)
Mac OS X取消Apache(httpd)开机启动
摘要: 安装MAMP后,启动服务时提示Apache启动失败,80端口被占用.查看进程发现存在几个httpd. OS X自带Apache,可是默认是没有启动的.我也没有开启Web共享,怎么就开机启动了呢?不知道是不是因为安装了别的什么软件导致的.一般的开机启动项可以在System Preferences–Us...
阅读全文
posted @ 2015-10-28 22:02 大赚佬
阅读(251)
评论(0)
推荐(0)
2015年10月27日
You must SET PASSWORD before executing this statement解决
摘要: SET PASSWORD = PASSWORD('123456');
阅读全文
posted @ 2015-10-27 20:41 大赚佬
阅读(166)
评论(0)
推荐(0)
2015年10月26日
OSX apache vhost 配置多站点时403错误解决方法
摘要: 到 /etc/apache2/httpd.conf 这个文件修改下面的路径就好了DocumentRoot "/Users/wujinhang/workspace/"
阅读全文
posted @ 2015-10-26 22:44 大赚佬
阅读(399)
评论(0)
推荐(0)
windows apache vhost 403 error
摘要: Options FollowSymLinks AllowOverride None Order deny,allow allow from all 注意加底线部分即可
阅读全文
posted @ 2015-10-26 14:34 大赚佬
阅读(164)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告