- 博客(19)
- 资源 (2)
- 收藏
- 关注
原创 More than one TaskScheduler and/or ScheduledExecutorService exist within the context
错误:spring netty 注解多个NioEventLoopGroup bean时,报java.lang.IllegalStateException: More than one TaskScheduler and/or ScheduledExecutorService exist within the context. Remove all but one of the beans; or implement the SchedulingConfigurer interface and call
2017-05-05 16:41:14 3440
原创 跨多个iframe操作ztree
左右两个iframe平级,左侧iframe操作右侧iframe里面的树,js代码:window.top.frames["leftFrameName"].$.fn.zTree.getZTreeObj("youTreeName").getSelectedNodes();
2016-10-11 11:31:17 1433
原创 java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.m
java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
2016-05-10 17:42:17 9367 1
原创 js自定义命名空间
定义命名空间 var nameSpace = nameSpace || {};(function () { var global = window; /**
2016-04-29 16:08:16 859
原创 jqGrid应用--销售管理
管理界面,jsp页面 销售管理 .sort{color:#0663A2;cursor:pointer;} var saleId = "${saleId}"; jQ
2016-04-29 14:01:01 1740
原创 spring-源码学习-1
1. Spring 是一个非侵入性(non-invasive)框架,其目标是使应用程序代码对框架的依赖最小化,应用代码可以在没有Spring或者其它的容器下运行。2. Spring提供了一个一致的编程模型,使用应用直接使用POJO开发,从需可以与应用环境(如WEB服务器)隔离开来。3. Spring推动应用的设计风格向面向对象及面向接口编程转变,提高代码的重用性和可测试性。4. Spr
2016-04-28 09:18:31 376
原创 position:absolute绝对定位居中
使用body使用背景图片在绝对定位中剧中 <div style="background:url(${ctxStatic}/frame/login/themes/theme-4.png) center 0 no-repeat; verflow:hidden;position:absolute;height:678px; width:1200px;left:0;right:0;top:50p
2016-04-27 11:45:47 916
原创 将postData数据转换为Hashtable<String, String[]>
1. 读取postData数据 /** * * getPostData:(读取postData数据). * * @author * @param req ServletRequest * @return String * @since JDK 1.6 */ public static Stri
2016-04-11 17:07:15 676
原创 ListFragment使用注意事项
1. activity不需要ListVie节点 <FrameLayout android:id="@+id/id_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@
2016-03-29 16:45:06 578
原创 jquery取值时id带点处理
id有点的时候需要处理下,jquery直接读取不到的,处理方式有两种:1. $("[id='task.id']") 2. $("#task\\.id")
2016-03-24 09:35:19 1036
原创 hibernate没有保存时却自动更新表
问题描述:使用hibernate时,在修改内容后,就算没有调用save,也会自动更新新数据库。目前发现的解决办法,在读取bean时,使用游离或副本对象1. 使用副本或者clone对象BeanUtils.copyProperties(Task,TaskService.get(id)); 2. session.evict(superviseTask);将这个对象变成游离对象:p
2016-03-22 13:28:58 1099
转载 case when then 中判断null的方法
mysql 中使用case when then 判断某字段是否为null,和判断是否为字符或数字时的写法不一样,如果不注意,很容易搞错错误方法:CASE columnName WHEN null THEN 0 ELSE columnName END正确方法:CASE WHEN columnName is null THEN 0 ELSE columnNa
2015-12-30 13:39:29 873
原创 myeclipse启动卡死解决办法
myeclipse非正常关闭或者打开页面时卡死,重启后一直卡死在进度条那里。解决办法:删除或者修改 workspace\.metadata\.plugins\org.eclipse.ui.workbench\workbench.xml 文件, 如 E:\workspace\develop_workspace\.metadata\.plugins\or
2015-12-16 09:05:20 1393
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人