09 2014 档案

摘要:1,apache a)apache官网下载 .tar.gz 结尾的文件,并且通过ftp传送到liunx下自建的目录里面。 b)解压 tar -zxvf httpd-2.0.54.tar.gz,并mv将其重命名为 apach(随意) c) ./configure --prefix=/usr/local/http2 \ --enable-modules=all \ --en... 阅读全文
posted @ 2014-09-25 18:14 栋的博客 阅读(202) 评论(0) 推荐(0) 编辑
摘要:对于大数据量的查询处理,记得先用explian看下,尽量的优化 例如:explain select surname,first_name form a,b where a.id=b.id Explain 解释: table:显示这一行的数据是关于那张表。 type: 这个是重要的列,显示连接使用了何种类型。从最好到最差的链接类型为 const – eq_reg – ... 阅读全文
posted @ 2014-09-24 12:46 栋的博客 阅读(249) 评论(0) 推荐(0) 编辑
摘要:没有仔细看解决办法,留个网址以后看 http://www.nowamagic.net/librarys/veda/detail/2334 阅读全文
posted @ 2014-09-11 17:09 栋的博客 阅读(337) 评论(0) 推荐(0) 编辑
摘要:HP传给JS字符串用ecsape转换加到url里,又用PHP接收,再用网上找的unscape函数转换一下,这样得到的字符串是UTF-8的,但我需要的是GB2312,于是用iconv转换 开始是这样用的 $str = iconv('UTF-8', 'GB2312', unescape(isset($_GET['str'])? $_GET['str']:'')); ... 阅读全文
posted @ 2014-09-11 17:07 栋的博客 阅读(8215) 评论(0) 推荐(0) 编辑
摘要:(.*) 这样根本不行,因为源代码里面有换行ch(13),还有一些 tab键,应该这样:preg_match('/([\s\S]*)/iU',$get,$data); 阅读全文
posted @ 2014-09-11 11:54 栋的博客 阅读(1478) 评论(0) 推荐(0) 编辑
摘要:html *(apk,ipa目前为自动重命名) css JS//触发事件 $('#ver').change(function() { //if 也可以使用try if(typeof this.files == 'undefined') { alert('建议您使... 阅读全文
posted @ 2014-09-01 17:35 栋的博客 阅读(3331) 评论(0) 推荐(0) 编辑

深入理解php php扩展开发 docker mongodb
点击右上角即可分享
微信分享提示