資源簡介
文件上傳與下載管理系統
【調試步驟】
1.附加DB文件夾下的數據庫至 sql server
2. 修改web.config中的數據庫連接串 DBConnectionString 中的密碼 改為您本機的
3. 啟動調試后即可看到如下登錄頁,賬號:wy1234 密碼:123456 ,普通用戶賬號:caicai 密碼 123456
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?ComputerRepair.BusinessLogiclayer;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????public?string?showUserIP;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????if?(Request.ServerVariables[“HTTP_VIA“]?!=?null)
????????????{
????????????????showUserIP?=?Request.ServerVariables[“HTTP_X_FORWARDED_FOR“].ToString();
????????????}
????????????else
????????????{
????????????????showUserIP?=?Request.ServerVariables[“REMOTE_ADDR“].ToStri
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-10?15:34??App_Code\
?????目錄???????????0??2017-02-10?15:34??App_Code\BusinessLogicla
?????文件????????6496??2012-06-21?09:52??App_Code\BusinessLogicla
?????文件????????7634??2012-06-21?09:52??App_Code\BusinessLogicla
?????文件???????11043??2012-06-21?09:52??App_Code\BusinessLogicla
?????文件????????8326??2012-06-21?09:52??App_Code\BusinessLogicla
?????目錄???????????0??2017-02-10?15:34??App_Code\CommonComponent\
?????文件????????1396??2012-06-21?09:52??App_Code\CommonComponent\Encrypt.cs
?????文件????????3606??2012-06-21?09:52??App_Code\CommonComponent\PictureSlightly.cs
?????文件????????3319??2012-06-21?09:52??App_Code\CommonComponent\Tree.cs
?????目錄???????????0??2017-02-10?15:34??App_Code\DataAccessHelper\
?????文件????????4486??2012-06-21?09:52??App_Code\DataAccessHelper\GetSafeData.cs
?????文件????????3365??2012-06-21?09:52??App_Code\DataAccessHelper\SQLString.cs
?????目錄???????????0??2017-02-10?15:34??App_Code\DataAccessla
?????文件????????9060??2012-06-21?09:52??App_Code\DataAccessla
?????目錄???????????0??2018-11-15?21:16??DB\
?????文件?????3145728??2012-06-21?09:52??DB\FileManage.mdf
?????文件?????1048576??2012-06-21?09:53??DB\FileManage_log.ldf
?????文件????????4120??2012-06-21?09:52??Default.aspx
?????文件????????3921??2012-06-21?09:52??Default.aspx.cs
?????文件????????2348??2018-11-15?21:20??Web.Config
?????目錄???????????0??2017-02-10?15:34??admin\
?????目錄???????????0??2017-02-10?15:34??admin\UserControls\
?????文件?????????121??2012-06-21?09:52??admin\UserControls\session.ascx
?????文件?????????989??2012-06-21?09:52??admin\UserControls\session.ascx.cs
?????文件????????6166??2012-06-21?09:52??admin\add_new_user.aspx
?????文件????????1940??2012-06-21?09:52??admin\add_new_user.aspx.cs
?????文件????????1403??2012-06-21?09:52??admin\add_new_user_prs.aspx
?????文件?????????423??2012-06-21?09:52??admin\add_new_user_prs.aspx.cs
?????文件?????????532??2012-06-21?09:52??admin\admin.aspx
?????文件?????????412??2012-06-21?09:52??admin\admin.aspx.cs
............此處省略148個文件信息
- 上一篇:C# 繪制圖
- 下一篇:DayPilotPro 電子日歷源碼
評論
共有 條評論