摘要: ./demo: error while loading shared libraries: libmsc.so: cannot open shared object file: No such file or directory解决办法 阅读全文
posted @ 2021-06-09 19:54 我是程序废 阅读(1117) 评论(0) 推荐(0)
摘要: Mybatis的第一个程序 阅读全文
posted @ 2021-01-17 19:37 我是程序废 阅读(60) 评论(0) 推荐(0)
摘要: Mybatis中日志的简单使用 阅读全文
posted @ 2021-01-17 18:10 我是程序废 阅读(31) 评论(0) 推荐(0)
摘要: Scanner使用 基本语法 Scanner s = new Scanner(System.in); 通过Scanner类的next()与nextLine()方法获取输入的字符串 在读取前一般需要使用hasNext()与hasNextLine()判断是否还有输入的数据 public static v 阅读全文
posted @ 2020-12-29 22:19 我是程序废 阅读(109) 评论(0) 推荐(0)
摘要: JDK安装与卸载 阅读全文
posted @ 2020-12-28 12:14 我是程序废 阅读(94) 评论(0) 推荐(0)