資源簡介
前臺頁面
首頁 以大標題的形式顯示BLOG文章。點擊文章,可查看全文,并可對文章進行評論。
標簽 BLOG 標簽集合,點擊標簽可找到對應的文章,方便進入BLOG的用戶找到自己需要的內容。
搜索 標題搜索和智能模糊搜索。
留言 BLOG 留言。
后臺管理:
文章管理 對文章進行管理 包括 添加文章、刪除文章、修改文章內容、狀態修改(正常、隱藏)。
欄目管理 添加、刪除、修改 欄目。
評論管理 主要目的是修改評論狀態(審核)。
系統配置 修改BLOG名稱,關鍵字 描述 程序路徑 頭像 個人簡歷 管理帳號 管理密碼。
留言管理 對留言進行回復。
友情管理 添加、修改、刪除 友情連接。
作者BLOG 進入BLOG 主頁。

代碼片段和文件信息
using?System;
using?System.Collections;
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.OleDb;
public?partial?class?Chennel?:?System.Web.UI.Page
{
????public?string?pagekey?pagedesc;
????string?sqlch_name;
????long?id;
????public?list?myli?=?new?list();
????protected?void?Page_PreInit(object?sender?EventArgs?e)
????{
????????DB?my?=?new?DB();
????????if?(Request.QueryString[“id“]?!=?null)
????????{
????????????id?=?Convert.ToInt64(Request.QueryString[“id“].ToString());
????????????sql?=?“select?*?from?sw_chennel?where?id=“?+?id;
????????????OleDbDataReader?dr?=?my.ExecuteReader(sql);
????????????if?(dr.Read())
????????????{
????????????????ch_name?=?dr[“ch_name“].ToString();
????????????????this.title?=?dr[“ch_name“].ToString()?+?“?-?“?+?Application[“title“].ToString();
????????????????pagekey?=?dr[“ch_keywords“].ToString();
????????????????pagedesc?=?dr[“ch_description“].ToString();
????????????????my.Clear();
????????????}
????????????else
????????????{
????????????????Response.End();
????????????}
????????}
????????else
????????{
????????????Response.Redirect(“~/“);
????????}
????}
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????BindData();
????????}
????}
????protected?void?ListContent_PreRender(object?sender?EventArgs?e)
????{
????????sitemap1.Text?=?“首頁“;
????????sitemap1.NavigateUrl?=?“~/“;
????????sitemap2.Text?=?ch_name;
????????sitemap2.NavigateUrl?=?“~/Chennle.aspx?id=“?+?id.ToString();
????????sitemap3.Visible?=?false;
????????map2.Visible?=?false;
????}
????void?BindData()
????{
????????DB?my?=?new?DB();
????????string?sql?=?“select?*?from?sw_content?where?ct_cid=“?+?id?+?“?and?ct_hide<>“?+?(long)1?+?“?order?by?ct_order?descid?desc“;
????????OleDbDataAdapter?da?=?my.DataAdapter(sql);
????????DataSet?ds?=?new?DataSet();
????????da.Fill(ds);
????????DataTable?dt?=?ds.Tables[0];
????????AspNetPager1.RecordCount?=?dt.Rows.Count;
????????PagedDataSource?pds?=?new?PagedDataSource();
????????pds.AllowPaging?=?true;
????????pds.PageSize?=?AspNetPager1.PageSize;
????????pds.CurrentPageIndex?=?AspNetPager1.CurrentPageIndex?-?1;
????????pds.DataSource?=?dt.DefaultView;
????????ListContent.DataSource?=?pds;
????????ListContent.DataBind();
????}
????protected?void?AspNetPager1_PageChanged(object?sender?EventArgs?e)
????{
????????BindData();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1257??2009-04-23?13:40??shenwuBlog\admin\addchennel.aspx
?????文件???????4416??2009-10-26?08:45??shenwuBlog\admin\addchennel.aspx.cs
?????文件???????2116??2009-04-23?17:08??shenwuBlog\admin\addcontent.aspx
?????文件??????12279??2009-10-26?08:45??shenwuBlog\admin\addcontent.aspx.cs
?????文件????????555??2009-04-23?14:20??shenwuBlog\admin\admin.css
?????文件???????1211??2009-10-21?22:38??shenwuBlog\admin\admin.master
?????文件???????1028??2009-05-13?20:30??shenwuBlog\admin\admin.master.cs
?????文件???????2268??2009-03-28?15:22??shenwuBlog\admin\chennel.aspx
?????文件???????3018??2009-10-26?08:45??shenwuBlog\admin\chennel.aspx.cs
?????文件???????4080??2009-04-23?13:54??shenwuBlog\admin\comment.aspx
?????文件???????4130??2009-10-26?08:45??shenwuBlog\admin\comment.aspx.cs
?????文件???????1914??2009-04-23?16:50??shenwuBlog\admin\config.aspx
?????文件???????4151??2009-10-26?08:46??shenwuBlog\admin\config.aspx.cs
?????文件???????3477??2009-05-02?15:27??shenwuBlog\admin\content.aspx
?????文件???????5254??2009-10-26?08:46??shenwuBlog\admin\content.aspx.cs
?????文件????????723??2009-10-26?09:09??shenwuBlog\admin\Default.aspx
?????文件???????1291??2009-04-05?16:31??shenwuBlog\admin\Default.aspx.cs
?????文件????????365??2009-03-28?16:09??shenwuBlog\admin\delchennel.aspx
?????文件???????1892??2009-10-26?08:46??shenwuBlog\admin\delchennel.aspx.cs
?????文件???????1260??2009-03-28?17:34??shenwuBlog\admin\editchennel.aspx
?????文件???????8247??2009-10-26?08:46??shenwuBlog\admin\editchennel.aspx.cs
?????文件???????1923??2009-04-23?17:11??shenwuBlog\admin\editcontent.aspx
?????文件??????13120??2009-05-02?16:45??shenwuBlog\admin\editcontent.aspx.cs
?????文件????????236??2008-08-05?11:40??shenwuBlog\admin\fckeditor\editor\css\behaviors\disablehandles.htc
?????文件????????822??2008-08-05?11:40??shenwuBlog\admin\fckeditor\editor\css\behaviors\showtableborders.htc
?????文件???????2648??2008-07-15?09:25??shenwuBlog\admin\fckeditor\editor\css\fck_editorarea.css
?????文件???????4145??2008-03-25?10:46??shenwuBlog\admin\fckeditor\editor\css\fck_internal.css
?????文件???????1696??2008-02-24?12:00??shenwuBlog\admin\fckeditor\editor\css\fck_showtableborders_gecko.css
?????文件????????288??2008-08-05?11:40??shenwuBlog\admin\fckeditor\editor\css\images\block_address.png
?????文件????????293??2008-08-05?11:40??shenwuBlog\admin\fckeditor\editor\css\images\block_blockquote.png
............此處省略456個文件信息
評論
共有 條評論