随笔分类 -  php技术

php的一些技术应用.
摘要:5個一列表顯示 "> " alt="" title="" class="img-thu... 阅读全文
posted @ 2017-05-19 12:01 ABIND 阅读(195) 评论(0) 推荐(0)
摘要:打开 codeigniter\system\libraries\Upload.php 文件 找到执行方法 $this->_file_mime_type($_file); 注释后替换成 然后控制台查看输出的 mime类型是什么 再打开 codeigniter\application\config\mi 阅读全文
posted @ 2016-12-14 17:18 ABIND 阅读(247) 评论(0) 推荐(0)
摘要:wdlinux_lamp服务器安装版ISO及下载,集成wdcp管理系统 星期五, 03/25/2011 - 07:46 — wdlinux 已启用新论坛,新版发布,安装,交流,请看论坛 http://www.wdlinux.cn/bbs/forum-2-1.html wdOS 1.0发布集成lamp 阅读全文
posted @ 2016-08-01 11:35 ABIND 阅读(250) 评论(0) 推荐(0)
摘要:随着php版本的不断更新 新版本功能越来越先进, 以及旧版本中那些重复功能的函数 进行瘦身,精简. 所以现在很多开源的php项目都在升级php的新版本. Appserv 2.5.10 软件 是我很喜欢的一个windows下快速搭建php开发环境的软件. 只是苦于他的php版本实在太低,而作者也直接从 阅读全文
posted @ 2016-03-04 18:20 ABIND 阅读(1662) 评论(0) 推荐(0)
摘要:PHP开启伪静态(AppServ服务器)时间:2014-02-11发布人:SHX浏览次数:968评论:0mod_rewrite是Apache的一个非常强大的功能,它可以实现伪静态页面。下面我详细说说它的使用方法1.检测Apache是否支持mod_rewrite通过php提供的phpinfo()函数查... 阅读全文
posted @ 2015-05-22 10:14 ABIND 阅读(608) 评论(0) 推荐(0)
摘要:";$begin_day = date("Y-m-d 00:00:00");$end_day = date("Y-m-d 23:59:59");$last_begin = date("Y-m-d 00:00:00",strtotime("last days"));$last_end = date("... 阅读全文
posted @ 2014-05-24 16:45 ABIND 阅读(1425) 评论(0) 推荐(0)
摘要:$file = 'putty.txt';if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($file)); header('Content-Transfer-Encoding: binary'); hea 阅读全文
posted @ 2011-06-16 18:23 ABIND 阅读(179) 评论(0) 推荐(0)