摘要: 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) 编辑