摘要: 1 $(document).ready(function(){ 2 $("#rightNav").click(function(){ 3 $("#rightNav ul").toggle(); 4 }) 5 6 $("html").click(function(e){ 7 console.info( $(e.target).attr("class")); 8 if( $(e.target).attr("class") !=... 阅读全文
posted @ 2014-01-02 14:03 hxl2009 阅读(460) 评论(0) 推荐(0) 编辑

2015年9月3日

摘要: http://www.jb51.net/article/37986.htm 阅读全文
posted @ 2015-09-03 08:02 hxl2009 阅读(126) 评论(0) 推荐(0) 编辑

2015年8月10日

摘要: 来自 http://www.ttlsa.com/mongodb/mongodb-and-memory/#但凡初次接触MongoDB的人,无不惊讶于它对内存的贪得无厌,至于个中缘由,我先讲讲Linux是如何管理内存的,再说说MongoDB是如何使用内存的,答案自然就清楚了。据说带着问题学习更有效,那就... 阅读全文
posted @ 2015-08-10 21:17 hxl2009 阅读(170) 评论(0) 推荐(0) 编辑

2015年1月2日

摘要: http://download.csdn.net/detail/qwfy326/6572443wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64 阅读全文
posted @ 2015-01-02 13:28 hxl2009 阅读(110) 评论(0) 推荐(0) 编辑

2014年12月26日

摘要: http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html 安装mysqlrpm -qa | grep mysql // 这个命令就会查看该操作系统上是否已经安装了mysql数据库rpm -e --nodeps m... 阅读全文
posted @ 2014-12-26 13:30 hxl2009 阅读(227) 评论(0) 推荐(0) 编辑

2014年8月17日

摘要: http://www.cnblogs.com/zgx/archive/2011/08/10/2134097.htmlhttp://www.netingcn.com/php-memcached.htmlhttp://pecl.php.net/package/memcache 阅读全文
posted @ 2014-08-17 17:33 hxl2009 阅读(104) 评论(0) 推荐(0) 编辑

2014年7月27日

摘要: ## Sphinx configuration file sample## WARNING! While this sample file mentions all available options,# it contains (very) short helper descriptions on... 阅读全文
posted @ 2014-07-27 17:04 hxl2009 阅读(214) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.csdn.net/e421083458/article/details/21529969常用的命令ps -ef|grep searchd如果你开了search服务后,你命令比如 indexer search 后面都需要带上 --rotate./indexer --all./s... 阅读全文
posted @ 2014-07-27 16:56 hxl2009 阅读(158) 评论(0) 推荐(0) 编辑
 
摘要: http://www.php100.com/html/it/focus/2013/0916/6188.html###以上一篇的email数据表为例:数据结构:view sourceprint?01.CREATETABLEemail (02.emailid mediumint(8) unsignedN... 阅读全文
posted @ 2014-07-27 16:53 hxl2009 阅读(308) 评论(0) 推荐(0) 编辑

2014年7月14日

摘要: error_log /home/wwwlogs/nginx_error.log crit;pid /usr/local/nginx/logs/nginx.pid;#Specifies the value for maximum file descriptors that can b... 阅读全文
posted @ 2014-07-14 16:59 hxl2009 阅读(327) 评论(0) 推荐(0) 编辑

2014年7月2日

摘要: PHP通常搭配Mysql使用,但有时候也会连接到Oracle数据库。安装PHP的oci8扩张之前,需要先安装Oracle Instant Client( basic 或 basic lite 版就行了)。因为我们是从源码安装PHP扩展,所以还需要下载 Instant Client SDK。Oracl... 阅读全文
posted @ 2014-07-02 13:31 hxl2009 阅读(395) 评论(0) 推荐(0) 编辑