java.sql java访问数据库
返回类名@地址
Integer.MaX_VALUE int最大值
不能new
System.currentTimeMillis() 微秒
System.nanoTime() 纳秒
indexOf 找不到返回-1
equalsIgnoreCase 忽略大小写
subString 截取字符串(经常和index等联用)
concat连接
trim去两边空格
原文:https://www.cnblogs.com/xingkongcanghai/p/12699402.html