会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏蝉冬雪
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
40
下一页
2017年9月18日
Oracle递归树select...start with... connect by ...prior 理解
摘要: http://bjyzxxds.iteye.com/blog/721198
阅读全文
posted @ 2017-09-18 17:43 余***龙
阅读(194)
评论(0)
推荐(0)
2017年9月15日
识别文件编码工具类
摘要: 当用字节流输入读取时,将字节流转换成字符串的时候可以用工具判断编码类型或者直接设置编码格式,避免乱码 public class CpdetectorUtils { //获取文本编码 private static final String FILE_ENCODE_TYPE = "file"; //获取
阅读全文
posted @ 2017-09-15 10:54 余***龙
阅读(667)
评论(0)
推荐(0)
2017年9月13日
hive创建临时函数
摘要: add jar /home/hjl/sunwg/Lower.jar; create temporary function my_lower as ‘com.example.hive.udf.Lower’;
阅读全文
posted @ 2017-09-13 15:10 余***龙
阅读(500)
评论(0)
推荐(0)
hive的udf创建永久函数
摘要: 上传jar包到hdfs目录中, hdfs dfs -put /home/user/hive-functions.jar /user/hive/jars/hive-functions.jar create function default.unis_check as 'com.fhpt.hive.fu
阅读全文
posted @ 2017-09-13 12:30 余***龙
阅读(2826)
评论(0)
推荐(0)
集群ssh服务和免密码登录的配置
摘要: 亲测可用: http://www.cnblogs.com/freeweb/p/5145921.html
阅读全文
posted @ 2017-09-13 00:46 余***龙
阅读(152)
评论(0)
推荐(0)
2017年9月12日
maven 配置 pom.xml 打包生成:单jar包/jar包+lib目录
摘要: http://www.jianshu.com/p/9146cec6cc60
阅读全文
posted @ 2017-09-12 16:48 余***龙
阅读(582)
评论(0)
推荐(0)
2017年9月10日
merge into
摘要: MERGE INTO T T1USING (SELECT a,b FROM T WHERE t.a='1001') T2ON ( T1.a=T2.a)WHEN MATCHED THEN UPDATE SET T1.b = 2WHEN NOT MATCHED THEN INSERT (a,b) VAL
阅读全文
posted @ 2017-09-10 20:34 余***龙
阅读(161)
评论(0)
推荐(0)
安装hive的web界面
摘要: 参考: http://blog.csdn.net/xinghalo/article/details/52433914 报错参考; http://blog.163.com/artsn@126/blog/static/3653328120110200121481/ http://www.iteye.co
阅读全文
posted @ 2017-09-10 16:33 余***龙
阅读(221)
评论(0)
推荐(0)
Shell 字符串处理、获取文件名和后缀名
摘要: http://blog.csdn.net/guojin08/article/details/38704823
阅读全文
posted @ 2017-09-10 13:26 余***龙
阅读(868)
评论(0)
推荐(0)
2017年9月8日
卸载CentOS7自带的OpenJDK
摘要: http://blog.csdn.net/xiegh2014/article/details/52343438
阅读全文
posted @ 2017-09-08 17:02 余***龙
阅读(232)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
40
下一页
公告