上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: public class ExceptionUtil { public static String getMessage(Exception e) { StringWriter sw = null; PrintWriter pw = null; try { sw = new StringWriter 阅读全文
posted @ 2022-06-12 00:10 阿灿呀 阅读(18) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="10 seconds"> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL, 阅读全文
posted @ 2022-06-12 00:08 阿灿呀 阅读(51) 评论(0) 推荐(0)
摘要: mysql数据库连接 后添加编码&characterEncoding=UTF-8 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:330 阅读全文
posted @ 2022-06-11 21:47 阿灿呀 阅读(82) 评论(0) 推荐(0)
摘要: 1.自增主键 缺点:分库分表时需计算 2.UUID 缺点:无法排序 3.redis 4.雪花算法 参考资料:分布式系统唯一ID生成方案汇总:https://www.cnblogs.com/haoxinyue/p/5208136.html 阅读全文
posted @ 2022-06-06 23:05 阿灿呀 阅读(105) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_30699235/article/details/97156253?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% 阅读全文
posted @ 2022-04-22 12:16 阿灿呀 阅读(51) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_43318174/article/details/113318920 阅读全文
posted @ 2022-04-22 10:37 阿灿呀 阅读(23) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hsuchan/p/4174433.html 阅读全文
posted @ 2022-04-18 15:42 阿灿呀 阅读(98) 评论(0) 推荐(0)
摘要: https://www.freesion.com/article/7408718653/ 阅读全文
posted @ 2022-04-14 11:22 阿灿呀 阅读(31) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zwgbk/p/10344678.html 阅读全文
posted @ 2022-04-12 15:40 阿灿呀 阅读(254) 评论(0) 推荐(0)
摘要: 以管理员方式启动命令行,然后敲下以下命令: net user account_name new_password 阅读全文
posted @ 2022-04-12 15:31 阿灿呀 阅读(136) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页