摘要: http://blog.csdn.net/ligenyingsr/article/details/54095986 System.ConfigurationManager类用于对配置文件的读取。其具有的成员如下: 一、AppSettings AppSetting是最简单的配置节,读写非常简单。 名称 阅读全文
posted @ 2018-03-14 22:19 LuoCore 阅读(2496) 评论(0) 推荐(0)
摘要: string name = txtUserName.Text.Trim();//移除用户名前部和后部的空格 string pwd = txtUserPwd.Text.Trim();//移除密码前部和后部的空格 SqlConnection conn = new Sqlconnection(@"serv 阅读全文
posted @ 2018-03-14 22:15 LuoCore 阅读(250) 评论(0) 推荐(0)
摘要: http://heavenslv.iteye.com/blog/1033870 阅读全文
posted @ 2018-03-14 15:53 LuoCore 阅读(490) 评论(0) 推荐(0)