摘要: string UserName = context.Request["username"]; string PassWord = context.Request["pwd"]; //连接数据库 SqlConnection con = new SqlConnection("server=.;database=test;uid=... 阅读全文
posted @ 2018-01-10 10:02 enych 阅读(133) 评论(0) 推荐(0) 编辑
摘要: textBox1.Text = dateTimePicker1.Value.ToString("yyyy-MM-dd HH:mm:ss"); int[] arr = { 100, 20, 2, 4, 104, 1, 21, 101, 102, 201, 202 }; var data = arr.Where(n => n... 阅读全文
posted @ 2018-01-10 09:36 enych 阅读(302) 评论(0) 推荐(0) 编辑