
Java
有梦想的乌龟
活泼开朗。
展开
-
List 根据对象的属性自定义排序
List 根据对象的属性自定义排序原创 2017-07-29 17:17:06 · 458 阅读 · 0 评论 -
Java 截取字符串
1、 substring() 方法 String str = "zhongguo"; System.err.println(str.substring(0,4)); //zhongpublic String substring(int beginIndex, int endIndex) :(包左不包右)第1个参数为开始的索引,对应String数字中的开始位置原创 2017-07-30 12:28:25 · 679 阅读 · 0 评论 -
JSP页面EL表达式double保留小数点后几位
JSP页面EL表达式double保留小数点后几位 jspEL表达式格式化原创 2017-07-30 13:35:18 · 1847 阅读 · 0 评论 -
错误处理-According to TLD or attribute directive in tag file, attribute test does not accept any expres
According to TLD or attribute directive in tag file, attribute test does not accept any expres转载 2017-07-30 13:54:17 · 423 阅读 · 0 评论 -
double四舍五入格式化
double四舍五入格式化原创 2017-07-30 14:59:29 · 573 阅读 · 0 评论