加载中
日期格式设置

//Date --> String Date now = new Date(); SimpleDateFormat sdf=new SimpleDateFormat("yyyyMMddHHmmss"); String date = sdf.format(now); // date 的输出结果 20150611205018...

2015/06/11 20:52
27
写入写出文件

/* * 将d盘测试.docx * 写出到 d盘 创建csc.docx */ FileInputStream in = new FileInputStream("/D:/测试.docx"); FileOutputStream out = new FileOutputStream("/D:/测试/csc.docx"); in...

2015/06/11 20:47
62
警示语言

警示语言

2015/05/19 10:09
128

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部