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
阅读全文
摘要:<!-- 图片转gif动图 --> <dependency> <groupId>com.madgag</groupId> <artifactId>animated-gif-lib</artifactId> <version>1.4</version> </dependency> <!-- mogod
阅读全文
摘要:原文链接 https://my.oschina.net/u/242764/blog/2980538 https://blog.csdn.net/Abubu123/article/details/77099950 package com.bonc.ioc.lmp.common.util; import
阅读全文
摘要:原文链接: https://blog.csdn.net/u010002184/article/details/74227581 private static boolean isImage(File file) throws IOException { BufferedImage bi = Imag
阅读全文
摘要:原文链接:https://www.cnblogs.com/kpsmile/p/11314093.html <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Confi
阅读全文