12 2018 档案
摘要:持久化 RDB、AOF(redis.conf) 主从复制 redis.conf 集群 redis-trib.rb、ruby相见如下链接http://www.cnblogs.com/wuxl360/p/5920330.html
阅读全文
摘要:lucene索引文件大小优化小结 1 数值数据类型索引优化 1.1 数值类型索引问题 lucene本质上是一个全文检索引擎而非传统的数据库系统,它基于倒排索引,非常适合处理文本,而处理数值类型却不是强项。 1.2 lucene解决方法 为解决这一问题, Schindler和 Diepenbroek提
阅读全文
摘要:spring+websocket的整合实例 借鉴如下链接--此贴用于笔记 https://blog.csdn.net/qq_35515521/article/details/78610847
阅读全文
摘要:使用nexus3.10搭建maven私有仓库 详见如下链接-- --此贴用于笔记 https://blog.csdn.net/vipbupafeng/article/details/80232566
阅读全文
摘要:select t.table_name,t.num_rows from user_tables t ORDER BY NUM_ROWS DESC; 还可以直接查看dblink的:select t.table_name,t.num_rows from user_tables@dblink t ORDE
阅读全文
摘要:Spring Examples Demo website:http://www.ityouknow.com/ 对Spring框架的学习,包括一些经典的案例和demo,一些可以直接用于生产。 spring4-mybatis3-simple:spring4+mybatis3的增删改查的例子 spring
阅读全文