commit 9082963a137ef66ebfb429ebd2e56fedaae95c27 Author: editor <@51Aspx.com> Date: Thu Jun 20 19:12:20 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..eb42458 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,38 @@ +ASP.NET简单多用户BLOG程序源码 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +一个集随笔、留言板、相册及用户管理功能为一体的博客程序,采用VS2022+Access开发 +该程序的完整性有些欠缺,不过可以做为多用户博客的参照借鉴。 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,写上Access文件的绝对路径。 +2、管理员账号与密码:51aspx 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: Yanchun Yang + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/SimpleBlogs +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: 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/Admincontrol/admin_new_comment.ascx b/Admincontrol/admin_new_comment.ascx new file mode 100644 index 0000000..55b8619 --- /dev/null +++ b/Admincontrol/admin_new_comment.ascx @@ -0,0 +1,13 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="admin_new_comment.ascx.cs" Inherits="Admincontrol_admin_new_comment" %> + + +
  • + + + + +
  • +
    +
    + + diff --git a/Admincontrol/admin_new_comment.ascx.cs b/Admincontrol/admin_new_comment.ascx.cs new file mode 100644 index 0000000..6fd291f --- /dev/null +++ b/Admincontrol/admin_new_comment.ascx.cs @@ -0,0 +1,15 @@ +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; + +public partial class Admincontrol_admin_new_comment : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { diff --git a/Admincontrol/admin_top_search.ascx b/Admincontrol/admin_top_search.ascx new file mode 100644 index 0000000..102771a --- /dev/null +++ b/Admincontrol/admin_top_search.ascx @@ -0,0 +1,14 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="admin_top_search.ascx.cs" Inherits="Admincontrol_admin_top_search" %> + + + +
  • + + + + +
  • +
    +
    + + diff --git a/Admincontrol/admin_top_search.ascx.cs b/Admincontrol/admin_top_search.ascx.cs new file mode 100644 index 0000000..63e07a0 --- /dev/null +++ b/Admincontrol/admin_top_search.ascx.cs @@ -0,0 +1,15 @@ +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; + +public partial class Admincontrol_admin_top_search : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { diff --git a/Admincontrol/change_user_password.ascx b/Admincontrol/change_user_password.ascx new file mode 100644 index 0000000..78fd9c7 --- /dev/null +++ b/Admincontrol/change_user_password.ascx @@ -0,0 +1,15 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="change_user_password.ascx.cs" Inherits="mywebcontrol_change_user_password" %> +
    +
    +
    +
    +
    + +
    + + + + + + + diff --git a/Admincontrol/change_user_password.ascx.cs b/Admincontrol/change_user_password.ascx.cs new file mode 100644 index 0000000..2f0abbd --- /dev/null +++ b/Admincontrol/change_user_password.ascx.cs @@ -0,0 +1,15 @@ +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; + +public partial class mywebcontrol_change_user_password : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { diff --git a/Admincontrol/edit_user_information.ascx b/Admincontrol/edit_user_information.ascx new file mode 100644 index 0000000..cf55f94 --- /dev/null +++ b/Admincontrol/edit_user_information.ascx @@ -0,0 +1,15 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="edit_user_information.ascx.cs" Inherits="mywebcontrol_edit_user_information" %> +
    +
    +
    +
    + + + + + + + + + + diff --git a/Admincontrol/edit_user_information.ascx.cs b/Admincontrol/edit_user_information.ascx.cs new file mode 100644 index 0000000..dea6444 --- /dev/null +++ b/Admincontrol/edit_user_information.ascx.cs @@ -0,0 +1,15 @@ +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; + +public partial class mywebcontrol_edit_user_information : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { diff --git a/Admincontrol/message_show.ascx b/Admincontrol/message_show.ascx new file mode 100644 index 0000000..d8d0e3e --- /dev/null +++ b/Admincontrol/message_show.ascx @@ -0,0 +1,15 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="message_show.ascx.cs" Inherits="aaa_message_show" %> + + + +
    + +
    + +
    +
    现征集网管一名.
    有意者请速联系 +
    +
    ::请输入您的原密码::
    + diff --git a/Admincontrol/send_message.ascx.cs b/Admincontrol/send_message.ascx.cs new file mode 100644 index 0000000..6750574 --- /dev/null +++ b/Admincontrol/send_message.ascx.cs @@ -0,0 +1,15 @@ +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; + +public partial class Admincontrol_send_message : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { diff --git a/App_code/Article_search.cs b/App_code/Article_search.cs new file mode 100644 index 0000000..ba04f47 --- /dev/null +++ b/App_code/Article_search.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Data .OleDb ; +using System.Configuration; +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; + +/// +/// Article_search 的摘要说明 +/// +public class Article_search diff --git a/App_code/CreateImage.cs b/App_code/CreateImage.cs new file mode 100644 index 0000000..aefee04 --- /dev/null +++ b/App_code/CreateImage.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Configuration; +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 System.Drawing.Imaging; +using System.Drawing; +/// +/// 验证码模块 +/// +public class CreateImage diff --git a/App_code/UserInfo.cs b/App_code/UserInfo.cs new file mode 100644 index 0000000..fb19c0e --- /dev/null +++ b/App_code/UserInfo.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Configuration; +using System.Data.OleDb; +/// +/// 实现用户注册与登陆 +/// +public class UserInfo +{ + public string user_name; + public string password; + public string true_name; + public string address; + public string mail; + public bool getback_password=false ; diff --git a/App_code/User_picture.cs b/App_code/User_picture.cs new file mode 100644 index 0000000..ee6a5cd --- /dev/null +++ b/App_code/User_picture.cs @@ -0,0 +1,15 @@ +using System; +using System.IO; +using System.Text; +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 System.ComponentModel; +/// +/// User_picture 的摘要说明 +/// +public class User_picture : UserInfo +{ diff --git a/App_code/dataconn.cs b/App_code/dataconn.cs new file mode 100644 index 0000000..0435fa3 --- /dev/null +++ b/App_code/dataconn.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Data.OleDb; +using System.Configuration; +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; + +/// +/// dataconn 的摘要说明 +/// +public class dataconn diff --git a/App_code/message.cs b/App_code/message.cs new file mode 100644 index 0000000..4232ec5 --- /dev/null +++ b/App_code/message.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Data.OleDb; +using System.Configuration; +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; + +/// +/// message 的摘要说明 +/// +public class message diff --git a/App_code/user_article.cs b/App_code/user_article.cs new file mode 100644 index 0000000..ddb3a51 --- /dev/null +++ b/App_code/user_article.cs @@ -0,0 +1,15 @@ +using System; +using System.Data; +using System.Configuration; +using System.Data.OleDb; +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; + +/// +/// user_article 的摘要说明 +/// +public class user_article : UserInfo diff --git a/ClientFiles/StyleSheet.css b/ClientFiles/StyleSheet.css new file mode 100644 index 0000000..cca6207 --- /dev/null +++ b/ClientFiles/StyleSheet.css @@ -0,0 +1,15 @@ +.buttonStyle +{ + border:0px; + width:113px; + height:32px; + text-align:left; + padding-left:15px; + background-image:url(../image/buttonBg.gif); + font-family:Arial, Helvetica, sans-serif; + font-size:12px; + color:#333333; + vertical-align:middle; +} +.textboxStyle +{ diff --git a/ClientFiles/colordialog.html b/ClientFiles/colordialog.html new file mode 100644 index 0000000..41007c5 --- /dev/null +++ b/ClientFiles/colordialog.html @@ -0,0 +1,15 @@ + + + + +@@{color} + + + + + + +Insert Table + + +oicq-��� + + + + + + diff --git a/win2k/play.htm b/win2k/play.htm new file mode 100644 index 0000000..a4ddfc6 --- /dev/null +++ b/win2k/play.htm @@ -0,0 +1,15 @@ +ý�岥���� + + + +
    + + + +
    + diff --git a/win2k/select.htm b/win2k/select.htm new file mode 100644 index 0000000..18442ac --- /dev/null +++ b/win2k/select.htm @@ -0,0 +1,14 @@ +ý�岥���� + + + +
    +
    ��Ŀ:
    �ļ�: +
    diff --git a/win2k/win2k.js b/win2k/win2k.js new file mode 100644 index 0000000..fdbf16c --- /dev/null +++ b/win2k/win2k.js @@ -0,0 +1,15 @@ +function MM_findObj(n, d) +{ //v4.0 +var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { +d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} +if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i + +������ + + + + diff --git a/win2k/wuzigame.files/click.htm b/win2k/wuzigame.files/click.htm new file mode 100644 index 0000000..5958b0d --- /dev/null +++ b/win2k/wuzigame.files/click.htm @@ -0,0 +1,15 @@ + +var siteid=""; +siteid="17181"; + +var soft=""; +soft=navigator.appName; +if (soft != "") + soft=escape(soft); + +var color=""; +if (soft != "Netscape") + color=screen.colorDepth; +else + color=screen.pixelDepth; + diff --git a/win2k/wuzigame.files/main.files/click.htm b/win2k/wuzigame.files/main.files/click.htm new file mode 100644 index 0000000..5958b0d --- /dev/null +++ b/win2k/wuzigame.files/main.files/click.htm @@ -0,0 +1,15 @@ + +var siteid=""; +siteid="17181"; + +var soft=""; +soft=navigator.appName; +if (soft != "") + soft=escape(soft); + +var color=""; +if (soft != "Netscape") + color=screen.colorDepth; +else + color=screen.pixelDepth; + diff --git a/win2k/wuzigame.files/main.htm b/win2k/wuzigame.files/main.htm new file mode 100644 index 0000000..81c41ab --- /dev/null +++ b/win2k/wuzigame.files/main.htm @@ -0,0 +1,14 @@ + + +Untitled Document + + + + + + +
     
    + + diff --git a/win2k/wuzigame.htm b/win2k/wuzigame.htm new file mode 100644 index 0000000..48b2d81 --- /dev/null +++ b/win2k/wuzigame.htm @@ -0,0 +1,15 @@ + + +���������� + +