摘要: 1、Product类 1 public class Product 2 { 3 private int pid; 4 private String name; 5 private double price; 6 7 public Product() 8 { ... 阅读全文
posted @ 2015-08-21 11:39 616866114 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1、日期转换成String格式化输出:1 public String getDate() {2 SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");3 Date date = new Date();... 阅读全文
posted @ 2015-08-21 11:16 616866114 阅读(254) 评论(0) 推荐(0) 编辑