上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页
摘要: 1、很有可能是数据库ip不对 阅读全文
posted @ 2022-04-08 10:02 sensen~||^_^|||& 阅读(84) 评论(0) 推荐(0)
摘要: 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)
摘要: 转自:https://blog.csdn.net/weixin_43476690/article/details/108901818 idea的maven项目出现橙色时钟图标解决方法 小伙伴们遇到图中的情况一定会很难受吧,下面就让我们来一起解决这个问题吧 点击File-project structu 阅读全文
posted @ 2022-03-24 16:40 sensen~||^_^|||& 阅读(479) 评论(0) 推荐(0)
摘要: 转义字符 \"表示 "String json1 = "{\"serviceCode\":" + "\"" + text11 + "\"" + ", \"appId\":" + "\"" + text12 + "\"" + ",\"appSecret\":" + "\"" + text13 + "\& 阅读全文
posted @ 2022-03-23 17:03 sensen~||^_^|||& 阅读(1885) 评论(0) 推荐(0)
摘要: 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)
摘要: SpringBoot 各层级关联的注解:1.Controller:@RestController@RequestMapping("/hello")public class helloController extends BaseController { //(1)在Controller中用@Auto 阅读全文
posted @ 2022-03-11 16:54 sensen~||^_^|||& 阅读(485) 评论(0) 推荐(0)
摘要: 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)
摘要: (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)
摘要: 转自: https://www.jb51.net/article/220986.htm 这篇文章主要介绍了SpringBoot使用JPA实现查询部分字段方式 目录 SpringBoot JPA查询部分字段 自定义简单的查询方法 SpringBoot JPA查询部分字段 用过JPA的都知道,只需要继承 阅读全文
posted @ 2022-02-22 16:39 sensen~||^_^|||& 阅读(2342) 评论(0) 推荐(0)
摘要: 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 下一页