摘要: //类 SqlConnection conn; SqlCommand cmd; public UsersData() { conn = new SqlConnection("server=.;database=Data0504;user=sa;pwd=123;"); cmd = conn.Creat 阅读全文
posted @ 2017-07-09 14:25 零语言 阅读(188) 评论(0) 推荐(0) 编辑
摘要: //类 SqlConnection conn; SqlCommand cmd; public UsersData() { conn = new SqlConnection("server=.;database=Data0504;user=sa;pwd=123;"); cmd = conn.Creat 阅读全文
posted @ 2017-07-09 14:25 零语言 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Console.BackgroundColor = ConsoleColor.White; Console.ForegroundColor = ConsoleColor.Black; while (true) { Console.Clear(); new Test1().DataLook(); wh 阅读全文
posted @ 2017-07-09 11:38 零语言 阅读(140) 评论(0) 推荐(0) 编辑