上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 68 下一页
摘要: 这里使用了lombok打印日志,也可以不用 import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.securit 阅读全文
posted @ 2021-04-16 10:49 yvioo 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: 检查是否一致 阅读全文
posted @ 2021-04-14 16:01 yvioo 阅读(112) 评论(0) 推荐(0) 编辑
摘要: /** * 读取本地html文件里的html代码 * @param file File file=new File("文件的绝对路径") * @return */ public static String toHtmlString(File file) { // 获取HTML文件流 StringBu 阅读全文
posted @ 2021-04-11 19:48 yvioo 阅读(4790) 评论(0) 推荐(0) 编辑
摘要: 在pom文件里面添加 <plugins> <!--定义项目的编译环境--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configurati 阅读全文
posted @ 2021-04-11 18:59 yvioo 阅读(4752) 评论(0) 推荐(1) 编辑
摘要: yml增加配置 # 开发环境配置 server: tomcat: max-http-form-post-size: -1 阅读全文
posted @ 2021-04-11 16:52 yvioo 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: /** * 判断字符串中某个字符存在的个数 * @param str1 完整字符串 * @param str2 要统计匹配个数的字符 * @return */ public static int countStr(String str1, String str2) { int count=0; if 阅读全文
posted @ 2021-04-10 23:27 yvioo 阅读(5587) 评论(0) 推荐(0) 编辑
摘要: import java.util.LinkedList; public class Test1 { /** * 位置实体类,根据自己的来即可 */ static class Position{ /** * 纬度 */ private Double latitude; /** * 经度 */ priv 阅读全文
posted @ 2021-04-09 09:28 yvioo 阅读(1950) 评论(0) 推荐(0) 编辑
摘要: Windows 系统:C:\Windows\System32\drivers\etc\hostsLinux 系统:/etc/hostsMac(苹果电脑)系统:/etc/hostsAndroid(安卓)系统:/system/etc/hostsiPhone(iOS)系统:/etc/hosts修改方法,把 阅读全文
posted @ 2021-04-08 13:43 yvioo 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 引入jar包 下载地址:https://yvioo.lanzous.com/iezpdno3mob 然后打开下载的目录打开cmd执行 mvn install:install-file -Dfile=aspose-words-15.8.0-jdk16.jar -DgroupId=com.aspose 阅读全文
posted @ 2021-04-05 02:07 yvioo 阅读(3118) 评论(2) 推荐(0) 编辑
摘要: yum -y install fontconfig 在/usr/shared/fonts目录下新建一个目录chinese 然后打开windows本地的字体库 将这里面的所有文件上传到centos里我们刚创建的chinese文件夹中 赋权限 chmod 777 /usr/share/fonts/chi 阅读全文
posted @ 2021-04-05 01:55 yvioo 阅读(727) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 68 下一页