xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.47MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-11
  • 語言: ASP
  • 標簽: asp??net??

資源簡介

asp net 版醫院管理系統,含代碼和文檔。

資源截圖

代碼片段和文件信息

using?System;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;

using?System.Data.SqlClient;

public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????Response.Write(“這是為了測試,提供一個管理員的帳號:1002000?和一個醫生的帳號:1?和病人的帳號:1?密碼都是123456,測試完可將這句屏蔽。“);
????}
???
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????if?(IsValid)??//決定每個頁碼都驗證一次身份密碼,這樣統一起來,也較方便。(缺點是不能發送太多數據)結構是?ID?NOPass
????????{
????????????string?pass?=?FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox2.Text?“MD5“);
????????????
????????????if?(RButton1.Checked)
????????????{
?????????????????Response.Redirect(“~/patient.aspx?ID=2&NO=“?+?TextBox1.Text+“&Pass=“+pass);//病人
????????????}
????????????else?if(RButton2.Checked)
????????????{
?????????????????Response.Redirect(“~/doctor.aspx?ID=1&NO=“?+?TextBox1.Text?+?“&Pass=“?+?pass);//醫生
????????????}?
????????????else
????????????????Response.Redirect(“~/Manage.aspx?ID=0&NO=“?+?TextBox1.Text?+?“&Pass=“?+?pass);?//管理員的身份NO為0
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1948??2012-01-02?17:47??數據庫project\App_Code\CheckID.cs

?????文件????????314??2012-01-01?14:48??數據庫project\colorschememapping.xml

?????文件???????3019??2011-12-31?21:54??數據庫project\Default.aspx

?????文件???????1524??2012-01-02?16:57??數據庫project\Default.aspx.cs

?????文件??????18600??2012-01-02?20:23??數據庫project\doctor.aspx

?????文件??????11325??2012-01-02?16:26??數據庫project\doctor.aspx.cs

?????文件????????226??2012-01-01?14:48??數據庫project\filelist.xml

?????文件??????25257??2012-01-02?17:55??數據庫project\Manage.aspx

?????文件???????1212??2012-01-02?16:49??數據庫project\Manage.aspx.cs

?????文件??????12851??2012-01-02?17:55??數據庫project\patient.aspx

?????文件???????7158??2012-01-02?15:32??數據庫project\patient.aspx.cs

?????文件????????422??2012-01-01?12:00??數據庫project\pubdoctor.aspx

?????文件????????454??2011-12-31?21:44??數據庫project\pubdoctor.aspx.cs

?????文件????????450??2011-12-31?21:43??數據庫project\pubhospital.aspx

?????文件????????456??2011-12-31?21:43??數據庫project\pubhospital.aspx.cs

?????文件???????5460??2011-12-31?21:44??數據庫project\register.aspx

?????文件???????2612??2012-01-02?20:58??數據庫project\register.aspx.cs

?????文件???????3087??2012-01-01?14:48??數據庫project\themedata.thmx

?????文件???????8423??2011-12-31?20:31??數據庫project\web.config

?????文件????????314??2012-01-01?15:17??數據庫project\中醫科簡介.files\colorschememapping.xml

?????文件????????311??2012-01-01?15:17??數據庫project\中醫科簡介.files\filelist.xml

?????文件???????3073??2012-01-01?15:17??數據庫project\中醫科簡介.files\header.htm

?????文件??????29081??2012-01-01?15:17??數據庫project\中醫科簡介.files\image001.jpg

?????文件??????93190??2012-01-01?15:05??數據庫project\中醫科簡介.files\image002.jpg

?????文件???????3102??2012-01-01?15:17??數據庫project\中醫科簡介.files\themedata.thmx

?????文件??????34911??2012-01-01?15:17??數據庫project\中醫科簡介.htm

?????文件????????314??2012-01-01?14:48??數據庫project\醫院科室選擇頁面\colorschememapping.xml

?????文件????????226??2012-01-01?14:48??數據庫project\醫院科室選擇頁面\filelist.xml

?????文件???????3087??2012-01-01?14:48??數據庫project\醫院科室選擇頁面\themedata.thmx

?????文件????????314??2012-01-01?15:17??數據庫project\醫院科室選擇頁面\中醫科簡介.files\colorschememapping.xml

............此處省略60個文件信息

評論

共有 條評論