摘要: 1、打开idea--help--edit custom VM options--在文件末尾追加-Dfile.encoding=UTF-8 2、打开tomcat配置,在VM Options后面追加-Dfile.encoding=UTF-8 3、File--Setting 4、修改idea的bin目录下 阅读全文
posted @ 2020-06-07 22:39 启*敬 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 链接:https://blog.csdn.net/wang123459/article/details/79063703 阅读全文
posted @ 2020-05-24 10:27 启*敬 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 1、取最大最小值 public static int maxOrMinTest(List<Integer> list){ Integer[] integers = list.toArray(new Integer[0]); int max = integers[0]; for (int a=1;a< 阅读全文
posted @ 2020-05-09 14:16 启*敬 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 【以下部分截图】2019-11-25 09:48:49,045 [ 108964] WARN - #org.jetbrains.idea.maven - Cannot open index C:\Users\**\.IntelliJIdea2019.2\system\Maven\Indices\In 阅读全文
posted @ 2019-11-25 10:13 启*敬 阅读(2967) 评论(0) 推荐(1) 编辑
摘要: 1、linux操作 ①在linux中输入 ssh-keygen -t rsa ②提示信息 Enter file in which to save the key (/home/用户目录/.ssh/id_rsa):直接enter不设置账号 Enter passphrase (empty for no 阅读全文
posted @ 2019-03-25 11:38 启*敬 阅读(4686) 评论(0) 推荐(0) 编辑
摘要: 把每个返回值的print使用return替代即可 例子: 修改为: 阅读全文
posted @ 2019-02-14 16:53 启*敬 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: 1、卸载原装ifstat find / -name *ifstat* 把/usr/sbin/ifstat、ifstat的man目录的.gz文件删除 2、下载安装 wget http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz(已失效) tar 阅读全文
posted @ 2019-02-13 11:26 启*敬 阅读(895) 评论(0) 推荐(0) 编辑