资源简介
在线微博系统,采用了ASP.NET技术开发,是一款以微博为主要研究对象的网站系统。
代码片段和文件信息
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 sqlncontent;
public string npicsnlinksntexts;
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 where leibie=‘我的微博‘ order by id desc“;
getdata(sql);
sql = “select top 5 * from wodetupian order by id desc“;
getdata2(sql);
sql = “select content from dx where leibie=‘系统简介‘“;
getdataxtjj(sql);
//sql = “select top 5 * from allgonggao where leibie=‘签证告知‘ order by id desc“;
//getdata2(sql);
//sql = “select top 5 * from kaoshizhidao order by id desc“;
//getdata3(sql);
//sql = “select top 5 * from shangpinxinxi where tupian<>‘‘ order by id desc“;
//getdata4(sql);
}
}
private void getdataxtjj(string sql)
{
DataSet result = new DataSet();
result = new Class1().hsggetdata(sql);
if (result != null)
{
if (result.Tables[0].Rows.Count > 0)
{
ncontent = result.Tables[0].Rows[0][0].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 getdata2(string sql)
{
DataSet result = new DataSet();
result = new Class1().hsggetdata(sql);
if (result != null)
{
if (result.Tables[0].Rows.Count > 0)
{
DataList1.DataSource = result.Tables[0];
DataList1.DataBind();
}
else
{
DataList1.DataSource = null;
DataList1.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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-12-10 20:02 asp.net在线微博系统\
目录 0 2012-12-10 20:02 asp.net在线微博系统\录像\
文件 3966850 2012-04-09 09:22 asp.net在线微博系统\录像\net在线微博系统xns录像.exe
目录 0 2012-12-10 20:02 asp.net在线微博系统\数据库\
文件 1048576 2012-04-11 09:14 asp.net在线微博系统\数据库\netweiboxitongxns_Data.MDF
文件 1048576 2012-04-11 09:14 asp.net在线微博系统\数据库\netweiboxitongxns_Log.LDF
目录 0 2012-12-14 21:26 asp.net在线微博系统\程序\
目录 0 2012-12-10 20:02 asp.net在线微博系统\程序\App_Code\
文件 5147 2011-09-23 21:16 asp.net在线微博系统\程序\App_Code\Class1.cs
文件 1049 2008-04-21 02:28 asp.net在线微博系统\程序\App_Code\DB.cs
文件 8269 2007-06-04 11:25 asp.net在线微博系统\程序\App_Code\Databa
文件 756 2006-09-11 17:47 asp.net在线微博系统\程序\App_Code\StrRegExp.cs
文件 1354 2007-06-06 10:32 asp.net在线微博系统\程序\App_Code\VCUtilities.cs
文件 837 2009-04-07 23:56 asp.net在线微博系统\程序\App_Code\book.cs
文件 2382 2011-03-19 13:03 asp.net在线微博系统\程序\App_Code\saveinfo.cs
文件 10703 2012-11-24 01:22 asp.net在线微博系统\程序\Default.aspx
文件 3931 2012-04-09 08:53 asp.net在线微博系统\程序\Default.aspx.cs
文件 1318 2007-08-08 17:14 asp.net在线微博系统\程序\st
文件 1795 2012-04-09 08:10 asp.net在线微博系统\程序\Web.Config
目录 0 2012-12-10 20:02 asp.net在线微博系统\程序\bin\
文件 229376 2007-06-07 12:14 asp.net在线微博系统\程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll
文件 229376 2007-06-07 12:10 asp.net在线微博系统\程序\bin\ActiproSoftware.Shared.Net20.dll
文件 61440 2007-01-12 00:56 asp.net在线微博系统\程序\bin\AspNetPager.dll
文件 58 2007-06-04 09:24 asp.net在线微博系统\程序\bin\AspNetPager.dll.refresh
文件 17408 2007-06-07 12:14 asp.net在线微博系统\程序\bin\CodeHighlighterTest.dll
文件 198656 2007-12-22 23:09 asp.net在线微博系统\程序\bin\DotNetTextBox.dll
文件 143360 2007-06-06 15:27 asp.net在线微博系统\程序\bin\Socut.Data.dll
文件 84 2007-06-04 11:23 asp.net在线微博系统\程序\bin\Socut.Data.dll.refresh
文件 2786 2011-09-21 15:00 asp.net在线微博系统\程序\dx.aspx
文件 1767 2011-09-21 17:40 asp.net在线微博系统\程序\dx.aspx.cs
文件 4659 2012-04-09 08:12 asp.net在线微博系统\程序\dx_detail.aspx
............此处省略739个文件信息
- 上一篇:asp.net在线博客 个人博客
- 下一篇:asp.net在线相册|网络相册
评论
共有 条评论