摘要: 1 { 90 #endregion 91 #region 数据导入 92 string constr = "data source=.;initial catalog=itcast2013;integrated security=true"; 93 using (StreamReader sr = new StreamReader(@"f:\person.txt")) 94 { 95 using (SqlConnection con = n... 阅读全文
posted @ 2013-11-13 20:06 搞IT的蟋蟀 阅读(493) 评论(0) 推荐(0)