2020年3月26日

idea 自动生成 hibernate 实体类

摘要: 1. DataBase -> + -> Data Source -> MySQL 2. 填写 host、port、URL等信息后 -> TestConection(注:第一次测试连接需先安装插件) 测试连接:成功 3. 4.添加hibernate配置文件 <?xml version='1.0' en 阅读全文

posted @ 2020-03-26 18:35 无聊人123 阅读(718) 评论(0) 推荐(0)

URL编码解码

摘要: public class URLEncodeUtil { public static String encode(final String str, final String charset) { try { return URLEncoder.encode(str, charset); } cat 阅读全文

posted @ 2020-03-26 11:12 无聊人123 阅读(155) 评论(0) 推荐(0)

2020年3月25日

spring+springMVC+hibernater项目搭建

摘要: 懒癌患者,地址:https://blog.csdn.net/qq_41741884/article/details/101889165?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relev 阅读全文

posted @ 2020-03-25 17:43 无聊人123 阅读(114) 评论(0) 推荐(0)

2020年3月17日

win10下kills端口号

摘要: 1.netstat -ano | findstr <端口号> 2.taskkill -PID <进程号> -F 阅读全文

posted @ 2020-03-17 11:51 无聊人123 阅读(130) 评论(0) 推荐(0)

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

导航

统计

点击右上角即可分享
微信分享提示