资源简介
asp.net大众小说网2.8版源码asp.net大众小说网2.8版源码
代码片段和文件信息
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.Text.Regularexpressions;
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 acontent : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
if (Request.QueryString[“tid“] != null && Regular.IsInt(Request.QueryString[“tid“]) && Request.QueryString[“cid“] != null && Regular.IsInt(Request.QueryString[“cid“]))
{
int tid cid;
tid = int.Parse(Request.QueryString[“tid“]);
cid = int.Parse(Request.QueryString[“cid“]);
SqlStore sql = new SqlStore();
DataRowCollection rows = sql.AllCR(tid cid).Rows;
StringBuilder content = new StringBuilder(10000);
string path = Server.MapPath(“~/novel/“ + tid / 1000 + “/“ + tid + “/“);
foreach (DataRow row in rows)
content.Append(““ + row[“ctitle“] + “
“ + File.ReadAllText(path + row[“cid“] + “.txt“ Encoding.UTF8));
//string content1 = Convert.ToString(content);
//content1 = Regex.Replace(content1 Common.siftCC “**“);
Response.Write(“document.getElementById(‘cid“ + cid + “‘).innerHTML=‘“ + content + “‘;“);
Response.Write(“initial();“);
}
Response.End();
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3332 2008-08-13 17:29 original.aspx.cs
文件 1541 2009-08-17 10:10 rank.aspx
文件 2069 2009-08-13 23:19 rank.aspx.cs
文件 916 2010-01-01 13:44 read.txt
文件 1335 2008-08-16 08:56 search.aspx
文件 1857 2010-01-06 09:34 search.aspx.cs
文件 6243 2010-01-01 10:47 top.ascx
文件 745 2009-05-29 16:15 top.ascx.cs
文件 2688 2009-05-30 17:40 topbook.aspx
文件 2167 2009-02-18 22:33 topbook.aspx.cs
文件 2833 2009-05-29 15:41 tv.aspx
文件 4278 2009-05-29 15:32 tv.aspx.cs
文件 1693 2009-05-30 17:40 txt.aspx
文件 1706 2009-05-30 17:44 txt.aspx.cs
文件 353 2008-08-27 14:59 vipic.aspx
文件 1145 2010-01-06 09:34 vipic.aspx.cs
文件 505 2008-02-14 19:37 vpic.aspx
文件 2018 2008-08-02 11:08 vpic.aspx.cs
文件 1700 2010-01-06 09:42 Web.config
文件 125 2007-03-27 14:33 最新Asp.Net源码下载.url
文件 1282 2009-10-09 23:33 App_Code\CacheManage.cs
文件 6098 2009-09-26 22:16 App_Code\Common.cs
文件 2718 2009-01-03 23:48 App_Code\CompressPic.cs
文件 1221 2010-01-06 08:57 App_Code\HttpQiezi.cs
文件 8836 2008-08-12 13:56 App_Code\HZ2PY.cs
文件 3965 2010-01-01 13:12 App_Code\Mail.cs
文件 1119 2008-09-22 14:26 App_Code\Md5Pw.cs
文件 5464 2009-08-28 22:39 App_Code\Regular.cs
文件 1143 2008-07-24 15:58 App_Code\Snatchat.cs
文件 90384 2010-01-01 13:15 App_Code\SqlStore.cs
............此处省略221个文件信息
- 上一篇:C#与.NET3.5高级程序设计(第4版) 中文1
- 下一篇:教师信息管理系统源码
评论
共有 条评论