上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 82 下一页
摘要: 原文:https://www.cnblogs.com/hdwang/p/7843405.html spring data jpa 分页查询 方法一(本地sql查询,注意表名啥的都用数据库中的名称,适用于特定数据库的查询) public interface UserRepository extends 阅读全文
posted @ 2020-05-27 09:57 lshan 阅读(1486) 评论(0) 推荐(1) 编辑
摘要: package com.icil.collect.common; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Calenda 阅读全文
posted @ 2020-05-22 15:57 lshan 阅读(2823) 评论(0) 推荐(0) 编辑
摘要: 参考原文 :https://www.jianshu.com/p/292f4e346b5d 背景介绍 merge()可以解释如下:它将新的值赋值给到key中(如果不存在)或更新具有给定值的现有key(UPSERT)。让我们从最基本的例子开始:计算唯一的单词出现次数。在java8之前的时候,代码非常混乱 阅读全文
posted @ 2020-05-22 14:29 lshan 阅读(2889) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/jpfss/p/9753215.html 推荐阅读: 总结: 百万连接,百亿吞吐量服务的JVM性能调优实战 >>https://my.oschina.net/LucasZhu/blog/2056232 最后,对于长连接,push一类的海量服务端 阅读全文
posted @ 2020-05-21 18:39 lshan 阅读(3431) 评论(0) 推荐(0) 编辑
摘要: 官网 doc:https://docs.docker.com/engine/install/ubuntu/ 有时打不开 Install Docker Engine on Ubuntu Estimated reading time: 11 minutes To get started with Doc 阅读全文
posted @ 2020-05-21 16:17 lshan 阅读(808) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 参考: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 阅读(1391) 评论(0) 推荐(0) 编辑
摘要: 参考文档: 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) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 82 下一页