2017年7月12日

aspectj 与 spring 自定义注解

摘要: ** * ErrorCode: * * @author yangzhenlong * @since 2016/7/21 */ @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface ErrorException { int... 阅读全文

posted @ 2017-07-12 17:03 正义的伙伴! 阅读(193) 评论(0) 推荐(0) 编辑

easyui

摘要: datagrid 总宽度为100 到 95 之间。注意调试。。 或者是96.......... 阅读全文

posted @ 2017-07-12 15:31 正义的伙伴! 阅读(88) 评论(0) 推荐(0) 编辑

$.ajax 错误信息

摘要: $.extend({ getHtml:function(url,callback){ $.ajax({ dataType:"html", url:url, timeout:1500, success:callback, error:function(XMLHttpRequest, textStatu 阅读全文

posted @ 2017-07-12 13:58 正义的伙伴! 阅读(353) 评论(0) 推荐(0) 编辑

spring 事务 配置 多个

摘要: Spring中事务控制相关配置: 其中的“aop:pointcut”标签中"expression"的写法规则如下: execution(modifiers-pattern? ret-type-pattern declaring-type-pat... 阅读全文

posted @ 2017-07-12 11:06 正义的伙伴! 阅读(180) 评论(0) 推荐(0) 编辑

maven 中 指定jdk 和 编译编码,仓库位置

摘要: jdk1.8 true 1.8 1.8 1.8 1.8 ... 阅读全文

posted @ 2017-07-12 10:40 正义的伙伴! 阅读(664) 评论(0) 推荐(0) 编辑

导航

//增加一段JS脚本,为目录生成使用