上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 55 下一页

2017年7月13日

maven 打包 包含xml

摘要: dc-exam src/main/java **/*.properties **/*.xml ... 阅读全文

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

maven 配置jetty 插件

摘要: jetty 9 应 这样配置 tomcat7 插件: 阅读全文

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

spring 和 spirngMvc 中 异常处理

摘要: spring 中 的 异常处理 使用的是aspectj <!-- 注解aop,支持注解 --> <aop:aspectj-autoproxy /> 事务 切点配置 <!-- 配置参与事务的类 --> <aop:config expose-proxy="true" proxy-target-class 阅读全文

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

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) 编辑

2017年7月11日

springmvc 4.x 转json

摘要: application/json;charset=UTF-8 text/html;charset=UTF-8 ... 阅读全文

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

2017年7月9日

C# 添加vertical 属性上下边框消失问题

摘要: 点击这里的曲别针就好了。。。。 自定义控件主题。。。。。 #学习地址: http://www.cnblogs.com/anding/p/4993655.html 阅读全文

posted @ 2017-07-09 20:38 正义的伙伴! 阅读(169) 评论(0) 推荐(0) 编辑

上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 55 下一页

导航

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