摘要:
阅读全文
posted @ 2018-04-12 14:59
恋之呓
阅读(276)
评论(0)
推荐(0)
摘要:
static void Main(string[] args) { for (int i = 0; i < 5; i++) { aa a = new aa(); a.age = i; Thread thread = new Thread(new ThreadStart(a.getNum)); //参 阅读全文
posted @ 2018-04-12 14:35
恋之呓
阅读(112)
评论(0)
推荐(0)
摘要:
DataTable dt = new DataTable(); dt.Columns.Add("CustomerID"); dt.Columns.Add("aa"); dt.Columns.Add("vv"); dt.Columns["CustomerID"].DataType = typeof(s 阅读全文
posted @ 2018-04-12 13:34
恋之呓
阅读(521)
评论(0)
推荐(0)