2012年12月3日

c# 获取网络标准时间

摘要: public static DateTime DataStandardTime() {//返回国际标准时间 //只使用的时间服务器的IP地址,未使用域名 string[,] 时间服务器 = new string[14, 2]; int[] 搜索顺序 = new int[] { 3, 2, 4, 8, 9, 6, 11, 5, 10, 0, 1, 7, 12 }; 时间服务器[0, 0] = "time-a.nist.gov"; 时间服务器[0, 1] = "129.6.1... 阅读全文

posted @ 2012-12-03 22:07 雨渐渐 阅读(3208) 评论(0) 推荐(1) 编辑

Mon Dec 03 09:40:40 CST 2012 转时间格式

摘要: package hello;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Locale;public class TC { /** * @param args */ public static void main(String[] args) { String str = "Mon Dec 03 09:40:40 CST 2012"; Date date = parse(str... 阅读全文

posted @ 2012-12-03 11:17 雨渐渐 阅读(228) 评论(0) 推荐(0) 编辑

导航