Fight With Me!!!

导航

上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 106 下一页

2015年3月27日 #

spring AOP @Around @Before @After 区别

摘要: 此段小代码演示了spring aop中@Around @Before @After三个注解的区别@Before是在所拦截方法执行之前执行一段逻辑。@After 是在所拦截方法执行之后执行一段逻辑。@Around是可以同时在所拦截方法的前后执行一段逻辑。package com.itsoft.actio... 阅读全文

posted @ 2015-03-27 16:48 nickTimer 阅读(703) 评论(0) 推荐(0) 编辑

hibernate事务配置Aop aop:advisor模式

摘要: 阅读全文

posted @ 2015-03-27 16:27 nickTimer 阅读(461) 评论(0) 推荐(0) 编辑

2015年3月26日 #

在JBPM的Handle类中调用Spring管理的类

摘要: 我们在使用JBPM定义流程的时候经常要在流程定义文件中加入一个继承xxxHandler的类来实现我们的业务逻辑判断或者其他的需求,在这个类中一般都是用Spring的Application来获取,而这种情况每次都需要加载配置。 假设使用的Handle类是RoleAssignmentHandler,需要... 阅读全文

posted @ 2015-03-26 21:10 nickTimer 阅读(405) 评论(0) 推荐(0) 编辑

Page directive: illegal to have multiple occurrences of contentType with different values

摘要: org.apache.jasper.JasperException: /commons/meta.jsp(1,1) PWC5988: Page directive: illegal to have multiple occurrences of contentType with different ... 阅读全文

posted @ 2015-03-26 20:52 nickTimer 阅读(266) 评论(0) 推荐(0) 编辑

2015年3月25日 #

HQL中的Like查询需要注意的地方

摘要: public List getOrgan(StringorganCode, StringorganName) { String hsql; List list; if (organCode != null && organCode.length() > 0) { hsql = "from Ab31 ... 阅读全文

posted @ 2015-03-25 23:52 nickTimer 阅读(226) 评论(0) 推荐(0) 编辑

js添加对象数组

摘要: json数组也是数组varjsonstr="[{'name':'a','value':1},{'name':'b','value':2}]";varjsonarray=eval('('+jsonstr+')');vararr={"name":$('#names').val(),"value":$('... 阅读全文

posted @ 2015-03-25 16:19 nickTimer 阅读(6068) 评论(0) 推荐(0) 编辑

2015年3月24日 #

No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer解决方法

摘要: org.codehaus.jackson.map.JsonMappingException: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no proper... 阅读全文

posted @ 2015-03-24 19:32 nickTimer 阅读(2646) 评论(0) 推荐(0) 编辑

2个mysql关键字

摘要: descstatus 阅读全文

posted @ 2015-03-24 17:56 nickTimer 阅读(230) 评论(0) 推荐(0) 编辑

怎样获取datagrid中编辑列combobox的value值与text值

摘要: var ed = $('#dg').datagrid('getEditor', {index:editIndex,field:'productid'}); var productname = $(ed.target).combobox('getText'); ... 阅读全文

posted @ 2015-03-24 16:24 nickTimer 阅读(788) 评论(0) 推荐(0) 编辑

2015年3月23日 #

easyui datagrid combobox下拉框获取数据问题

摘要: 最近在使用easyui的datagrid,在可编辑表格中添加一个下拉框,查了下API,可以设置type : 'combobox',来做下拉框,这下拉框是有了,可是这后台数据怎么传过来呢,通过查API可以知道,设置URL属性就能从一个URL远程站点请求数据,或者设置data属性也行,但是本人两种方式都... 阅读全文

posted @ 2015-03-23 19:51 nickTimer 阅读(1088) 评论(0) 推荐(0) 编辑

上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 106 下一页