- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 老是犯以前的错误
time between '9:00' and '12:00' 跟time between '09:00' and '12:00'是不同的,大哥 不一定每次都要用到sum的
2014-01-04 16:14:38
379
原创 12
JDK1.5新特性:注解(Annotation) 注解及Java的几个基本注解 注解1.@Deprecated--方法过时 一个方法创建后,后期可能会将该方法过时处理,不过不能删除该方法,因为有的用户可能还在使用该方法所以可使用注解声明该已经过时。 @Deprecated public static void sayHello() {
2013-12-11 17:54:49
357
原创 为n个字符串(n>=1,字符串之间用,分隔开)两边加单引号
public static String singleMarkStr(String str){ if(str == null || str.length() == 0 || "".equals(str)) return ""; StringBuffer sb = new StringBuffer(); String[] strArray = str.split(","); for(i
2013-12-11 17:48:33
470
原创 排除相同人员
if(mapRemove.get(tmp.getF_consumerid()) == null){ mapRemove.put(tmp.getF_consumerid(), tmp.getF_consumerid()); }else if(i ls.remove(i); i--; continue; }else{ break; }
2013-12-11 14:41:24
396
原创 遍历map的几种方法
1、Iterator ir = map.entrySet.iterator(); while(ir.hasNext()){ Map.Entry entry = (Map.Entry)ir.next(); Object key = entry.getKey(); Object value = entry.getValue(); }
2013-12-11 13:08:14
403
jQuery实现无刷新分页锥形源码
2014-01-23
jquery实现多级下拉菜单源码
2014-01-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅