-
大小: 6.15MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-08-12
- 語言: C#
- 標簽:
資源簡介
三層架構ASP.NET網上書店+畢業論文+輔助文檔,適合畢業生做的畢業設計,很詳細啊!
功能需求描述
1) 網絡書店的功能需求有如下幾個方面。
2) 圖書搜索:根據不同的條件能夠找到想要的書。
3) 熱門新書和推薦圖書:能夠很清楚的顯示新書及推薦書籍的詳細信息。
4) 銷售圖書排行:可以很方便的看到書籍的排行榜情況。
5) 最近瀏覽的圖書:可以看到是否是最近瀏覽過的書籍。
6) 會員中心:對會員的登錄、修改密碼及個人信息的管理。
7) 書籍的綜合管理:包括對書籍的分類、添加書籍、書籍列表、修改圖書的管理。
8) 訂單管理:訂單的列表及搜索。
9) 會員管理:可以添加會員和管理員、會員列表和管理員列表、設置會員和管理員狀態、修改會員和管理員
10) 登錄管理功能:管理員可以輸入密碼登錄系統,同時管理員也可以修改自己的口令。

代碼片段和文件信息
//------------------------------------------------------------------------------
//?
//?????此代碼由工具生成。
//?????運行庫版本:2.0.50727.3053
//
//?????對此文件的更改可能會導致不正確的行為,并且如果
//?????重新生成代碼,這些更改將會丟失。
//?
//------------------------------------------------------------------------------
#pragma?warning?disable?1591
namespace?BusinessEntity?{
????
????
????///?
????///Represents?a?strongly?typed?in-memory?cache?of?data.
????///
????[global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“?“2.0.0.0“)]
????[global::System.Serializable()]
????[global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
????[global::System.ComponentModel.ToolboxItem(true)]
????[global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
????[global::System.xml.Serialization.xmlRootAttribute(“BookDS“)]
????[global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
????public?partial?class?BookDS?:?global::System.Data.DataSet?{
????????
????????private?BooksDataTable?tableBooks;
????????
????????private?global::System.Data.SchemaSerializationMode?_schemaSerializationMode?=?global::System.Data.SchemaSerializationMode.IncludeSchema;
????????
????????[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
????????public?BookDS()?{
????????????this.BeginInit();
????????????this.InitClass();
????????????global::System.ComponentModel.CollectionchangeEventHandler?schemaChangedHandler?=?new?global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
????????????base.Tables.Collectionchanged?+=?schemaChangedHandler;
????????????base.Relations.Collectionchanged?+=?schemaChangedHandler;
????????????this.EndInit();
????????}
????????
????????[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
????????protected?BookDS(global::System.Runtime.Serialization.SerializationInfo?info?global::System.Runtime.Serialization.StreamingContext?context)?:?
????????????????base(info?context?false)?{
????????????if?((this.IsBinarySerialized(info?context)?==?true))?{
????????????????this.InitVars(false);
????????????????global::System.ComponentModel.CollectionchangeEventHandler?schemaChangedHandler1?=?new?global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
????????????????this.Tables.Collectionchanged?+=?schemaChangedHandler1;
????????????????this.Relations.Collectionchanged?+=?schemaChangedHandler1;
????????????????return;
????????????}
????????????string?strSchema?=?((string)(info.GetValue(“xmlSchema“?typeof(string))));
????????????if?((this.DetermineSchemaSerializationMode(info?context)?==?global::System.Data.SchemaSerializationMode.IncludeSchema))?{
????????????????global::System.Data.DataSet?ds?=?new?global::System.Data.DataSet();
????????????????ds.ReadxmlSchema(new?global::System.xml.xmlTextReader(new?global::System.IO.StringReader(strSchema)));
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1124??2009-04-01?20:48??三層架構ASP.NET網上書店\BookShop\BusinessEntity\app.config
?????文件??????90112??2009-04-02?16:04??三層架構ASP.NET網上書店\BookShop\BusinessEntity\bin\Debug\BusinessEntity.dll
?????文件???????1124??2009-04-01?20:48??三層架構ASP.NET網上書店\BookShop\BusinessEntity\bin\Debug\BusinessEntity.dll.config
?????文件?????245248??2009-04-02?16:04??三層架構ASP.NET網上書店\BookShop\BusinessEntity\bin\Debug\BusinessEntity.pdb
?????文件??????52848??2009-04-02?00:54??三層架構ASP.NET網上書店\BookShop\BusinessEntity\BookDS.Designer.cs
?????文件????????381??2009-04-02?00:54??三層架構ASP.NET網上書店\BookShop\BusinessEntity\BookDS.xsc
?????文件???????8746??2009-04-02?00:54??三層架構ASP.NET網上書店\BookShop\BusinessEntity\BookDS.xsd
?????文件????????851??2009-04-02?00:54??三層架構ASP.NET網上書店\BookShop\BusinessEntity\BookDS.xss
?????文件???????6400??2009-04-02?00:55??三層架構ASP.NET網上書店\BookShop\BusinessEntity\BusinessEntity.csproj
?????文件??????30735??2009-03-23?19:30??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CategoriesDS.Designer.cs
?????文件????????381??2009-03-23?19:30??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CategoriesDS.xsc
?????文件???????3966??2009-03-23?19:30??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CategoriesDS.xsd
?????文件????????854??2009-03-23?19:30??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CategoriesDS.xss
?????文件??????31337??2009-03-22?22:01??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CollegeDS.Designer.cs
?????文件????????381??2009-03-22?22:01??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CollegeDS.xsc
?????文件???????4120??2009-03-22?22:01??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CollegeDS.xsd
?????文件????????849??2009-03-22?22:01??三層架構ASP.NET網上書店\BookShop\BusinessEntity\CollegeDS.xss
?????文件??????40539??2009-03-25?00:02??三層架構ASP.NET網上書店\BookShop\BusinessEntity\DataSet1.Designer.cs
?????文件????????381??2009-03-25?00:02??三層架構ASP.NET網上書店\BookShop\BusinessEntity\DataSet1.xsc
?????文件???????6843??2009-03-25?00:02??三層架構ASP.NET網上書店\BookShop\BusinessEntity\DataSet1.xsd
?????文件????????850??2009-03-25?00:02??三層架構ASP.NET網上書店\BookShop\BusinessEntity\DataSet1.xss
?????文件??????32284??2009-03-23?20:52??三層架構ASP.NET網上書店\BookShop\BusinessEntity\MajorDS.Designer.cs
?????文件????????381??2009-03-23?20:52??三層架構ASP.NET網上書店\BookShop\BusinessEntity\MajorDS.xsc
?????文件???????4350??2009-03-23?20:52??三層架構ASP.NET網上書店\BookShop\BusinessEntity\MajorDS.xsd
?????文件????????851??2009-03-23?20:52??三層架構ASP.NET網上書店\BookShop\BusinessEntity\MajorDS.xss
?????文件????????199??2009-04-02?09:24??三層架構ASP.NET網上書店\BookShop\BusinessEntity\obj\BusinessEntity.csproj.FileList.txt
?????文件????????631??2009-04-02?16:04??三層架構ASP.NET網上書店\BookShop\BusinessEntity\obj\BusinessEntity.csproj.FileListAbsolute.txt
?????文件??????90112??2009-04-02?16:04??三層架構ASP.NET網上書店\BookShop\BusinessEntity\obj\Debug\BusinessEntity.dll
?????文件?????245248??2009-04-02?16:04??三層架構ASP.NET網上書店\BookShop\BusinessEntity\obj\Debug\BusinessEntity.pdb
?????文件??????36864??2009-03-27?09:05??三層架構ASP.NET網上書店\BookShop\BusinessEntity\obj\Debug\Refactor\BusinessEntity.dll
............此處省略431個文件信息
評論
共有 條評論