2014年5月4日

Properties

摘要: 一、properties文件 Properties类的重要方法 Properties 类存在于包 Java.util 中,该类继承自 Hashtable 1. getProperty ( String key) , 用指定的键在此属性列表中搜索属性。也就是通过参数 key ,得到 key ... 阅读全文

posted @ 2014-05-04 22:34 HAPZQC 阅读(117) 评论(0) 推荐(0)

JAVA中获取系统时间

摘要: 一. 获取当前系统时间和日期并格式化输出:import java.util.Date;import java.text.SimpleDateFormat;public class NowString {public static void main(String[] args) {SimpleDat... 阅读全文

posted @ 2014-05-04 22:26 HAPZQC 阅读(163) 评论(0) 推荐(0)

导航