摘要: 启动springboot项目报Failed to configure a DataSource: ‘url’ attribute is not specified and no em……的错误 看看配置文件中的url的格式是否有问题看看配置文件的图标是不是绿色的spring小叶子,如果不是,再检查r 阅读全文
posted @ 2025-10-14 17:16 八英里 阅读(9) 评论(0) 推荐(0)
摘要: public static List<String> getExcelProperty(Class<?> clazz,Integer index) { List<String> headers = new ArrayList<>(); Field[] fields = clazz.getDeclar 阅读全文
posted @ 2025-10-13 15:33 八英里 阅读(5) 评论(0) 推荐(0)
摘要: jstack 进程id 阅读全文
posted @ 2025-07-23 17:45 八英里 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-05-30 11:41 八英里 阅读(12) 评论(0) 推荐(0)
摘要: https://www.jb51.net/database/300133fbd.htm 阅读全文
posted @ 2025-05-22 15:16 八英里 阅读(222) 评论(0) 推荐(0)
摘要: -Xms20m -Xmx20m 阅读全文
posted @ 2025-05-06 16:59 八英里 阅读(58) 评论(0) 推荐(0)
摘要: -- 查看当前运行的事务 SELECT * FROM information_schema.INNODB_TRX; -- 假设事务的线程ID是12345 KILL 814721; 阅读全文
posted @ 2025-04-28 20:11 八英里 阅读(14) 评论(0) 推荐(0)
摘要: public SalaryAccountingStatementImportVO() { // 使用反射获取所有 BigDecimal 字段并设置为 ZERO for (Field field : this.getClass().getDeclaredFields()) { if (field.ge 阅读全文
posted @ 2025-04-28 16:16 八英里 阅读(9) 评论(0) 推荐(0)
摘要: /** * 导出url转图片 */ public class UrlImageConvert implements Converter<String> { @Override public WriteCellData<?> convertToExcelData(String value, Excel 阅读全文
posted @ 2025-04-22 14:45 八英里 阅读(39) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-01-24 16:49 八英里 阅读(29) 评论(0) 推荐(0)