上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 82 下一页
摘要: 参数 $* : 表示把输入的所有当成参数 1)在/usr/local/bin目录下创建脚本xcall [sea@hadoop102 bin]$ vim xcall 2)在脚本中编写如下内容: #!/bin/bashfor i in hadoop001 hadoop002 hadoop003do ec 阅读全文
posted @ 2020-01-15 17:36 lshan 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 参考原文:http://lxw1234.com/archives/2016/09/723.htm Hive的官网上介绍了三个可以在Windows中通过JDBC连接HiveServer2的图形界面工具,包括:SQuirrel SQL Client、Oracle SQL Developer以及DbVis 阅读全文
posted @ 2020-01-15 14:34 lshan 阅读(14222) 评论(0) 推荐(0) 编辑
摘要: cankao : https://blog.csdn.net/enjolras_fuu/article/details/96479807 mongoexport --host 127.0.0.1 --port 27017 --db ELSA_MILESTONE_SUBSCRIPTION_SERVIC 阅读全文
posted @ 2020-01-14 11:45 lshan 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: cankao :https://www.jianshu.com/p/2db1ecacb770 简介 由于Spring5.0(Springboot 2.0)之后,官方引入了全新的技术栈,对于开发者而言,Spring总会给我们带来惊喜,但是通过之前Reactive一篇文章,我们也知道,这种技术栈并不是新 阅读全文
posted @ 2020-01-08 14:55 lshan 阅读(276) 评论(0) 推荐(0) 编辑
摘要: public static String before30Day(String time) { DateFormat dateFromat = new SimpleDateFormat(TIME_STAMP_STANDARD); try { Date parse = dateFromat.parse 阅读全文
posted @ 2020-01-02 11:55 lshan 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 注解1: 带参数: @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface TableRef { String value(); } 注解2: @Target({ElementType.FIE 阅读全文
posted @ 2019-12-26 16:24 lshan 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 依赖: <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>2.1.1</version> </dependency> consumer.properties 阅读全文
posted @ 2019-12-25 16:46 lshan 阅读(532) 评论(0) 推荐(0) 编辑
摘要: springboot-habse: https://github.com/spring-projects/spring-hadoop-samples/tree/master/hbase 依赖: <dependency> <groupId>org.springframework.data</group 阅读全文
posted @ 2019-12-25 15:17 lshan 阅读(6930) 评论(2) 推荐(0) 编辑
摘要: 参考:https://juejin.im/post/5c4aa7266fb9a049d61de727 阅读全文
posted @ 2019-12-23 09:46 lshan 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/weixin_41995979/article/details/81990179 阅读全文
posted @ 2019-12-20 16:09 lshan 阅读(380) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 82 下一页