分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程
HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成
HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子
4626| 2
|
[毕业生提问] 登陆界面。。新人求指教,谢谢 |
1金钱
最佳答案[mw_shl_code=csharp,true]else if(radioButton3.Checked)
{
string sql = "select count(*) from admin where name='" + textBox1.Text + "' and pwd='" + textBox2.Text + "' and quanxian='学生'";
cmd = new SqlCommand(sql, conn);
quanxian= "学生";
}
//=======这里有问题
{
Form1 frm = new Form1();
frm.Show();
this.Hide();
}
//================
else
...
| ||
发表于 2015-4-26 10:23:32
|
显示全部楼层
| ||
| ||