上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 198 下一页
摘要: 用CI框架时,有时候会遇到这么一个问题,打开网页,只显示 Disallowed Key Characters 错误提示。有人说 url 里有非法字符。但是确定 url 是纯英文的,问题还是出来了。但清空浏览器历史记录和cookies后。 刷新就没问题了。有时候。打开不同的浏览器。有的浏览器会有问题。 阅读全文
posted @ 2017-05-18 17:30 brady-wang 阅读(882) 评论(0) 推荐(0)
摘要: phpstorm10.0.3 百度网盘下载 提取码: kqvc 激活服务器: http://jetbrains.tencent.click/ (2016-09-19 可用) http://owo.help(2016-09-19 可用) http://idea.imsxm.com/(2017-04-2 阅读全文
posted @ 2017-04-03 16:11 brady-wang 阅读(11589) 评论(0) 推荐(0)
摘要: $pageNum = ceil($totalNum/$pageSize); for($page=1;$pageo_pcntl->tps_pcntl_wait('$this->o_cron->doNewMemberSharPage(\''.$page.'\',\''.$pageSize.'\');');//用子进程处理每一页 } 0){ pcntl_wait($sta... 阅读全文
posted @ 2017-03-26 17:56 brady-wang 阅读(1646) 评论(0) 推荐(0)
摘要: 全文检索在 MySQL 中就是一个 FULLTEXT 类型索引。FULLTEXT 索引用于 MyISAM 表,可以在 CREATE TABLE 时或之后使用 ALTER TABLE 或 CREATE INDEX 在 CHAR、 VARCHAR 或 TEXT 列上创建 全文检索在 MySQL 中就是一 阅读全文
posted @ 2017-03-17 12:09 brady-wang 阅读(10536) 评论(0) 推荐(0)
摘要: CentOS 6.4下通过yum安装的MySQL是5.1版的,比较老,所以就想通过源代码安装高版本的5.6.14。 正文: 一:卸载旧版本 使用下面的命令检查是否安装有MySQL Server 有的话通过下面的命令来卸载掉 二:安装MySQL 安装编译代码需要的包 下载MySQL 5.6.14 编译 阅读全文
posted @ 2017-03-17 11:54 brady-wang 阅读(224) 评论(0) 推荐(0)
摘要: tzselect 阅读全文
posted @ 2017-03-13 15:47 brady-wang 阅读(203) 评论(0) 推荐(0)
摘要: 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文
posted @ 2017-03-10 11:55 brady-wang 阅读(258) 评论(0) 推荐(0)
摘要: 安装openssl和开发包 yum install openssl openssl-devel 跳转到PHP源码下的openssl cd /usr/local/src/php-5.5.27/ext/openssl/ 改文件名 cp config0.m4 config.m4 执行phpize /usr 阅读全文
posted @ 2017-03-10 11:30 brady-wang 阅读(1021) 评论(0) 推荐(0)
摘要: 使用zookeeper过程中,需要监控集群状态。在使用四字命令时(echo conf | nc localhost 2181),报出如下错误:-bash: netcat: command not found。我的系统是CentOS 6.6, 64位系统,默认没有安装netcat,下面时安装过程中遇到 阅读全文
posted @ 2017-03-10 10:42 brady-wang 阅读(1478) 评论(0) 推荐(0)
摘要: 在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到: 代码如下: 2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent in stderr: "Primary script unknown" while reading r... 阅读全文
posted @ 2017-03-09 17:12 brady-wang 阅读(24638) 评论(0) 推荐(1)
上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 198 下一页