随笔分类 -  Java_Learing

摘要:查 public ArrayList<Student> findAll() { ArrayList<Student> all = new ArrayList<>(); Connection connection = null; Statement statement = null; ResultSe 阅读全文
posted @ 2022-02-03 04:30 Xuuxxi 阅读(30) 评论(0) 推荐(0) 编辑
摘要:包装类(Wrapper ) 针对八种基本数据类型相应的引用类型 包装类转String com.learn.Wrapper_.ChangeWIthString 一些常用的方法 Integer MIN_VALUE 返回最小值 MAX_VALUE 返回最大值 Character isDigit('1') 阅读全文
posted @ 2022-02-02 11:29 Xuuxxi 阅读(26) 评论(0) 推荐(0) 编辑
摘要:基础语法 堆,栈,常量池,内容存放的位置等 DOS命令 一些小函数 getClass() 查看运行类型 StringBuffer 类似vector的不定长度的String length() 实际长度 capacity() 理论容量 String a; String[] res = a.split(" 阅读全文
posted @ 2022-01-10 23:00 Xuuxxi 阅读(60) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示