Fight With Me!!!

导航

上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 106 下一页

2015年4月17日 #

jstl的forEach使用和jstl变量实现自增

摘要: () ${reallyChooseSubject.name} " id="subjectId" value="${reallyChooseSubject.id... 阅读全文

posted @ 2015-04-17 12:02 nickTimer 阅读(1268) 评论(0) 推荐(0) 编辑

2015年4月16日 #

jQuery 清除div内容

摘要: $.ajax({ url: "SearchSN.aspx", data: "SN=" + $("#txtStorageSN").val(), cache: false, success: function (html) { $("#showRes... 阅读全文

posted @ 2015-04-16 19:12 nickTimer 阅读(2988) 评论(0) 推荐(0) 编辑

2015年4月15日 #

动态设置easyui datagrid URL

摘要: 动态设置easyui datagrid URL$('#tt').datagrid({url:'website/jsp/servlet',queryParams:{method:'xx', Id:IDValue }}); 阅读全文

posted @ 2015-04-15 23:51 nickTimer 阅读(819) 评论(0) 推荐(0) 编辑

2015年4月13日 #

easyui validatebox 验证集合

摘要: 邮箱验证: 网址验证: 长度验证: 手机验证: 邮编验证: 账号验证: 汉子验证: 远程验证: 阅读全文

posted @ 2015-04-13 16:05 nickTimer 阅读(172) 评论(0) 推荐(0) 编辑

java.io.InvalidClassException: com.master.CurrentMessages; local class incompatible:

摘要: 报错信息如下:java.io.InvalidClassException: com.master.CurrentMessages; local class incompatible: stream classdesc serialVersionUID = -3227847930051618824, ... 阅读全文

posted @ 2015-04-13 08:08 nickTimer 阅读(257) 评论(0) 推荐(0) 编辑

2015年4月12日 #

脏读 幻读 不可重复读

摘要: 1, 脏读 一个事务读到另一个事务,尚未提交的修改,就是脏读。这里所谓的修改,除了Update操作,不要忘了,还包括Insert和Delete操作。 脏读的后果:如果后一个事务回滚,那么它所做的修改,统统都会被撤销。前一个事务读到的数据,就是垃圾数据。 举个例子:预订房间。有一张Reservatio 阅读全文

posted @ 2015-04-12 14:03 nickTimer 阅读(166) 评论(0) 推荐(0) 编辑

配置spring上下文

摘要: contextConfigLocation classpath:/applicationContext.xml classpath:/applicationContext-security.xml o... 阅读全文

posted @ 2015-04-12 13:16 nickTimer 阅读(245) 评论(0) 推荐(0) 编辑

2015年4月9日 #

radio checked不起作用的原因

摘要: 成功 失败 ... 阅读全文

posted @ 2015-04-09 18:31 nickTimer 阅读(1236) 评论(0) 推荐(0) 编辑

org.codehaus.jackson.map.JsonMappingException: No serializer found for class org.hibernate.proxy.pojo.javassist.

摘要: 2011-08-16 13:26:58,484 [http-8080-1] ERROR [core.web.ExceptionInterceptor] - org.codehaus.jackson.map.JsonMappingException: No serializer found for c... 阅读全文

posted @ 2015-04-09 15:45 nickTimer 阅读(3108) 评论(0) 推荐(0) 编辑

2015年4月8日 #

[JBPM3.2]TaskNode的signal属性详解

摘要: TaskNode节点的signal属性决定了任务完成时对流程执行继续的影响,共有六种取值:unsynchronized,never,first,first-wait,last,last-wait。默认的取值是last。 (1)signal="unsynchronized"流程不在当前结点停留,而直... 阅读全文

posted @ 2015-04-08 21:30 nickTimer 阅读(393) 评论(0) 推荐(0) 编辑

上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 106 下一页