摘要: public class txttest { /** * 读取txt文件的内容 * @param file 想要读取的文件对象 * @return 返回文件内容 */ public static String txt2String(File file){ StringBuilder result = 阅读全文
posted @ 2021-08-18 22:01 iiiiiiiivan 阅读(219) 评论(0) 推荐(0)
摘要: /Applications/IntelliJ IDEA.app/Contents/bin/idea.properties idea.cycle.buffer.size=1024修改为不限制大小或者其他大小 idea.cycle.buffer.size=disabled 阅读全文
posted @ 2021-08-18 22:00 iiiiiiiivan 阅读(198) 评论(0) 推荐(0)