上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页
摘要: Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:PropertyAccessException 1: ... 阅读全文
posted @ 2016-07-04 16:11 Bug开发攻城狮 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:PropertyAccessException 1: ... 阅读全文
posted @ 2016-07-04 16:11 Bug开发攻城狮 阅读(1886) 评论(0) 推荐(0) 编辑
摘要: 1、 为什么使用Nexus 如果没有私服,我们所需的所有构件都需要通过maven的中央仓库和第三方的Maven仓库下载到本地,而一个团队中的所有人都重复的从maven仓库下载构件无疑加大了仓库的负载和浪费了外网带宽,如果网速慢的话,还会影响项目的进程。很... 阅读全文
posted @ 2016-06-29 15:40 Bug开发攻城狮 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1、 为什么使用Nexus 如果没有私服,我们所需的所有构件都需要通过maven的中央仓库和第三方的Maven仓库下载到本地,而一个团队中的所有人都重复的从maven仓库下载构件无疑加大了仓库的负载和浪费了外网带宽,如果网速慢的话,还会影响项目的进程。很... 阅读全文
posted @ 2016-06-29 15:40 Bug开发攻城狮 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1.元素类-组件类public class Attachement implements Serializable{ private Integer id; private BigDecimal price; public Integer getId() { re... 阅读全文
posted @ 2016-06-28 10:30 Bug开发攻城狮 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1.元素类-组件类public class Attachement implements Serializable{ private Integer id; private BigDecimal price; public Integer getId() { re... 阅读全文
posted @ 2016-06-28 10:30 Bug开发攻城狮 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1.单例的实现 public class Singleton { private Singleton(){}; private static Singleton st = null; public static Singleton getS... 阅读全文
posted @ 2016-06-28 10:27 Bug开发攻城狮 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1.单例的实现 public class Singleton { private Singleton(){}; private static Singleton st = null; public static Singleton getS... 阅读全文
posted @ 2016-06-28 10:27 Bug开发攻城狮 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1.产品类1.1产品的统一接口[java] view plain copy/** * @Desc:产品的接口 * @author zy * @date 2016年6月21日下午4:40:33 */ public interface Product { ... 阅读全文
posted @ 2016-06-28 10:25 Bug开发攻城狮 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1.产品类1.1产品的统一接口[java] view plain copy/** * @Desc:产品的接口 * @author zy * @date 2016年6月21日下午4:40:33 */ public interface Product { ... 阅读全文
posted @ 2016-06-28 10:25 Bug开发攻城狮 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页