会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沉梦匠心
未来已来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2021年11月18日
替代谷歌的几个搜索引擎
摘要: 1、https://searx.be/search 2、https://searx.org/search 3、还有一个查相似功能域名的网站(你懂的)
阅读全文
posted @ 2021-11-18 09:53 沉梦匠心
阅读(2165)
评论(0)
推荐(0)
2021年11月17日
sprintboot redis config
摘要: redis config 根据value和hashvleus的序列化方式不同 我遇到收集了多种配置类 1、string 2、json 3、还有JdkSerializationRedisSerializer是jdk序列化方式,实体类要实现序列化接口 @Configuration public clas
阅读全文
posted @ 2021-11-17 13:43 沉梦匠心
阅读(115)
评论(2)
推荐(0)
Springboot2+hibernate5 sessionFactory
摘要: 项目升级为SpringBoot工程。底层封装了很多业务逻辑,短时间无法迁移到其他持久化框架。 所以分两步,先使用Hibernate过渡,然后再进行其他的迁移。 迁移的过程中,发现sessionFactory无法注入! 最后找到的方法是,在BaseDaoImpl中配置如下信息: @Autowired
阅读全文
posted @ 2021-11-17 09:15 沉梦匠心
阅读(764)
评论(0)
推荐(0)
Spring Data JPA column既有下划线,又有驼峰
摘要: 参考:https://www.jianshu.com/p/fc2c79814956 驼峰与下划线的转化 通用配置: 无修改命名 spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.Physical
阅读全文
posted @ 2021-11-17 09:14 沉梦匠心
阅读(555)
评论(0)
推荐(0)
springboot(Spring5) + hibernate
摘要: 1、Spring5的坑:Could not obtain transaction-synchronized Session for current thread 2、spring boot + jpa报错:No CurrentSessionContext configured https://blo
阅读全文
posted @ 2021-11-17 09:14 沉梦匠心
阅读(639)
评论(0)
推荐(0)
Hibernate 5 - no transaction is in progress
摘要: 在从 5.1 升到 5.2及以上 时遇到这个问题了 像是嵌套事务问题 Caused by: javax.persistence.TransactionRequiredException: no transaction is in progress at org.hibernate.internal.
阅读全文
posted @ 2021-11-17 09:11 沉梦匠心
阅读(2460)
评论(0)
推荐(0)
2021年10月4日
对账系统设计
摘要: 对账系统设计 https://mp.weixin.qq.com/s/47s0YdRM6u1JNngNe6yghg http://www.woshipm.com/pd/3856061.html
阅读全文
posted @ 2021-10-04 16:16 沉梦匠心
阅读(93)
评论(0)
推荐(0)
2021年8月29日
利用EnumTools减少枚举中重复的方法
摘要: 汪小哥的博客 https://blog.csdn.net/u012881904/article/details/104763791?spm=1001.2014.3001.5501 使用效果DEMO public static void main(String[] args) { //获取msg St
阅读全文
posted @ 2021-08-29 21:32 沉梦匠心
阅读(158)
评论(0)
推荐(0)
2021年8月22日
java - 动态
摘要: 动态编译 实际上,JAVA提供了API用于动态编译的功能. 动态编译的两种做法 通过Runtime调用JAVA,启动新的进程去操作 Runtime runtime = Runtime.getRuntime(); Process process = runtime.exec("javac -cp -D
阅读全文
posted @ 2021-08-22 16:58 沉梦匠心
阅读(112)
评论(0)
推荐(0)
简单谈一下“测开”岗
摘要: 测试开发 测试开发这个岗位的核心都是围绕着如何提升生产力,也就是工作效率。 第一个层面是提高质量部内部测试人员的测试效率,当前我们也主要还停留在这个层面。当测试人员需要进行大量的重复性回归测试的时候,或者在日常工作中存在简单重复低效的工作内容的时候,这个时候就需要测试开发人员来辅助开发相应的工具平台
阅读全文
posted @ 2021-08-22 16:19 沉梦匠心
阅读(1135)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告