08 2020 档案

摘要:db-type: SQLserver driver-name: com.microsoft.sqlserver.jdbc.SQLServerDriver db-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=数据库名 name: sa passwo 阅读全文
posted @ 2020-08-24 15:27 涂小二 阅读(7898) 评论(0) 推荐(0)
摘要:<!-- 图片转gif动图 --> <dependency> <groupId>com.madgag</groupId> <artifactId>animated-gif-lib</artifactId> <version>1.4</version> </dependency> <!-- mogod 阅读全文
posted @ 2020-08-19 18:18 涂小二 阅读(615) 评论(0) 推荐(0)
摘要:原文链接 https://my.oschina.net/u/242764/blog/2980538 https://blog.csdn.net/Abubu123/article/details/77099950 package com.bonc.ioc.lmp.common.util; import 阅读全文
posted @ 2020-08-19 11:09 涂小二 阅读(3033) 评论(0) 推荐(0)
摘要:原文链接: https://blog.csdn.net/u010002184/article/details/74227581 private static boolean isImage(File file) throws IOException { BufferedImage bi = Imag 阅读全文
posted @ 2020-08-19 10:38 涂小二 阅读(1410) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/kpsmile/p/11314093.html <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Confi 阅读全文
posted @ 2020-08-07 10:12 涂小二 阅读(356) 评论(0) 推荐(0)