07 2013 档案

摘要:1.DateTime.Now.ToString("dddd",new System.Globalization.CultureInfo("zh-cn"));2.new string[] { "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", }[Convert.ToInt16(DateTime.Now.DayOfWeek.ToString("D"))] 阅读全文
posted @ 2013-07-18 10:57 HTL 阅读(5940) 评论(2) 推荐(0) 编辑
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Net;using System.Threading;using System.Net.Sockets;using System.Net.NetworkInformation;public class ThreadDemo{ public static void Main() { List tls = new List(); System.Net.ServicePointManager.D... 阅读全文
posted @ 2013-07-09 18:14 HTL 阅读(2861) 评论(0) 推荐(1) 编辑

htl
点击右上角即可分享
微信分享提示