会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NewObject_1
顺平弟子
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
21
下一页
2014年1月12日
jquery 的父子节点
摘要: 1.一级父节点 parent() n级父节点 parents(???).2.一级子节点 children()n级子节点 用find(???)
阅读全文
posted @ 2014-01-12 09:57 NewObject_1
阅读(341)
评论(0)
推荐(0)
2014年1月8日
获取类编译之后的文件所在路径
摘要: public static String CLASS_PATH =Info.class.getResource("").getPath();
阅读全文
posted @ 2014-01-08 15:40 NewObject_1
阅读(323)
评论(0)
推荐(0)
2014年1月6日
select中分割多组option
摘要:
阅读全文
posted @ 2014-01-06 13:26 NewObject_1
阅读(403)
评论(0)
推荐(0)
jquery 鼠标的的当前位置(top)
摘要: $(this).offset().top;
阅读全文
posted @ 2014-01-06 10:33 NewObject_1
阅读(196)
评论(0)
推荐(0)
2014年1月3日
basePath 方便
摘要: String path = request.getContextPath()+"/";String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path ;
阅读全文
posted @ 2014-01-03 17:50 NewObject_1
阅读(128)
评论(0)
推荐(0)
2013年12月30日
hql 时间
摘要: 1.hql中时间格式转换SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");String d = sdf.format(new Date());sb.append(" and s.askTime = '" + start +"' and columnName <= '"+end+"';
阅读全文
posted @ 2013-12-30 16:36 NewObject_1
阅读(687)
评论(0)
推荐(0)
2013年12月26日
删除没有关联关系的数据
摘要: 1.delete ???(要删的数据所在表的别名,必须有) t_gahiga_ahighai ??? left join t_gtahiaigiha_aghiahgia *** on --- left join ...(省略号表示这种left join 的关系)... where ...(这里是真正的外界传入的条件)...例子:public void deleteCarTypeSyn2(int dealerId,String sids) throws Exception{StringBuffer sql = new StringBuffer();sql.append("delete
阅读全文
posted @ 2013-12-26 17:33 NewObject_1
阅读(497)
评论(0)
推荐(0)
2013年12月25日
判断是否隐藏
摘要: $("#addChoooseStations").is(":visible")
阅读全文
posted @ 2013-12-25 09:35 NewObject_1
阅读(138)
评论(0)
推荐(0)
阻止事件传播
摘要: e.stopPropagation();
阅读全文
posted @ 2013-12-25 09:34 NewObject_1
阅读(138)
评论(0)
推荐(0)
2013年12月23日
如何使input双击时不显示历史记录
摘要:
阅读全文
posted @ 2013-12-23 15:59 NewObject_1
阅读(2118)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
21
下一页
公告