資源簡介
ASP.NET4.0+SQLServer2014+分層開發模式實現供求信息網站開發,開發環境為Visual Studio 2013

代碼片段和文件信息
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();??//聲明網站業務類對象
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)??//!IsPostBack避免重復刷新加載頁面
????????{
????????????//獲取前6條分類供求信息
????????????dlZP.DataSource?=?operation.SelectLeaguerInfo(true?“招聘信息“?6);
????????????dlZP.DataBind();
????????????dlPX.DataSource?=?operation.SelectLeaguerInfo(true?“培訓信息“?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();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-30?15:01??SIS\
?????目錄???????????0??2018-08-30?15:01??SIS\.vs\
?????目錄???????????0??2018-08-30?15:01??SIS\.vs\config\
?????文件???????85866??2019-11-12?14:31??SIS\.vs\config\applicationhost.config
?????目錄???????????0??2018-08-30?15:01??SIS\.vs\SIS\
?????目錄???????????0??2019-11-12?20:31??SIS\.vs\SIS\v14\
?????文件???????77824??2019-11-15?19:13??SIS\.vs\SIS\v14\.suo
?????目錄???????????0??2018-08-30?15:01??SIS\packages\
?????目錄???????????0??2018-08-30?15:01??SIS\packages\bootstrap.3.3.7\
?????文件??????374152??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\bootstrap.3.3.7.nupkg
?????目錄???????????0??2018-08-30?15:01??SIS\packages\bootstrap.3.3.7\content\
?????目錄???????????0??2018-08-30?15:01??SIS\packages\bootstrap.3.3.7\content\Content\
?????文件???????26132??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css
?????文件???????47706??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css.map
?????文件???????23409??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css
?????文件???????25648??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css.map
?????文件??????146010??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.css
?????文件??????389287??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.css.map
?????文件??????121200??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.min.css
?????文件??????542194??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.min.css.map
?????目錄???????????0??2018-08-30?15:01??SIS\packages\bootstrap.3.3.7\content\fonts\
?????文件???????20127??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.eot
?????文件??????108738??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.svg
?????文件???????45404??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.ttf
?????文件???????23424??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.woff
?????文件???????18028??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.woff2
?????目錄???????????0??2018-08-30?15:01??SIS\packages\bootstrap.3.3.7\content\sc
?????文件???????69707??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\sc
?????文件???????37045??2017-12-04?10:04??SIS\packages\bootstrap.3.3.7\content\sc
?????目錄???????????0??2018-08-30?15:01??SIS\packages\jQuery.3.2.1\
?????目錄???????????0??2018-08-30?15:01??SIS\packages\jQuery.3.2.1\Content\
............此處省略290個文件信息
評論
共有 條評論