会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kelelipeng
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
26
27
28
29
30
31
32
33
34
···
75
下一页
2020年7月23日
@Autowired注解和静态方法
摘要: 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)
2020年7月22日
PageHelper.startPage和new PageInfo(list)的一些探索和思考
摘要: 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)
2020年7月21日
escape()、encodeURI()、encodeURIComponent()区别详解
摘要: 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)
2020年7月17日
Spring boot MongoDB多数据源,MongoRepository实现
摘要: https://blog.csdn.net/qq_35124119/article/details/83210772 背景 最近项目中有需求,需要多个mongo库,分割数据。网上有很多文章可参考,其原理是:在Spring 容器中实例化多个MongoTemplate,代码示例: @Configurat
阅读全文
posted @ 2020-07-17 14:24 kelelipeng
阅读(1879)
评论(0)
推荐(0)
2020年7月16日
MongoRepository如何使用 & MongoTemplate 移除 _class 字段
摘要: 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)
2020年7月15日
mongodb实现多数据源 & 集成高版本mongodb3.11.2
摘要: 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)
2020年7月14日
利用commons-pool2自定义对象池
摘要: 来源: 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的功能及用法(加密解密) SHA _ MD5
摘要: MessageDigest的功能及用法(加密解密) MessageDigest 加密和解密2 MessageDigest的功能及用法 MessageDigest 类为应用程序提供信息摘要算法的功能,如 MD5 或 SHA 算法。信息摘要是安全的单向哈希函数,它接收任意大小的数据,并输出固定长度的哈希
阅读全文
posted @ 2020-07-14 13:04 kelelipeng
阅读(3563)
评论(0)
推荐(0)
2020年7月9日
SLF4J+LogBack实现不同级别的日志输出到不同文件
摘要: 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)
2020年7月8日
Redis 教程
摘要: 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
下一页
公告