資源簡介
內(nèi)有12個(gè)項(xiàng)目 圖書管理系統(tǒng) 博客系統(tǒng) 考試系統(tǒng)===
代碼片段和文件信息
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;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????Operation?operation?=?new?Operation();??//聲明網(wǎng)站業(yè)務(wù)類對象
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)??//!IsPostBack避免重復(fù)刷新加載頁面
????????{
????????????//獲取前6條分類供求信息
????????????dlZP.DataSource?=?operation.SelectLeaguerInfo(true?“招聘信息“?6);
????????????dlZP.DataBind();
????????????dlPX.DataSource?=?operation.SelectLeaguerInfo(true?“培訓(xùn)信息“?6);
????????????dlPX.DataBind();
????????????dlGY.DataSource?=?operation.SelectLeaguerInfo(true?“公寓信息“?6);
????????????dlGY.DataBind();
????????????dlJJ.DataSource?=?operation.SelectLeaguerInfo(true?“家教信息“?6);
????????????dlJJ.DataBind();
????????????dlWPQG.DataSource?=?operation.SelectLeaguerInfo(true?“物品求購“?6);
????????????dlWPQG.DataBind();
????????????dlWPCS.DataSource?=?operation.SelectLeaguerInfo(true?“物品出售“?6);
????????????dlWPCS.DataBind();
????????????dlQDCD.DataSource?=?operation.SelectLeaguerInfo(true?“求兌出兌“?6);
????????????dlQDCD.DataBind();
????????????dlCL.DataSource?=?operation.SelectLeaguerInfo(true?“車輛信息“?6);
????????????dlCL.DataBind();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????7228??2010-08-16?08:34??TM\01\SIS\App_Code\Databa
?????文件??????12104??2010-08-11?14:38??TM\01\SIS\App_Code\Operation.cs
?????文件???????9056??2007-10-29?15:30??TM\01\SIS\App_Code\StringFormat.cs
?????文件???????2016??2007-10-31?09:19??TM\01\SIS\App_Code\WebMessageBox.cs
?????文件???????5103??2007-12-06?11:27??TM\01\SIS\BackGround\CheckInfo.aspx
?????文件???????5486??2007-11-06?11:47??TM\01\SIS\BackGround\CheckInfo.aspx.cs
?????文件??????12067??2007-12-06?11:21??TM\01\SIS\BackGround\Default.aspx
?????文件????????841??2007-11-16?10:17??TM\01\SIS\BackGround\Default.aspx.cs
?????文件???????3626??2007-11-19?14:25??TM\01\SIS\BackGround\DeleteInfo.aspx
?????文件???????3089??2007-11-19?13:31??TM\01\SIS\BackGround\DeleteInfo.aspx.cs
?????文件???????3488??2007-11-06?12:56??TM\01\SIS\BackGround\DetailInfo.aspx
?????文件???????1020??2007-10-29?19:23??TM\01\SIS\BackGround\DetailInfo.aspx.cs
?????文件???????2877??2007-11-02?16:46??TM\01\SIS\BackGround\DetailLeaguerInfo.aspx
?????文件????????863??2007-11-17?11:45??TM\01\SIS\BackGround\DetailLeaguerInfo.aspx.cs
?????文件???????2621??2007-11-02?16:50??TM\01\SIS\BackGround\images\01.GIF
?????文件??????19058??2007-11-03?09:27??TM\01\SIS\BackGround\images\anhiu1.jpg
?????文件??????18823??2007-11-03?09:27??TM\01\SIS\BackGround\images\anhiu2.jpg
?????文件?????109552??2007-11-02?16:55??TM\01\SIS\BackGround\images\banner.jpg
?????文件??????67739??2007-11-03?10:06??TM\01\SIS\BackGround\images\banner1.JPG
?????文件????????123??2007-11-03?08:57??TM\01\SIS\BackGround\images\beijing.gif
?????文件???????2041??2007-11-03?13:42??TM\01\SIS\BackGround\images\chongzhi.gif
?????文件???????3415??2007-11-02?16:57??TM\01\SIS\BackGround\images\daohangb.GIF
?????文件???????2131??2007-11-03?13:41??TM\01\SIS\BackGround\images\denglu.gif
?????文件???????5011??2007-11-03?10:16??TM\01\SIS\BackGround\images\end.gif
?????文件???????3533??2007-11-03?14:23??TM\01\SIS\BackGround\images\fabu.gif
?????文件??????11031??2007-11-03?11:38??TM\01\SIS\BackGround\images\fabu.swf
?????文件??????33884??2007-11-03?13:32??TM\01\SIS\BackGround\images\gongqiu.GIF
?????文件?????110622??2007-11-03?10:47??TM\01\SIS\BackGround\images\guanli_01.jpg
?????文件???????6148??2007-11-03?10:47??TM\01\SIS\BackGround\images\guanli_02.jpg
?????文件???????3076??2007-11-03?10:47??TM\01\SIS\BackGround\images\guanli_03.jpg
............此處省略1964個(gè)文件信息
評論
共有 條評論