11 2012 档案

摘要:jspx---------------------------大数据:http://www.iteye.com/topic/1113622http://www.fromdev.com/2008/08/lucene-asynchronous-index-writer-for_28.htmlhttp://onjava.com/pub/a/onjava/2003/03/05/lucene.html?page=1http://muxiaolin.iteye.com/blog/1169219http://www.cnblogs.com/ibook360/archive/2011/11/29/226768 阅读全文
posted @ 2012-11-27 11:48 规格严格-功夫到家 阅读(162) 评论(0) 推荐(0) 编辑
摘要:索引采用B* tree存储。insert、update、delete在B* tree添加节点需要调整B* tree的结构,故会很慢,添加适当。 另外对于查询,最好的索引就是唯一性,一次即可定位,对于重复数据很多的列不合适简建立索引,因为过滤后数据量仍然很大,先走索引在走表,故很慢。 字段的可选择性非常差,使用索引比全表还慢。因为要先跑一遍索引。然后根据没消除几个记录的索引再跑差不多半个全表,结果还不如直接全表。这里添加(web,city)复合索引比较合适。是否使用索引,如何使用索引。要根据你查询的条件、返回结果、数据分布、具体数据库来综合考虑。而且每增加一个索引,都会对INSERT、UPDA. 阅读全文
posted @ 2012-11-27 11:09 规格严格-功夫到家 阅读(235) 评论(0) 推荐(0) 编辑
摘要:lucene中的nrthttp://www.cnblogs.com/huangfox/archive/2012/08/21/2649055.htmlhttp://qiao-wl.blog.163.com/blog/static/62487566201261393624995/ 阅读全文
posted @ 2012-11-27 09:48 规格严格-功夫到家 阅读(211) 评论(0) 推荐(0) 编辑
摘要:http://zhan.renren.com/moresearchengine?gid=3602888498032170757&from=post\http://www.searchworkings.org/blog/-/blogs/409474Lucene Wikihttp://wiki.apache.org/lucene-java/AnalysisParalysisMySQL show status - show open database connectionshttp://alvinalexander.com/blog/post/mysql/how-show-open-data 阅读全文
posted @ 2012-11-21 15:21 规格严格-功夫到家 阅读(219) 评论(0) 推荐(0) 编辑
摘要:http://blog.163.com/xiezhide/blog/static/779267200771444713401/Event Windows JInterOpMySQL学了一招:rewriteBatchedStatements=true 可以提高批处理速度。关于全文索引:http://blog.chinaunix.net/uid-21311887-id-1828125.htmlhttp://www.mysqlsystems.com/2009/04/mysql-fulltext-search.html锁:http://blog.163.com/wangchenyang99/blog/ 阅读全文
posted @ 2012-11-16 17:04 规格严格-功夫到家 阅读(189) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/hallelujah_chen/article/details/6016132 阅读全文
posted @ 2012-11-16 15:56 规格严格-功夫到家 阅读(221) 评论(0) 推荐(0) 编辑
摘要:转载博客一个。linux下mysql5.5.19编译安装笔记【已验证】http://www.cnblogs.com/cai9911/archive/2012/02/15/2352874.htmlhttp://winos.blog.51cto.com/937089/582997http://zcy860511.iteye.com/blog/592498---------------------------------------------------http://logstash.net/docs/1.1.5/life-of-an-eventhttp://blog.sina.com.cn/s/ 阅读全文
posted @ 2012-11-14 23:37 规格严格-功夫到家 阅读(183) 评论(2) 推荐(0) 编辑
摘要:http://sunting-bcwl.iteye.com/blog/768989 阅读全文
posted @ 2012-11-14 22:09 规格严格-功夫到家 阅读(195) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/12372385/binary-search-olog-n-algorithm-to-find-duplicate-in-sequential-listhttp://java-source.net/open-source/logging 阅读全文
posted @ 2012-11-13 22:48 规格严格-功夫到家 阅读(181) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/10885950/how-to-get-the-storage-engine-using-jdbc Statement stmt = connection.createStatement(); stmt = connection.createStatement();ResultSet rs = stmt.executeQuery("select engine from information_schema.tables where table_name='" + tabl... 阅读全文
posted @ 2012-11-13 22:44 规格严格-功夫到家 阅读(134) 评论(0) 推荐(0) 编辑
摘要:http://jwhoisserver.sourceforge.net/#aboutSpring MVC:http://liulin888.blog.163.com/blog/static/27442181201232723224893/http://blog.liuweifeng.net/archives/405http://blog.csdn.net/tango991820/article/details/7631421http://zhaohe162.blog.163.com/blog/static/3821679720105711512570/http://kyfxbl.iteye.c 阅读全文
posted @ 2012-11-03 00:19 规格严格-功夫到家 阅读(267) 评论(0) 推荐(0) 编辑
摘要:http://www.softwareishard.com/har/viewer/ 阅读全文
posted @ 2012-11-02 23:51 规格严格-功夫到家 阅读(153) 评论(0) 推荐(0) 编辑
摘要:https://www.coderanch.com/how-to/java/WebServicesHowTohttp://weblogs.java.net/blog/kohsuke/archive/2006/10/bringing_state.htmlhttp://g.51cto.com/michael/316http://www.ibm.com/developerworks/webservices/library/ws-tip-stateful/index.htmlhttp://topic.csdn.net/t/20040325/10/2883865.htmlhttp://blog.csdn 阅读全文
posted @ 2012-11-02 18:51 规格严格-功夫到家 阅读(247) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示