摘要: mysql-5.6.25-win32.zip 从官方下载下来的大小为 343MB,太大了可以删除掉的地方记录一下docs :全部删除。sql-bench:全部删除。mysql-test :全部删除。lib:全部删除。Share:占用空间不大,可忽略。bin:删除pdb后缀的文件。删除其他文件除了:m... 阅读全文
posted @ 2015-06-13 12:01 osfipin 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 某些情况下 隐藏路径信息 使用伪静态定义:RewriteRule ^no/torrent(.*)$ /index.php/torrent/doit/$1CodeIgniter会自动识别到 no 控制器,但是我其实想识别到torrent 控制器需要对core\URI.php 文件进行处理下 /** ... 阅读全文
posted @ 2015-06-03 12:34 osfipin 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 豆酷影视收集了很多影视资源的种子,直接使用这些种子就可以下载。在线观看电影有很多问题:网速卡,广告多,资源不丰富,意外关闭得重新加载等等。有很多朋友选择下载电影观看,豆酷影视收集的种子可以通过很多种途径下载观看。下面举例如何下载:1.首先搜索你想要看的电影,肖申克的救赎找到你要看的电影2.找到种子文... 阅读全文
posted @ 2015-04-23 11:44 osfipin 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 错误日志:由于定义了: ThreadsPerChild 450 MaxConnectionsPerChild 4000 AcceptFilter http noneapache 隔断时间会重启。有时候会出现以下的错误日志:[Fri Mar 27 16:52:25.... 阅读全文
posted @ 2015-03-27 17:25 osfipin 阅读(2508) 评论(0) 推荐(0) 编辑
摘要: Welcome!欢迎来到 Phalcon 框架, 一种崭新的 PHP 框架。我们的使命是给开发者一个开发 web 站点和应用的高级工具,让开发者不用担心框架的性能问题.Phalcon 是什么?Phalcon 是开源、全功能栈、使用 C 扩展编写、针对高性能优化的 PHP 5 框架。 开发者不需要学习... 阅读全文
posted @ 2015-03-27 14:35 osfipin 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 我们的动机(Our motivation)There are many PHP frameworks nowadays, but none of them is like Phalcon (Really, trust us on this one).Almost all programmers pr... 阅读全文
posted @ 2015-03-27 14:32 osfipin 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 关于安装php扩展php_curl 出现的提示错误,导致php_curl无法安装apache 错误日志:PHP Warning: PHP Startup: in Unknown on line 0网上找了很多,依着做都不行。PHP手册里其实已经有处理方法,地址:http://php.net/ma... 阅读全文
posted @ 2015-03-26 16:19 osfipin 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 豆酷短码 什么是豆酷短码 豆酷短码其实就是为了简化网址的一种方式,由英文字符+斜杠+数字组成,其实是就是一个网址。 阅读全文
posted @ 2015-03-13 11:10 osfipin 阅读(639) 评论(0) 推荐(0) 编辑
摘要: phpphp-5.4.381.下载 http://windows.php.net/downloads/releases/php-5.4.38-Win32-VC9-x86.zip解压到D:\web\php2. 配置httpd.conf 添加:# 解析phpLoadModule php5_module ... 阅读全文
posted @ 2015-02-27 14:28 osfipin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: PHP清理跨站XSS xss_clean 函数 整理自codeigniter Security由Security Class 改编成函数xss_clean 单文件直接调用。BY吠品。//来自codeigniter 清理跨站XSS xss_clean//Security Class 改编成函数func... 阅读全文
posted @ 2015-02-09 11:57 osfipin 阅读(1524) 评论(0) 推荐(0) 编辑
我是底部