摘要: 官方说明地址:http://httpd.apache.org/docs/2.4/mod/core.html#enablemmapUse memory-mapping to read files during delivery在递送中使用内存映射(memory-mapping)来读取文件此指令指示ht... 阅读全文
posted @ 2016-01-16 09:53 osfipin 阅读(647) 评论(0) 推荐(0)
摘要: xwamp 目录结构设计原文来自:http://www.xwamp.com/make/directory-structure。目录说明所有程序都统一放在D盘下的xwamp目录。目录列表Apache:Apache程序conf:Apache配置logs:Apache日志mysql:mysql程序mysq... 阅读全文
posted @ 2016-01-16 08:46 osfipin 阅读(702) 评论(0) 推荐(0)
摘要: Windows Server 2003 Windows Server 2008 如何选择服务器系统版本。原文地址:http://www.xwamp.com/learn/1。系统版本:Windows Server 2003微软宣布Windows Server 2003 的扩展支持已于 2015 年 7... 阅读全文
posted @ 2016-01-15 10:40 osfipin 阅读(517) 评论(0) 推荐(0)
摘要: The primary Windows platform for running Apache 2.4 is Windows 2000 or later. Always obtain and install the current service pack to avoid operating sy... 阅读全文
posted @ 2016-01-14 21:14 osfipin 阅读(453) 评论(0) 推荐(0)
摘要: XWAMP并不打算打造一个多功能,零配置,方便调试的工具。XWAMP只是把原程序简单的组合在一起,利用CMD命令控制,真正的绿色版,只为了多学习点Windows + Apache + PHP + MySQL相关的知识。官方网站:http://www.xwamp.com/.Windows下的Apach... 阅读全文
posted @ 2016-01-14 21:11 osfipin 阅读(1505) 评论(0) 推荐(0)
摘要: 精简windows zip包后出现错误:Failed to load slave replication state from table mysql.gtid_slave_pos: 1932: Table 'mysql.gtid_slave_pos' doesn't exist in engine... 阅读全文
posted @ 2015-12-07 11:44 osfipin 阅读(4626) 评论(0) 推荐(0)
摘要: NilCMS几种页面输出方式:1.直接生成html。不进行php处理。2.生成文件缓存。针对于URL中单个目录文件过多,不利于管理。只进行PHP处理,不连接mysql。3.生成mysql缓存。数据保存在mysql中,不生成任何文件。进行PHP处理,连接mysql,只进行一次读取操作。测试代码:boo... 阅读全文
posted @ 2015-11-20 14:13 osfipin 阅读(249) 评论(0) 推荐(0)
摘要: 1.自动弹窗:关闭:苦逼的竞价狗。 阅读全文
posted @ 2015-11-16 09:55 osfipin 阅读(255) 评论(0) 推荐(0)
摘要: 一个双十一,金山忙得不亦乐乎,就往桌面上添加图标。卸载掉你!!!!!一些令人厌恶的动作:1.强制弹广告。2.强制弹新闻窗口:WPS热点:无法设置不再弹出。3.强制自动升级。删了还会有。4。。。。。 阅读全文
posted @ 2015-11-07 20:55 osfipin 阅读(308) 评论(0) 推荐(0)
摘要: 来源一Hash索引结构的特殊性,其检索效率非常高,索引的检索可以一次定位,不像B-Tree 索引需要从根节点到枝节点,最后才能访问到页节点这样多次的IO访问,所以 Hash 索引的查询效率要远高于 B-Tree 索引。可 能很多人又有疑问了,既然 Hash 索引的效率要比 B-Tree 高很多,为什... 阅读全文
posted @ 2015-11-06 17:33 osfipin 阅读(9505) 评论(0) 推荐(1)
我是底部