12 2018 档案

摘要:持久化 RDB、AOF(redis.conf) 主从复制 redis.conf 集群 redis-trib.rb、ruby相见如下链接http://www.cnblogs.com/wuxl360/p/5920330.html 阅读全文
posted @ 2018-12-24 16:36 GL_BKY 阅读(157) 评论(0) 推荐(0) 编辑
摘要:lucene索引文件大小优化小结 1 数值数据类型索引优化 1.1 数值类型索引问题 lucene本质上是一个全文检索引擎而非传统的数据库系统,它基于倒排索引,非常适合处理文本,而处理数值类型却不是强项。 1.2 lucene解决方法 为解决这一问题, Schindler和 Diepenbroek提 阅读全文
posted @ 2018-12-21 14:35 GL_BKY 阅读(408) 评论(0) 推荐(0) 编辑
摘要:spring+websocket的整合实例 借鉴如下链接--此贴用于笔记 https://blog.csdn.net/qq_35515521/article/details/78610847 阅读全文
posted @ 2018-12-18 10:25 GL_BKY 阅读(292) 评论(0) 推荐(0) 编辑
摘要:使用nexus3.10搭建maven私有仓库 详见如下链接-- --此贴用于笔记 https://blog.csdn.net/vipbupafeng/article/details/80232566 阅读全文
posted @ 2018-12-18 10:22 GL_BKY 阅读(322) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-12-12 10:59 GL_BKY 阅读(3654) 评论(0) 推荐(0) 编辑
摘要:Spring Examples Demo website:http://www.ityouknow.com/ 对Spring框架的学习,包括一些经典的案例和demo,一些可以直接用于生产。 spring4-mybatis3-simple:spring4+mybatis3的增删改查的例子 spring 阅读全文
posted @ 2018-12-11 11:01 GL_BKY 阅读(591) 评论(0) 推荐(0) 编辑

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