上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 83 下一页
摘要: hashMap 夺命14问 : https://mp.weixin.qq.com/s/al-wCChYjyQ_BSfET_lW7g hashmap 的小结:https://baijiahao.baidu.com/s?id=1719030639741078030&wfr=spider&for=pc 0 阅读全文
posted @ 2020-08-12 19:35 lshan 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/f45056231p/article/details/88692444 System.getProperty("user.dir") 输出目录: G:\outshine\wangsoso //获取classes目录绝对路径 String path = 阅读全文
posted @ 2020-07-30 17:39 lshan 阅读(8638) 评论(0) 推荐(2) 编辑
摘要: 依赖: <!-- add by john com.alibaba/druid --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.19</version> </depe 阅读全文
posted @ 2020-07-30 12:37 lshan 阅读(700) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-27 16:26 lshan 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.以流的方式下载. -- public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); / 阅读全文
posted @ 2020-07-22 19:12 lshan 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 待整理: 测试代码: ''' Created on 2020年7月21日 @author: sea ''' from concurrent.futures.thread import ThreadPoolExecutor from concurrent.futures._base import as 阅读全文
posted @ 2020-07-21 18:43 lshan 阅读(980) 评论(1) 推荐(0) 编辑
摘要: 方式1: 1. 明确 Spark中Job 与 Streaming中 Job 的区别1.1 Spark Core一个 RDD DAG Graph 可以生成一个或多个 Job(Action操作)一个Job可以认为就是会最终输出一个结果RDD的一条由RDD组织而成的计算Job在spark里应用里是一个被调 阅读全文
posted @ 2020-07-21 16:57 lshan 阅读(3638) 评论(0) 推荐(0) 编辑
摘要: @Test public void testRegex() throws Exception { String str="das:! $%#*(*("; String regEx = "[`~!@#$%^&*()+=|{}':;'\\[\\].<>/?~!@#¥%……&*()——+|{}【】‘;:” 阅读全文
posted @ 2020-07-21 12:06 lshan 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: 原文: https://blog.csdn.net/MyronCham/article/details/85706089 参考上文即可! 案例一: reduceByKeyAndWindow // 热点搜索词滑动统计,每隔10秒钟,统计最近60秒钟的搜索词的搜索频次,并打印出排名最靠前的3个搜索词以及 阅读全文
posted @ 2020-07-20 18:16 lshan 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 参见:原文链接:https://blog.csdn.net/weixin_44530530/java/article/details/91901631 1.联表查询 2. 分组去重(案例) 3. 分组 4. topn 依赖: <dependency> <groupId>org.springframe 阅读全文
posted @ 2020-07-16 16:27 lshan 阅读(5083) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 83 下一页