資源簡介
該在線新聞發(fā)布系統(tǒng),采用了ASP技術(shù)開發(fā),是一款以BS架構(gòu)為模式的在線新聞系統(tǒng),后臺數(shù)據(jù)庫是sqlserver。語言是C#

代碼片段和文件信息
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?_Default?:?System.Web.UI.Page
{
????public?string?sql;
????public?string?npics?nlinks?ntexts;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????sql?=?“select?top?5?idtitleshouyetupian?from?allgonggao?where?shouyetupian<>‘‘?order?by?id?desc“;
????????????getsyt(sql);
????????????sql?=?“select?top?8?idtitleaddtimeleibie?from?allgonggao?order?by?id?desc“;
????????????getdata(sql);
????????????sql?=?“select?top?5?idtitleaddtime?from?allgonggao?where?leibie=‘時(shí)政要聞‘?order?by?id?desc“;
????????????getdata2(sql);
????????????sql?=?“select?top?5?idtitleaddtime?from?allgonggao?where?leibie=‘經(jīng)濟(jì)動向‘??order?by?id?desc“;
????????????getdata3(sql);
????????}
????????if?(Session[“username“]?==?null?&&?Session[“temp“]?==?null)
????????{
????????????Session[“temp“]?=?Page.Request.UserHostAddress;
????????}
????????if?(Session[“username“]?==?null)
????????{
????????????new?Class1().hsgcaozuojilu(Session[“temp“].ToString().Trim()?“瀏覽首頁“?““);
????????}
????????else
????????{
????????????new?Class1().hsgcaozuojilu(Session[“username“].ToString().Trim()?“瀏覽首頁“?““);
????????}
????}
????private?void?getdata(string?sql)
????{
????????DataSet?result?=?new?DataSet();
????????result?=?new?Class1().hsggetdata(sql);
????????if?(result?!=?null)
????????{
????????????if?(result.Tables[0].Rows.Count?>?0)
????????????{
????????????????DataGrid1.DataSource?=?result.Tables[0];
????????????????DataGrid1.DataBind();
????????????}
????????????else
????????????{
????????????????DataGrid1.DataSource?=?null;
????????????????DataGrid1.DataBind();
????????????}
????????}
????}
????private?void?getsyt(string?sql)
????{
????????DataSet?result?=?new?DataSet();
????????result?=?new?Class1().hsggetdata(sql);
????????if?(result?!=?null)
????????{
????????????if?(result.Tables[0].Rows.Count?>?0)
????????????{
????????????????int?i?=?0;
????????????????for?(i?=?0;?i?????????????????{
????????????????????npics?=?npics?+?result.Tables[0].Rows[i][“shouyetupian“].ToString().Trim()?+?“|“;
????????????????????nlinks?=?nlinks?+?“ggdetail.aspx?id=“?+?result.Tables[0].Rows[i][“id“].ToString().Trim()?+?“|“;
????????????????????ntexts?=?ntexts?+?result.Tables[0].Rows[i][“title“].ToString().Trim()?+?“|“;
????????????????}
????????????????npics?=?npics.Substring(0?npics.Length?-?1);
????????????????nlinks?=?nlinks.Substring(0?nlinks.Length?-?1);
????????????????ntexts?=?ntexts.Substring(0?ntexts.Length?-?1);
????????????}
????????}
????}
????private?void?getdata2(string?sql)
????{
????????DataSet?result?=?new?DataSet();
????????result?=
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????1048576??2012-03-20?20:32??asp在線新聞發(fā)布網(wǎng)\數(shù)據(jù)庫\netxinwenfabuxns_Data.MDF
?????文件????1048576??2012-03-20?20:32??asp在線新聞發(fā)布網(wǎng)\數(shù)據(jù)庫\netxinwenfabuxns_Log.LDF
?????文件???????4778??2012-02-17?09:49??asp在線新聞發(fā)布網(wǎng)\程序\App_Code\Class1.cs
?????文件?????229376??2007-06-07?12:14??asp在線新聞發(fā)布網(wǎng)\程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll
?????文件?????229376??2007-06-07?12:10??asp在線新聞發(fā)布網(wǎng)\程序\bin\ActiproSoftware.Shared.Net20.dll
?????文件??????61440??2007-01-12?00:56??asp在線新聞發(fā)布網(wǎng)\程序\bin\AspNetPager.dll
?????文件?????????58??2007-06-04?09:24??asp在線新聞發(fā)布網(wǎng)\程序\bin\AspNetPager.dll.refresh
?????文件??????17408??2007-06-07?12:14??asp在線新聞發(fā)布網(wǎng)\程序\bin\CodeHighlighterTest.dll
?????文件?????198656??2007-12-22?23:09??asp在線新聞發(fā)布網(wǎng)\程序\bin\DotNetTextBox.dll
?????文件?????143360??2007-06-06?15:27??asp在線新聞發(fā)布網(wǎng)\程序\bin\Socut.Data.dll
?????文件?????????84??2007-06-04?11:23??asp在線新聞發(fā)布網(wǎng)\程序\bin\Socut.Data.dll.refresh
?????文件??????17423??2012-03-20?20:22??asp在線新聞發(fā)布網(wǎng)\程序\Default.aspx
?????文件???????3951??2012-03-20?20:29??asp在線新聞發(fā)布網(wǎng)\程序\Default.aspx.cs
?????文件???????9321??2011-05-02?17:06??asp在線新聞發(fā)布網(wǎng)\程序\ggdetail.aspx
?????文件???????3755??2012-02-17?09:58??asp在線新聞發(fā)布網(wǎng)\程序\ggdetail.aspx.cs
?????文件???????1825??2011-03-18?16:51??asp在線新聞發(fā)布網(wǎng)\程序\hsgupfile.aspx
?????文件???????2288??2011-03-18?16:31??asp在線新聞發(fā)布網(wǎng)\程序\hsgupfile.aspx.cs
?????文件???????1685??2007-03-12?22:46??asp在線新聞發(fā)布網(wǎng)\程序\images\001.gif
?????文件???????1631??2007-03-13?21:34??asp在線新聞發(fā)布網(wǎng)\程序\images\006.gif
?????文件?????????91??2008-03-19?15:32??asp在線新聞發(fā)布網(wǎng)\程序\images\add.gif
?????文件????????203??2011-03-18?16:36??asp在線新聞發(fā)布網(wǎng)\程序\images\copyUpload.gif
?????文件????????796??2008-03-25?15:30??asp在線新聞發(fā)布網(wǎng)\程序\images\cz.gif
?????文件?????????96??2008-03-19?15:32??asp在線新聞發(fā)布網(wǎng)\程序\images\del.gif
?????文件????????813??2008-03-25?15:29??asp在線新聞發(fā)布網(wǎng)\程序\images\dl.gif
?????文件?????????91??2008-03-19?15:32??asp在線新聞發(fā)布網(wǎng)\程序\images\edit.gif
?????文件????????688??2010-01-21?17:10??asp在線新聞發(fā)布網(wǎng)\程序\images\jiaji.gif
?????文件???????3761??2008-03-25?15:13??asp在線新聞發(fā)布網(wǎng)\程序\images\login_03.gif
?????文件??????27463??2009-09-01?11:03??asp在線新聞發(fā)布網(wǎng)\程序\images\login_04.gif
?????文件???????5601??2008-03-25?15:13??asp在線新聞發(fā)布網(wǎng)\程序\images\login_06.gif
?????文件???????2613??2008-03-25?15:31??asp在線新聞發(fā)布網(wǎng)\程序\images\login_07.gif
............此處省略770個文件信息
評論
共有 條評論