2012年9月24日
摘要: 用以下代码生成文件名即可 1 package info.haowei.util; 2 3 import java.text.SimpleDateFormat; 4 import java.util.Date; 5 import java.util.Random; 6 7 public class IPTimeStamp { 8 9 10 private SimpleDateFormat sdf = null;11 private String ip = null;12 13 14 public IPTimeStamp(String ip) ... 阅读全文
posted @ 2012-09-24 20:10 elleniou 阅读(34503) 评论(3) 推荐(5) 编辑