commit b9ef09707cec5f9dbf6c7b0978a01c83effa8b7c Author: editor <@51Aspx.com> Date: Thu Jun 27 17:55:33 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..0be494d --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,45 @@ +ASP.NET魔兽世界代练网站系统源码 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +初学ASPX时做的魔兽世界代练系统管理网站!!! + +网站虽然简单,但实现了代练所需的大部分功能,如等级代练、声望代练、职业任务代练……后台能管理用户和代练人员的所有资料,以及整个网站的代练介绍和免责声明。。 + +本产品在一年前制作出来了。后来因为要制作人才网系统的原因,便让此网站长期搁置起来,而没有进一步去优化了。 +现在公开代码,让大家(初学者)学习,高手就不用下载了。呵呵……免得被骂  o(∩_∩)o...哈哈 +PS:数据库在DataBase文件夹里。 +后台登录帐户ID和pwd为:admin 51aspx +具体后台登录帐户详见数据库里… + +三、注意事项 +1、在项目FunctionClass.cs修改数据库连接字符串。 +2、管理员账号与密码:admin 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: 陈申波 + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/PowerWom +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Admin_Admin_Add.aspx b/Admin_Admin_Add.aspx new file mode 100644 index 0000000..ff12cd2 --- /dev/null +++ b/Admin_Admin_Add.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Admin_Admin_Add.aspx.cs" AutoEventWireup="false" Inherits="PowerWow_2006.Admin_Admin_Add" %> + + + + ħ�����硪����վ��������ҡ�������Ա���� + + + + + + + + +
+ diff --git a/Admin_Admin_Add.aspx.cs b/Admin_Admin_Add.aspx.cs new file mode 100644 index 0000000..4a1e837 --- /dev/null +++ b/Admin_Admin_Add.aspx.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Data.OleDb; +using System.Web; +using System.Web.SessionState; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.HtmlControls; +//��Դ��������www.51aspx.com(���������������) + +namespace PowerWow_2006 +{ diff --git a/Admin_Admin_Add.aspx.resx b/Admin_Admin_Add.aspx.resx new file mode 100644 index 0000000..7c427c0 --- /dev/null +++ b/Admin_Admin_Add.aspx.resx @@ -0,0 +1,15 @@ + + + + + Migration Report + + + + + + +������� + +
+ + + + + + + + +
diff --git a/Index_Left.ascx.cs b/Index_Left.ascx.cs new file mode 100644 index 0000000..5735d73 --- /dev/null +++ b/Index_Left.ascx.cs @@ -0,0 +1,15 @@ +namespace PowerWow_2006 +{ + using System; + using System.Data; + using System.Data.OleDb; + using System.Drawing; + using System.Web; + using System.Web.UI.WebControls; + using System.Web.UI.HtmlControls; + + /// + /// Index_Left ��ժҪ˵���� + /// + public class Index_Left : System.Web.UI.UserControl + { diff --git a/Index_Left.ascx.resx b/Index_Left.ascx.resx new file mode 100644 index 0000000..7c427c0 --- /dev/null +++ b/Index_Left.ascx.resx @@ -0,0 +1,15 @@ + + + + + Migration Report + + + + + + +������� +