摘要:
//第一步:新建一个(*.aspx|*.html)Index.aspx页面 添加jquery 1 2 3 4 检测用户名是否存在 5 6 31 32 33 34 35 36 37 38 ... 阅读全文
摘要:
1 namespace Login 2 { 3 class SqlHelper 4 { //连接数据库的字符串 5 //static string dataConnection = "server=***-PC;database=HeiMa;uid=sa;pwd=********"; 6 //使用配置文件连接数据库的方法 7 //1.WinForm项目,请添加对“System.Configuration”的引用 8 //2.对配置文件connectionStrings节进行读取 9 static... 阅读全文