是不是4.x版本的Charles https 监控不了了,方法没问题啊,到底是什么情况呢? 这个很有可能跟iO… 继续阅读Charles https 监控不了#解决方法#
mysql enum vs tinyint
enum的缺点: mysql 独有的定义 Also, ENUM is a non-standard MySql… 继续阅读mysql enum vs tinyint
redis 怎么都启动不了的问题
由于做slb,直接复制了个镜像,复制完redis怎么都启动不了, 看了下log [18423] 16 Nov … 继续阅读redis 怎么都启动不了的问题
PHP升级注意问题
先看下当前PHP.ini 中是否有新增加的extention 什么redis.so memcached.so… 继续阅读PHP升级注意问题
有关xml特殊字符BS的一些问题
Input is not proper UTF-8, indicate encoding ! 是不是用的chr… 继续阅读有关xml特殊字符BS的一些问题
为没有唯一键的表设置唯一键
方案一: create table a_cp select * from a group by uid,pi… 继续阅读为没有唯一键的表设置唯一键
php curl post使用 row
function curls($url, $data_string) { $ch = curl_init();… 继续阅读php curl post使用 row
Unknown: open_basedir restriction in effect
2016/04/19 17:59:23 [error] 129616#0: *664356635 FastCG… 继续阅读Unknown: open_basedir restriction in effect
记录一次 特殊的 nginx No input file specified
公司建了个wp的博客,想改域名,从.com改到.cc 在nginx中将对应的配置修改了,提示 No inpu… 继续阅读记录一次 特殊的 nginx No input file specified
记录一次缓存正式测试不正确的问题
由于新增的常量没有了在定时执行的php中定义,导致runtime中的数据没有定义常量,使用了测试的数据库