会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
83
下一页
2020年5月15日
scala io 读写文件
摘要: def testPrintAndWriter()= { val line = StdIn.readLine() val writer = new PrintWriter(new File("test.txt" )) writer.write("sea write "+line) writer.clo
阅读全文
posted @ 2020-05-15 16:56 lshan
阅读(211)
评论(0)
推荐(0)
编辑
2020年5月13日
Grafana 系统资源监测
摘要: Grafana 官网文档 :http://docs.grafana.org/ 官网: https://grafana.com/ 参考文档: Grafana全面瓦解:https://www.jianshu.com/p/7e7e0d06709b 可视化工具Grafana:简介及安装:https://ww
阅读全文
posted @ 2020-05-13 15:02 lshan
阅读(428)
评论(0)
推荐(0)
编辑
2020年5月12日
Java8 Stream Collectors收集器 Collectors.toMap Collectors.partitioningBy Collectors.groupingBy
摘要: cankao : https://www.jianshu.com/p/6ee7e4cd5314 Collectors.toMap Collectors.partitioningBy Collectors.groupingBy 1.Collectors.toMap: Student studentA
阅读全文
posted @ 2020-05-12 22:18 lshan
阅读(649)
评论(0)
推荐(0)
编辑
EhCacheUtils 缓存 ehche (将文件临时保存在磁盘)
摘要: 参考:https://www.jianshu.com/p/154c82073b07 依赖: <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.10.2</version
阅读全文
posted @ 2020-05-12 19:15 lshan
阅读(1415)
评论(0)
推荐(0)
编辑
2020年5月10日
springboot2.X 整合scala
摘要: 参考文档: https://segmentfault.com/a/1190000018357979 github: https://github.com/Lshan523/springboot-scala-integration/tree/master/src/main 如果需要注入多个对象: cl
阅读全文
posted @ 2020-05-10 10:32 lshan
阅读(751)
评论(0)
推荐(0)
编辑
2020年5月9日
Spark Java学习小结(一)
摘要: 参考:https://blog.csdn.net/hellozhxy/article/details/80523499?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecas
阅读全文
posted @ 2020-05-09 22:53 lshan
阅读(467)
评论(0)
推荐(0)
编辑
java数据处理框架-Joinery 使用(类似于python中的pandas)
摘要: cankao :https://blog.csdn.net/weixin_44112790/article/details/95387314 git doc: 然后是DataFrame的手册,可以在里面查找更多的方法,其实都和pandas的差不多。http://cardillo.github.io/
阅读全文
posted @ 2020-05-09 11:01 lshan
阅读(7904)
评论(0)
推荐(1)
编辑
2020年5月8日
spark streaming 整和kafka (java)
该文被密码保护。
阅读全文
posted @ 2020-05-08 16:55 lshan
阅读(6)
评论(0)
推荐(0)
编辑
spark sql and df (join ) (java)
该文被密码保护。
阅读全文
posted @ 2020-05-08 01:50 lshan
阅读(0)
评论(0)
推荐(0)
编辑
2020年5月7日
Spark MySQL使用 (java&scala) 大表问题
摘要: 如果是大表, 会出现OOM 原本是这样,直接写Table名称,就会读整张Table .option("dbtable", "test_table")可以改写成:.option("dbtable", "(select * from test_table where dt >= '2017-05-01'
阅读全文
posted @ 2020-05-07 23:39 lshan
阅读(821)
评论(0)
推荐(0)
编辑
上一页
1
···
28
29
30
31
32
33
34
35
36
···
83
下一页