From a7ef7aad19c600a1992443fd289be7b9e4756fd3 Mon Sep 17 00:00:00 2001 From: editor <@51Aspx.com> Date: Wed, 26 Jun 2024 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 51Aspx源码必读.txt | 42 ++++++++++++++++++++++++++++++++++ AssemblyInfo.cs | 15 ++++++++++++ Backup1/51aspx源码必读.txt | 42 ++++++++++++++++++++++++++++++++++ Backup1/AssemblyInfo.cs | 15 ++++++++++++ Backup1/Global.asax | 1 + Backup1/Global.asax.cs | 15 ++++++++++++ Backup1/Global.asax.resx | 15 ++++++++++++ Backup1/Manager.aspx | 15 ++++++++++++ Backup1/Manager.aspx.cs | 15 ++++++++++++ Backup1/Manager.aspx.resx | 15 ++++++++++++ Backup1/MyBlog.csproj | 15 ++++++++++++ Backup1/ReadMe.txt | 4 ++++ Backup1/UpgradeLog.htm | 15 ++++++++++++ Backup1/Web.config | 15 ++++++++++++ Backup1/codeReq.aspx | 15 ++++++++++++ Backup1/codeReq.aspx.cs | 15 ++++++++++++ Backup1/codeReq.aspx.resx | 15 ++++++++++++ Backup1/comment.aspx | 15 ++++++++++++ Backup1/comment.aspx.cs | 15 ++++++++++++ Backup1/comment.aspx.resx | 15 ++++++++++++ Backup1/index.aspx | 15 ++++++++++++ Backup1/index.aspx.cs | 15 ++++++++++++ Backup1/index.aspx.resx | 15 ++++++++++++ Backup1/linkManage.aspx | 15 ++++++++++++ Backup1/linkManage.aspx.cs | 15 ++++++++++++ Backup1/linkManage.aspx.resx | 15 ++++++++++++ Backup1/postArticle.aspx | 15 ++++++++++++ Backup1/postArticle.aspx.cs | 15 ++++++++++++ Backup1/postArticle.aspx.resx | 15 ++++++++++++ Backup1/style.css | 15 ++++++++++++ Backup1/viewArticle.aspx | 15 ++++++++++++ Backup1/viewArticle.aspx.cs | 15 ++++++++++++ Backup1/viewArticle.aspx.resx | 15 ++++++++++++ Global.asax | 1 + Global.asax.cs | 15 ++++++++++++ Global.asax.resx | 15 ++++++++++++ Manager.aspx | 15 ++++++++++++ Manager.aspx.cs | 15 ++++++++++++ Manager.aspx.resx | 15 ++++++++++++ MyBlog.csproj | 15 ++++++++++++ ReadMe.txt | 4 ++++ UpgradeLog.htm | 15 ++++++++++++ UpgradeLog2.htm | 15 ++++++++++++ Web.config | 15 ++++++++++++ codeReq.aspx | 15 ++++++++++++ codeReq.aspx.cs | 15 ++++++++++++ codeReq.aspx.resx | 15 ++++++++++++ comment.aspx | 15 ++++++++++++ comment.aspx.cs | 15 ++++++++++++ comment.aspx.resx | 15 ++++++++++++ index.aspx | 15 ++++++++++++ index.aspx.cs | 15 ++++++++++++ index.aspx.resx | 15 ++++++++++++ linkManage.aspx | 15 ++++++++++++ linkManage.aspx.cs | 15 ++++++++++++ linkManage.aspx.resx | 15 ++++++++++++ postArticle.aspx | 15 ++++++++++++ postArticle.aspx.cs | 15 ++++++++++++ postArticle.aspx.resx | 15 ++++++++++++ style.css | 15 ++++++++++++ viewArticle.aspx | 15 ++++++++++++ viewArticle.aspx.cs | 15 ++++++++++++ viewArticle.aspx.resx | 15 ++++++++++++ 63 files changed, 949 insertions(+) create mode 100644 51Aspx源码必读.txt create mode 100644 AssemblyInfo.cs create mode 100644 Backup1/51aspx源码必读.txt create mode 100644 Backup1/AssemblyInfo.cs create mode 100644 Backup1/Global.asax create mode 100644 Backup1/Global.asax.cs create mode 100644 Backup1/Global.asax.resx create mode 100644 Backup1/Manager.aspx create mode 100644 Backup1/Manager.aspx.cs create mode 100644 Backup1/Manager.aspx.resx create mode 100644 Backup1/MyBlog.csproj create mode 100644 Backup1/ReadMe.txt create mode 100644 Backup1/UpgradeLog.htm create mode 100644 Backup1/Web.config create mode 100644 Backup1/codeReq.aspx create mode 100644 Backup1/codeReq.aspx.cs create mode 100644 Backup1/codeReq.aspx.resx create mode 100644 Backup1/comment.aspx create mode 100644 Backup1/comment.aspx.cs create mode 100644 Backup1/comment.aspx.resx create mode 100644 Backup1/index.aspx create mode 100644 Backup1/index.aspx.cs create mode 100644 Backup1/index.aspx.resx create mode 100644 Backup1/linkManage.aspx create mode 100644 Backup1/linkManage.aspx.cs create mode 100644 Backup1/linkManage.aspx.resx create mode 100644 Backup1/postArticle.aspx create mode 100644 Backup1/postArticle.aspx.cs create mode 100644 Backup1/postArticle.aspx.resx create mode 100644 Backup1/style.css create mode 100644 Backup1/viewArticle.aspx create mode 100644 Backup1/viewArticle.aspx.cs create mode 100644 Backup1/viewArticle.aspx.resx create mode 100644 Global.asax create mode 100644 Global.asax.cs create mode 100644 Global.asax.resx create mode 100644 Manager.aspx create mode 100644 Manager.aspx.cs create mode 100644 Manager.aspx.resx create mode 100644 MyBlog.csproj create mode 100644 ReadMe.txt create mode 100644 UpgradeLog.htm create mode 100644 UpgradeLog2.htm create mode 100644 Web.config create mode 100644 codeReq.aspx create mode 100644 codeReq.aspx.cs create mode 100644 codeReq.aspx.resx create mode 100644 comment.aspx create mode 100644 comment.aspx.cs create mode 100644 comment.aspx.resx create mode 100644 index.aspx create mode 100644 index.aspx.cs create mode 100644 index.aspx.resx create mode 100644 linkManage.aspx create mode 100644 linkManage.aspx.cs create mode 100644 linkManage.aspx.resx create mode 100644 postArticle.aspx create mode 100644 postArticle.aspx.cs create mode 100644 postArticle.aspx.resx create mode 100644 style.css create mode 100644 viewArticle.aspx create mode 100644 viewArticle.aspx.cs create mode 100644 viewArticle.aspx.resx diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..6373b88 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,42 @@ +ASP.NET简单博客系统 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +该系统为一个入门级的blog程序,有简单的文章发表、评论和友情链接等功能 +作者的话: +    很早就想做个自己的个人网站,于是趁着这个学期的短学期花了三天时间,用asp.net做了个类Blog的网站. +    首先要申明的是,之前我对asp.net基本不熟悉,对asp也不太了解,所以此源代码的欠缺之处还请大家包含. +    其实其核心代码为:index.aspx.cs和几个后台管理代码;其中多次使用DataGrid和DataList,由于时间比较紧,其功能显得尤其简单,其他功能如有需要的话,只能以后再慢慢更新了,而且由于对asp.net的熟悉,代码也显得的很幼稚,呵呵,初学者嘛. +    做完后本想找个空间传上去,没想到找个空间却不是那么容易,所以一直拖到现在都没传上. + +后台管理地址:manager.aspx,密码51aspx + +三、注意事项 +ctrl+F5运行即可。 + + + + + +作者: hufengling + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/StudyBlog +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: 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/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..b104422 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] diff --git a/Backup1/51aspx源码必读.txt b/Backup1/51aspx源码必读.txt new file mode 100644 index 0000000..6373b88 --- /dev/null +++ b/Backup1/51aspx源码必读.txt @@ -0,0 +1,42 @@ +ASP.NET简单博客系统 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +该系统为一个入门级的blog程序,有简单的文章发表、评论和友情链接等功能 +作者的话: +    很早就想做个自己的个人网站,于是趁着这个学期的短学期花了三天时间,用asp.net做了个类Blog的网站. +    首先要申明的是,之前我对asp.net基本不熟悉,对asp也不太了解,所以此源代码的欠缺之处还请大家包含. +    其实其核心代码为:index.aspx.cs和几个后台管理代码;其中多次使用DataGrid和DataList,由于时间比较紧,其功能显得尤其简单,其他功能如有需要的话,只能以后再慢慢更新了,而且由于对asp.net的熟悉,代码也显得的很幼稚,呵呵,初学者嘛. +    做完后本想找个空间传上去,没想到找个空间却不是那么容易,所以一直拖到现在都没传上. + +后台管理地址:manager.aspx,密码51aspx + +三、注意事项 +ctrl+F5运行即可。 + + + + + +作者: hufengling + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/StudyBlog +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: 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/Backup1/AssemblyInfo.cs b/Backup1/AssemblyInfo.cs new file mode 100644 index 0000000..b104422 --- /dev/null +++ b/Backup1/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] diff --git a/Backup1/Global.asax b/Backup1/Global.asax new file mode 100644 index 0000000..debdd36 --- /dev/null +++ b/Backup1/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="MyBlog.Global" %> diff --git a/Backup1/Global.asax.cs b/Backup1/Global.asax.cs new file mode 100644 index 0000000..37e913c --- /dev/null +++ b/Backup1/Global.asax.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Web; +using System.Web.SessionState; + +namespace MyBlog +{ + /// + /// Global ��ժҪ˵���� + /// + public class Global : System.Web.HttpApplication + { + /// + /// ���������������� diff --git a/Backup1/Global.asax.resx b/Backup1/Global.asax.resx new file mode 100644 index 0000000..a76fe8d --- /dev/null +++ b/Backup1/Global.asax.resx @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Backup1/Manager.aspx b/Backup1/Manager.aspx new file mode 100644 index 0000000..93d1c88 --- /dev/null +++ b/Backup1/Manager.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Manager.aspx.cs" AutoEventWireup="false" Inherits="MyBlog.Manager" %> + + + + Manager + + + + + + + +
+

+

��վ��̨���ݿ�ά��
diff --git a/Backup1/Manager.aspx.cs b/Backup1/Manager.aspx.cs new file mode 100644 index 0000000..d6e0077 --- /dev/null +++ b/Backup1/Manager.aspx.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Web; +using System.Web.SessionState; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.HtmlControls; +using System.Data; +using System.Data.OleDb; +using System.Configuration; +//��Դ��������www.51aspx.com(���������������) + diff --git a/Backup1/Manager.aspx.resx b/Backup1/Manager.aspx.resx new file mode 100644 index 0000000..7c427c0 --- /dev/null +++ b/Backup1/Manager.aspx.resx @@ -0,0 +1,15 @@ + + + + + Migration Report +