会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sensen~||^_^|||&
h
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
2022年4月8日
代码都对但是查不到数据原因
摘要: 1、很有可能是数据库ip不对
阅读全文
posted @ 2022-04-08 10:02 sensen~||^_^|||&
阅读(84)
评论(0)
推荐(0)
2022年4月7日
Java开发笔记7(区域树查询)
摘要: 1、controller: //根据区域ID查询详细信息 @GetMapping("/list")public Result list(String name, String stationId) { Set<String> stationIds; if (org.apache.commons.la
阅读全文
posted @ 2022-04-07 10:50 sensen~||^_^|||&
阅读(105)
评论(0)
推荐(0)
2022年3月24日
idea项目出现橙色时钟解决方案
摘要: 转自:https://blog.csdn.net/weixin_43476690/article/details/108901818 idea的maven项目出现橙色时钟图标解决方法 小伙伴们遇到图中的情况一定会很难受吧,下面就让我们来一起解决这个问题吧 点击File-project structu
阅读全文
posted @ 2022-03-24 16:40 sensen~||^_^|||&
阅读(479)
评论(0)
推荐(0)
2022年3月23日
java拼接json字符串
摘要: 转义字符 \"表示 "String json1 = "{\"serviceCode\":" + "\"" + text11 + "\"" + ", \"appId\":" + "\"" + text12 + "\"" + ",\"appSecret\":" + "\"" + text13 + "\&
阅读全文
posted @ 2022-03-23 17:03 sensen~||^_^|||&
阅读(1885)
评论(0)
推荐(0)
2022年3月16日
Maven官网
摘要: maven官网:https://maven.apache.org/ maven坐标库:https://mvnrepository.com/ maven下载jar包地址:https://repo1.maven.org/maven2 search.maven.org https://search.mav
阅读全文
posted @ 2022-03-16 15:45 sensen~||^_^|||&
阅读(581)
评论(0)
推荐(0)
2022年3月11日
SpringBoot 各层级关联的注解
摘要: SpringBoot 各层级关联的注解:1.Controller:@RestController@RequestMapping("/hello")public class helloController extends BaseController { //(1)在Controller中用@Auto
阅读全文
posted @ 2022-03-11 16:54 sensen~||^_^|||&
阅读(485)
评论(0)
推荐(0)
删除接口示例及其postman请求示例
摘要: 1.Controller://根据表的id进行删除@PostMapping("/deleteTree/{id}")public Result delate(@PathVariable("id") long id){ try{ stationRegionTreeService.delateTree(i
阅读全文
posted @ 2022-03-11 09:13 sensen~||^_^|||&
阅读(1171)
评论(0)
推荐(0)
2022年3月9日
JPA关联查询
摘要: (1)新建A表:b_stationregiontree.sql(区域表)SET NAMES utf8mb4;SET FOREIGN_KEY_CHECKS = 0;-- Table structure for b_stationregiontree-- DROP TABLE IF EXISTS `b_
阅读全文
posted @ 2022-03-09 17:25 sensen~||^_^|||&
阅读(731)
评论(0)
推荐(0)
2022年2月22日
SpringBoot使用JPA实现查询部分字段
摘要: 转自: https://www.jb51.net/article/220986.htm 这篇文章主要介绍了SpringBoot使用JPA实现查询部分字段方式 目录 SpringBoot JPA查询部分字段 自定义简单的查询方法 SpringBoot JPA查询部分字段 用过JPA的都知道,只需要继承
阅读全文
posted @ 2022-02-22 16:39 sensen~||^_^|||&
阅读(2342)
评论(0)
推荐(0)
2022年2月21日
JSONObject
摘要: JSONObject只是一种数据结构,可以理解为JSON格式的数据结构(key-value 结构),可以使用put方法给json对象添加元素。JSONObject可以很方便的转换成字符串,也可以很方便的把其他对象转换成JSONObject对象。 getInteger()和getInteger()两个
阅读全文
posted @ 2022-02-21 17:16 sensen~||^_^|||&
阅读(31)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
公告