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