上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页
摘要: 1.Controller: @GetMapping("/abc") public Result getABC() { User u = getUser(); Station station = getStation(u); String sip = station.getLvIp(); String 阅读全文
posted @ 2023-12-08 14:36 sensen~||^_^|||& 阅读(10) 评论(0) 推荐(0) 编辑
摘要: idea 快捷键记录: 1. ctrl + alt + insert 新建文件 2. ctrl + w 按语法选中代码(eg:选中改行),连续按会有其他效果,加Shift键,产生反向选中效果 3. Home/End 快速切到行首行尾(通用) 4. ctrl Shift + Enter 快速下一行 5 阅读全文
posted @ 2023-11-24 15:36 sensen~||^_^|||& 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一、常用命令: 1.ubuntu 查看IP命令: ip a 2.根据名字查找该目录下的文件:find ./ -name ... 3.创建用户命令: root@cunyang-None:/# sudo adduser dbbj 输入密码,信息默认。 4.立即关机:sudo shutdown -h no 阅读全文
posted @ 2023-11-02 09:30 sensen~||^_^|||& 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liuzijin/p/17521840.html 阅读全文
posted @ 2023-11-01 08:52 sensen~||^_^|||& 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.有可能是在项目中打了断点 阅读全文
posted @ 2023-10-25 16:29 sensen~||^_^|||& 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 注意:使用@Builder注解时,要加上无参构造器,否则无法更新 @Override@Transactionalpublic void saveManufacturerInfo(List<Manufacturer> manufacturerList) { List<ManufacturerMap> 阅读全文
posted @ 2023-10-13 10:04 sensen~||^_^|||& 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 官网记录: https://nacos.io/zh-cn/ 安装: https://blog.csdn.net/qq_40609490/article/details/127885505 https://blog.csdn.net/qq_58959857/article/details/132538 阅读全文
posted @ 2023-10-09 16:53 sensen~||^_^|||& 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liyhbk/p/16810243.html 阅读全文
posted @ 2023-09-21 13:53 sensen~||^_^|||& 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.耳聆网: https://www.ear0.com/ 2.爱给: https://www.aigei.com/s?q=gta&type=sound 阅读全文
posted @ 2023-09-21 13:52 sensen~||^_^|||& 阅读(5) 评论(0) 推荐(0) 编辑
摘要: jpa 父子节点映射记录:(加入条件station_code): @OneToMany(fetch = FetchType.EAGER)@JoinColumn(name = "parent_id", referencedColumnName = "rela_tree_id")@JoinColumn( 阅读全文
posted @ 2023-09-08 16:43 sensen~||^_^|||& 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页