上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: 使用javaAPI操作hdfs 阅读全文
posted @ 2019-01-16 19:24 GL_BKY 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 安装RVM 无法在服务器使用curl命令访问https域名,原因是nss版本有点旧了,yum -y update nss更新一下 yum -y update nss 新建rvm-installer.sh chmod +x rvm-installer.sh ./rvm-installer.sh 安装一 阅读全文
posted @ 2019-01-08 13:41 GL_BKY 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 持久化 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 阅读(156) 评论(0) 推荐(0) 编辑
摘要: lucene索引文件大小优化小结 1 数值数据类型索引优化 1.1 数值类型索引问题 lucene本质上是一个全文检索引擎而非传统的数据库系统,它基于倒排索引,非常适合处理a56爆大奖在线娱乐,而处理数值类型却不是强项。 1.2 lucene解决方法 为解决这一问题, Schindler和 Diepenbroek提 阅读全文
posted @ 2018-12-21 14:35 GL_BKY 阅读(378) 评论(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 阅读(319) 评论(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 阅读(3631) 评论(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 阅读(576) 评论(0) 推荐(0) 编辑
摘要: With查询语句不是以select开始的,而是以“WITH”关键字开头 可认为在真正进行查询之前预先构造了一个临时表,之后便可多次使用它做进一步的分析和处理 WITH Clause方法的优点 增加了SQL的易读性,如果构造了多个子查询,结构会更清晰;更重要的是:“一次分析,多次使用”,这也是为什么会 阅读全文
posted @ 2018-11-30 09:33 GL_BKY 阅读(195) 评论(0) 推荐(0) 编辑
摘要: import java.lang.reflect.Field; import java.util.List; /** *包名: *描述: */ /** * ObjectTest.java * * 时间:2018年11月28日 * 描述: */ public class ObjectTest { // public static Log log = Log.getLog(Obj... 阅读全文
posted @ 2018-11-29 12:57 GL_BKY 阅读(2053) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页