function curls($url, $data_string) { $ch = curl_init();… 继续阅读php curl post使用 row
分类: 未分类
mysql 存储 emoji 注意事项
mysql 版本最低5.5.3,小编的是5.5.2纠结了好久 Emoji Emoji 字符的特殊之处是,在存储… 继续阅读mysql 存储 emoji 注意事项
世界,你好!
欢迎使用WordPress。这是系统自动生成的演示文章。编辑或者删除它,然后开始您的博客!
uploadify 在chrome上崩溃的办法
最近用了一下uploadify,在上传文件上还是很简单方便的。但是发现在chrome上会经常崩溃。网上找了一下… 继续阅读uploadify 在chrome上崩溃的办法
401 Unauthorized while accessing https://git.oschina.net/ oschina
git 版本的问题 git –version 最低1.7.10 所以得去升级: Step 1: I… 继续阅读401 Unauthorized while accessing https://git.oschina.net/ oschina
php 数组转对象 对象转数组
对象转数组 $arr = (array)$object; 数组转对象 $object = (object)$a… 继续阅读php 数组转对象 对象转数组
9792#0: *179 FastCGI sent in stderr: “PHP message: PHP Warning: Cannot modify header information – headers already sent by
那天error_log 里面有好多 PHP Warning: Cannot modify header in… 继续阅读9792#0: *179 FastCGI sent in stderr: “PHP message: PHP Warning: Cannot modify header information – headers already sent by
Ubuntu 10.10 source.list 绝对可用
source.list deb http://mirror.lupaworld.com/ubun… 继续阅读Ubuntu 10.10 source.list 绝对可用
windows7 64 wamp php 5.4.3 php_memcache.dll下载
我哩个去!! 真不容易 找到这个 windows7 64 wamp php 5.4… 继续阅读windows7 64 wamp php 5.4.3 php_memcache.dll下载
tar 解压缩命令详解
tar 解压缩命令 先总结一下 1、*.tar 用 tar –xvf 解压 2、*.gz 用 gzip -d或… 继续阅读tar 解压缩命令详解