上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 75 下一页
摘要: https://www.cnblogs.com/chenfeng1122/p/6270217.html 一、业务场景 spring框架应用中有些静态方法需要依赖被容器管理的类,就像这样: @Component public class Test { @Autowired private static 阅读全文
posted @ 2020-07-23 15:58 kelelipeng 阅读(232) 评论(0) 推荐(0)
摘要: PageHelper.startPage和new PageInfo(list)的一些探索和思考 https://blog.csdn.net/shijiujiu33/article/details/99477704 Mybatis使用pageHelper步骤 http://www.mamicode.c 阅读全文
posted @ 2020-07-22 15:09 kelelipeng 阅读(1776) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/tylerdonet/p/3483836.html JavaScript中有三个可以对字符串编码的函数,分别是: escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decod 阅读全文
posted @ 2020-07-21 09:37 kelelipeng 阅读(205) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35124119/article/details/83210772 背景 最近项目中有需求,需要多个mongo库,分割数据。网上有很多文章可参考,其原理是:在Spring 容器中实例化多个MongoTemplate,代码示例: @Configurat 阅读全文
posted @ 2020-07-17 14:24 kelelipeng 阅读(1879) 评论(0) 推荐(0)
摘要: 1.SpringBoot 2.2.0 SpringData MongoDB使用示例(一)https://blog.csdn.net/pingpei1133/article/details/103104426?utm_medium=distribute.pc_relevant.none-task-bl 阅读全文
posted @ 2020-07-16 15:39 kelelipeng 阅读(1065) 评论(0) 推荐(0)
摘要: MongoDB Java基本操作https://www.cnblogs.com/RealWorld/p/9209687.html springboot2与mongodb整合https://blog.csdn.net/p_programmer/article/details/89289067?utm_ 阅读全文
posted @ 2020-07-15 13:12 kelelipeng 阅读(777) 评论(0) 推荐(0)
摘要: 来源: https://www.cnblogs.com/cq-yangzhou/p/11090088.html 利用commons-pool2自定义对象池 参考地址:https://blog.csdn.net/qq447995687/article/details/80233621 https:// 阅读全文
posted @ 2020-07-14 13:46 kelelipeng 阅读(362) 评论(0) 推荐(0)
摘要: MessageDigest的功能及用法(加密解密) MessageDigest 加密和解密2 MessageDigest的功能及用法 MessageDigest 类为应用程序提供信息摘要算法的功能,如 MD5 或 SHA 算法。信息摘要是安全的单向哈希函数,它接收任意大小的数据,并输出固定长度的哈希 阅读全文
posted @ 2020-07-14 13:04 kelelipeng 阅读(3563) 评论(0) 推荐(0)
摘要: 1 使用@Slf4j的正确方法 https://blog.csdn.net/cslucifer/article/details/80953400 2 SLF4J+LogBack实现不同级别的日志输出到不同文件 https://blog.csdn.net/weixin_41884010/article 阅读全文
posted @ 2020-07-09 17:44 kelelipeng 阅读(1712) 评论(0) 推荐(0)
摘要: redis-setbit理解https://blog.csdn.net/hgd613/article/details/54095729 分布式缓存Redis之bitmap、setbithttps://blog.csdn.net/u011489043/article/details/78990162 阅读全文
posted @ 2020-07-08 11:44 kelelipeng 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 75 下一页