上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页
摘要: 利用fastjson美化json串的方法 阅读全文
posted @ 2021-06-24 11:17 袁骞骞 阅读(386) 评论(0) 推荐(0) 编辑
摘要: Java Springboot webSocket简单实现,调接口推送消息到客户端socket 后台一般作为webSocket服务器,前台作为client。真实场景可能是后台程序在运行时(满足一定条件时),去给client发数据。 再补充一个SpringBoot的client吧 1、依赖 <depe 阅读全文
posted @ 2021-05-22 15:20 袁骞骞 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: 对象实体和对象引用的区别 阅读全文
posted @ 2021-04-23 14:43 袁骞骞 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/f72d82e90948 可以重点关注方法二,把原生sql传入数据库去查询 好处是:更加灵活坏处是:拼接sql比较痛苦,也容易出问题,比如拼接的sql某些字段不存在或者拼接后语法不符合sql语句 package com.aircas.satelli 阅读全文
posted @ 2021-04-16 17:08 袁骞骞 阅读(4990) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39735923/article/details/79288578 https://blog.csdn.net/hzw19920329/article/details/53156015 阅读全文
posted @ 2021-04-14 14:50 袁骞骞 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装启动ElasticSearch https://www.cnblogs.com/hualess/p/11540477.html 2、SpringBoot集成ElasticSearch https://www.cnblogs.com/huanshilang/p/12622356.html 阅读全文
posted @ 2021-04-13 17:11 袁骞骞 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 先上原文 https://blog.csdn.net/Helloworld_pang/article/details/114266130 一、SpringBoot + 神通数据库 基本上按照上面的参考,是可以连接上神通数据库的,主要注意几点: 1、依赖 目前公共仓库应该没有神通数据库所需要的依赖,按 阅读全文
posted @ 2021-03-29 17:27 袁骞骞 阅读(2686) 评论(1) 推荐(0) 编辑
摘要: 1、【bug记录】jpa 解决org.hibernate.lazyinitializationexception could not initialize proxy - no session 2、Spring Data JPA中的getOne,findOne以及findById 3、jpa2.x的 阅读全文
posted @ 2021-03-12 10:51 袁骞骞 阅读(232) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/Z_passionate/article/details/83821039 阅读全文
posted @ 2021-03-10 16:55 袁骞骞 阅读(646) 评论(0) 推荐(1) 编辑
摘要: springBoot文件下载跨域问题 前端访问后台下载方法不弹出下载框的问题 阅读全文
posted @ 2021-03-04 16:38 袁骞骞 阅读(925) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页