資源簡介
1、本程序基于.net4.0框架、開發環境用的是vs2010、本軟件建議使用IIS7.0發布。
2、數據庫是access2003,方便部署。tb_yonghu表和tb_xueshengxinxi表依據zhanghao建立關系。
3、現有表tb_yonghu前臺用戶信息,tb_admin管理員信息,tb_xueshengxinxi學生信息,tb_xueshengguanxi1學生關系人員1信息,tb_xueshengguanxi2學生關系人員2信息 共五個表。
4、本軟件可以批量生成賬號,密碼。
5、前臺的登陸地址是../index.asp,后臺的登陸地址是../adminadmin_index.aspx。
6、密碼暫時以明碼的形式存儲,管理員賬號是6,6或1,1。
7、如要按需修改請加入群251427153或訪問www.learning365.cn留言,所有修改免費,但需要時間,希望大家耐心等待。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
public?partial?class?index?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Bttijiao_Click(object?sender?EventArgs?e)??//登陸代碼
????{
????????string?zhanghao?=?this.TBzhanghao.Text;
????????string?mima?=?this.TBmima.Text;
????????string?sql?=?“select?*?from?tb_yonghu?where?zhanghao=@zhanghao?and?mima=@mima“;
????????string?sqlc?=?“select?*?from?tb_xueshengxinxi?where?zhanghao=‘“?+?zhanghao?+?“‘“;
????????Session[“TBzhanghao“]?=?this.TBzhanghao.Text.ToString();??????????//把用戶名存儲到Session變量中
????????Session[“TBmima“]?=?this.TBzhanghao.Text.ToString();?????????????//把用戶密碼存儲到S
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\admin\
?????文件?????????873??2015-03-24?09:44??studentwr_2.0\admin\admin_daochujibenxinxi.aspx
?????文件????????7776??2016-03-07?11:19??studentwr_2.0\admin\admin_daochujibenxinxi.aspx.cs
?????文件?????????899??2015-03-24?09:42??studentwr_2.0\admin\admin_daochuqiantaizhanghao.aspx
?????文件????????1115??2015-03-19?10:33??studentwr_2.0\admin\admin_daochuqiantaizhanghao.aspx.cs
?????文件????????3467??2015-03-23?17:46??studentwr_2.0\admin\admin_guanliyuan.aspx
?????文件????????2519??2015-03-24?09:20??studentwr_2.0\admin\admin_guanliyuan.aspx.cs
?????文件????????3418??2015-03-23?14:48??studentwr_2.0\admin\admin_index.aspx
?????文件?????????500??2015-03-18?16:16??studentwr_2.0\admin\admin_index.aspx.cs
?????文件????????3693??2016-03-04?19:40??studentwr_2.0\admin\admin_jibenxinxi.aspx
?????文件????????2530??2016-03-02?22:38??studentwr_2.0\admin\admin_jibenxinxi.aspx.cs
?????文件????????1954??2015-03-12?09:25??studentwr_2.0\admin\admin_login.aspx
?????文件????????1213??2015-03-12?09:33??studentwr_2.0\admin\admin_login.aspx.cs
?????文件?????????933??2016-02-26?23:27??studentwr_2.0\admin\admin_qingkongjibxinxi.aspx
?????文件?????????768??2016-03-04?19:57??studentwr_2.0\admin\admin_qingkongjibxinxi.aspx.cs
?????文件?????????894??2015-03-24?09:48??studentwr_2.0\admin\admin_qingkongqiantaishuju.aspx
?????文件?????????765??2015-03-18?10:37??studentwr_2.0\admin\admin_qingkongqiantaishuju.aspx.cs
?????文件????????3473??2015-03-23?17:34??studentwr_2.0\admin\admin_yonghu.aspx
?????文件????????2685??2016-03-04?20:04??studentwr_2.0\admin\admin_yonghu.aspx.cs
?????文件????????1263??2016-02-28?23:21??studentwr_2.0\admin\piliangshengchengqiantaiyonghu.aspx
?????文件????????3145??2016-02-28?23:20??studentwr_2.0\admin\piliangshengchengqiantaiyonghu.aspx.cs
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\App_Code\
?????文件????????3953??2015-03-12?17:35??studentwr_2.0\App_Code\DBclass.cs
?????目錄???????????0??2016-03-07?11:20??studentwr_2.0\App_Data\
?????文件??????999424??2016-03-04?20:39??studentwr_2.0\App_Data\studentxinxi.mdb
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\aspnet_client\
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\aspnet_client\system_web\
?????目錄???????????0??2016-03-07?11:23??studentwr_2.0\aspnet_client\system_web\4_0_30319\
?????目錄???????????0??2016-03-07?10:08??studentwr_2.0\Bin\
?????文件??????118784??2013-07-23?08:33??studentwr_2.0\Bin\AspNetPager.dll
............此處省略825個文件信息
- 上一篇:微信企業號授權獲取用戶信息
- 下一篇:WinForm 權限控制
評論
共有 條評論