实例介绍
主要是新手用MVC写的小说管理系统,有下载,上传,评论,回复等功能
【实例截图】
【核心代码】
XX_NMIS
└── XX_NMIS
├── packages
│ ├── EntityFramework.4.1.10331.0
│ │ ├── EntityFramework.4.1.10331.0.nupkg
│ │ └── lib
│ │ ├── EntityFramework.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.5.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.5.1.js
│ │ │ └── jquery-1.5.1.min.js
│ │ └── jQuery.1.5.1.nupkg
│ ├── jQuery.UI.Combined.1.8.11
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ └── jquery.ui.theme.css
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.11.js
│ │ │ └── jquery-ui-1.8.11.min.js
│ │ └── jQuery.UI.Combined.1.8.11.nupkg
│ ├── jQuery.Validation.1.8.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.8.0.nupkg
│ ├── jQuery.vsdoc.1.5.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── jquery-1.5.1-vsdoc.js
│ │ └── jQuery.vsdoc.1.5.1.nupkg
│ ├── Modernizr.1.7
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── modernizr-1.7.js
│ │ │ └── modernizr-1.7.min.js
│ │ └── Modernizr.1.7.nupkg
│ ├── PagedList.1.10
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── PagedList.dll
│ │ │ └── PagedList.xml
│ │ └── PagedList.1.10.nupkg
│ ├── PagedList.Mvc.3.11
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── PagedList.css
│ │ │ └── Scripts
│ │ │ └── PagedList
│ │ │ ├── PagedList.Mvc.js
│ │ │ └── PagedList.Mvc.Template.html
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── PagedList.Mvc.dll
│ │ │ └── PagedList.Mvc.XML
│ │ └── PagedList.Mvc.3.11.nupkg
│ └── repositories.config
├── XinXiangNovelModelingProject
│ ├── ModelDefinition
│ │ └── XinXiangNovelModelingProject.uml
│ ├── XinXiangNovelModelingProject.modelproj
│ ├── XinXiangNovel.usecasediagram
│ └── XinXiangNovel.usecasediagram.layout
├── XX_NMIS
│ ├── bin
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── PagedList.dll
│ │ ├── PagedList.Mvc.dll
│ │ ├── PagedList.Mvc.xml
│ │ ├── PagedList.xml
│ │ ├── XX_NMIS.dll
│ │ └── XX_NMIS.pdb
│ ├── ClassDiagram1.cd
│ ├── Content
│ │ ├── PagedList.css
│ │ ├── Site.css
│ │ └── themes
│ │ ├── base
│ │ │ ├── images
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ ├── jquery.ui.accordion.css
│ │ │ ├── jquery.ui.all.css
│ │ │ ├── jquery.ui.autocomplete.css
│ │ │ ├── jquery.ui.base.css
│ │ │ ├── jquery.ui.button.css
│ │ │ ├── jquery.ui.core.css
│ │ │ ├── jquery.ui.datepicker.css
│ │ │ ├── jquery.ui.dialog.css
│ │ │ ├── jquery.ui.progressbar.css
│ │ │ ├── jquery.ui.resizable.css
│ │ │ ├── jquery.ui.selectable.css
│ │ │ ├── jquery.ui.slider.css
│ │ │ ├── jquery.ui.tabs.css
│ │ │ └── jquery.ui.theme.css
│ │ ├── Default
│ │ │ └── images
│ │ │ ├── gallery
│ │ │ │ ├── image_01_l.jpg
│ │ │ │ ├── image_01_s.jpg
│ │ │ │ ├── image_02_l.jpg
│ │ │ │ ├── image_02_s.jpg
│ │ │ │ ├── image_03_l.jpg
│ │ │ │ ├── image_03_s.jpg
│ │ │ │ ├── image_04_l.jpg
│ │ │ │ ├── image_04_s.jpg
│ │ │ │ ├── image_05_l.jpg
│ │ │ │ ├── image_05_s.jpg
│ │ │ │ ├── image_06_l.jpg
│ │ │ │ ├── image_06_s.jpg
│ │ │ │ ├── image_07_l.jpg
│ │ │ │ ├── image_07_s.jpg
│ │ │ │ ├── image_08_l.jpg
│ │ │ │ ├── image_08_s.jpg
│ │ │ │ ├── image_09_l.jpg
│ │ │ │ └── image_09_s.jpg
│ │ │ ├── jquery.lightbox-0.5.css
│ │ │ ├── lightbox-btn-close.gif
│ │ │ ├── lightbox-ico-loading.gif
│ │ │ ├── map_big.jpg
│ │ │ ├── map_thumb.jpg
│ │ │ ├── templatemo_body.jpg
│ │ │ ├── templatemo_content_bottom.png
│ │ │ ├── templatemo_content_middle.png
│ │ │ ├── templatemo_content_top.png
│ │ │ ├── templatemo_gototop.png
│ │ │ ├── templatemo_header.jpg
│ │ │ ├── templatemo_hr_divider.png
│ │ │ ├── templatemo_image_01.jpg
│ │ │ ├── templatemo_image_02.jpg
│ │ │ ├── templatemo_image_05.jpg
│ │ │ ├── templatemo_image_06.jpg
│ │ │ ├── templatemo_image_07.jpg
│ │ │ ├── templatemo_image_08.jpg
│ │ │ ├── templatemo_list.png
│ │ │ ├── templatemo_logo.png
│ │ │ ├── templatemo_logo_Whilte.png
│ │ │ ├── templatemo_menu_hover.png
│ │ │ └── templatemo_style.css
│ │ ├── NovelContent
│ │ │ └── images
│ │ │ ├── templatemo_footer.jpg
│ │ │ ├── templatemo_header.jpg
│ │ │ ├── templatemo_hover.jpg
│ │ │ ├── templatemo_leftborder.jpg
│ │ │ ├── templatemo_mid_bg.jpg
│ │ │ ├── templatemo_photo.jpg
│ │ │ ├── templatemo_rightborder.jpg
│ │ │ ├── templatemo_style.css
│ │ │ ├── templatemo_what.jpg
│ │ │ └── templatemo_who.jpg
│ │ ├── NovelContentManagement
│ │ │ └── images
│ │ │ ├── bg-body.gif
│ │ │ ├── bg-button-green.gif
│ │ │ ├── bg-content-box.gif
│ │ │ ├── bg-form-field.gif
│ │ │ ├── bg-login.gif
│ │ │ ├── bg-login-top.png
│ │ │ ├── bg-menu-item-current.gif
│ │ │ ├── bg-menu-item-green.gif
│ │ │ ├── bg-radial-gradient.gif
│ │ │ ├── bg-sidebar.gif
│ │ │ ├── bl.png
│ │ │ ├── b.png
│ │ │ ├── br.png
│ │ │ ├── icons
│ │ │ │ ├── bullet_black.png
│ │ │ │ ├── clock_48.png
│ │ │ │ ├── comment_48.png
│ │ │ │ ├── cross_circle.png
│ │ │ │ ├── cross_grey_small.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── exclamation.png
│ │ │ │ ├── hammer_screwdriver.png
│ │ │ │ ├── image_add_48.png
│ │ │ │ ├── information.png
│ │ │ │ ├── jquery.wysiwyg.gif
│ │ │ │ ├── paper_content_pencil_48.png
│ │ │ │ ├── pencil_48.png
│ │ │ │ ├── pencil.png
│ │ │ │ └── tick_circle.png
│ │ │ ├── invalid.css
│ │ │ ├── logo.png
│ │ │ ├── menu-current-arrow.gif
│ │ │ ├── reset.css
│ │ │ ├── shortcut-button-bg.gif
│ │ │ ├── style.css
│ │ │ ├── tl.png
│ │ │ └── tr.png
│ │ ├── NovelImages
│ │ │ ├── 01cb617217e54b2e82127ad43f5655bb.jpg
│ │ │ ├── 635c4e32aeb24ade99c236e2c718ed4d.jpg
│ │ │ ├── 7701828f87ea4d56957304054d72de68.jpg
│ │ │ ├── ebf87d9179124cab90e2488c05aad7d5.jpg
│ │ │ ├── ee7e339f25fc46ef854e2511da7d8f54.jpg
│ │ │ ├── fe981580827648268454d7ef33f689ed.jpg
│ │ │ ├── QQ截图20111223165234.png
│ │ │ └── 起点账号.png
│ │ ├── Novels
│ │ │ ├── 九九
│ │ │ │ ├── 000003 5.正文-第三章: 共患 .txt
│ │ │ │ └── 000007 9.天劫倒计时-第七章: 传说 .txt
│ │ │ ├── 九尾寻情
│ │ │ │ ├── 000001 3.正文-第一章: 初识 .txt
│ │ │ │ ├── 000001 第一卷 龙潜曾家村 第一章 除夕夜惊魂之买太阿 .txt
│ │ │ │ ├── 000002 4.正文-第二章: 心悸 .txt
│ │ │ │ ├── 000002 第一卷 龙潜曾家村 第二章 除夕夜惊魂之见白狐 .txt
│ │ │ │ ├── 000003 5.正文-第三章: 共患 .txt
│ │ │ │ ├── 000003 第一卷 龙潜曾家村 第三章 太阿斩妖狐之门神不能缺 .txt
│ │ │ │ ├── 000004 6.正文-第四章: 扰心 .txt
│ │ │ │ └── 000005 7.正文-第五章: 拉距 .txt
│ │ │ ├── 呼呼
│ │ │ │ └── 下载.txt
│ │ │ ├── 地师
│ │ │ │ ├── 000001 第1章·飞骑扬尘 .txt
│ │ │ │ ├── 000002 第2章·金龙七虹 .txt
│ │ │ │ ├── 000002 第三十九章 三界五灵七门之说 .txt
│ │ │ │ ├── 000007 第三卷 第二十九章黑暗中只有你 .txt
│ │ │ │ └── 000009 第一章 剑灵 .txt
│ │ │ ├── 恩爱飞
│ │ │ │ ├── 下载.txt
│ │ │ │ └── 速度的的.txt
│ │ │ └── 血公子
│ │ │ └── 000001 第1章·飞骑扬尘 .txt
│ │ ├── Online
│ │ │ ├── images
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── but_home.png
│ │ │ │ └── menu.png
│ │ │ └── styles.css
│ │ ├── Repy
│ │ │ └── images
│ │ │ ├── css
│ │ │ │ ├── img
│ │ │ │ │ ├── carrow1.gif
│ │ │ │ │ ├── carrow2.gif
│ │ │ │ │ ├── closebox.gif
│ │ │ │ │ ├── closebox.png
│ │ │ │ │ ├── fleche1.gif
│ │ │ │ │ ├── fleche1.png
│ │ │ │ │ ├── fleche2.gif
│ │ │ │ │ ├── fleche2.png
│ │ │ │ │ ├── loading-bar-black.gif
│ │ │ │ │ ├── open.gif
│ │ │ │ │ ├── open.png
│ │ │ │ │ ├── remo_bg_e.png
│ │ │ │ │ ├── remo_bg_ne.png
│ │ │ │ │ ├── remo_bg_n.png
│ │ │ │ │ ├── remo_bg_nw.png
│ │ │ │ │ ├── remo_bg_se.png
│ │ │ │ │ ├── remo_bg_s.png
│ │ │ │ │ ├── remo_bg_sw.png
│ │ │ │ │ ├── remo_bg_w.png
│ │ │ │ │ └── spinner.gif
│ │ │ │ ├── jd.gallery.css
│ │ │ │ └── layout.css
│ │ │ ├── gallery
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 1-mini.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 2-mini.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 3-mini.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 4-mini.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 5-mini.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 6-mini.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 7-mini.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ └── 8-mini.jpg
│ │ │ ├── templatemo_bannerr_bg.jpg
│ │ │ ├── templatemo_content_bg.jpg
│ │ │ ├── templatemo_content_bottom.jpg
│ │ │ ├── templatemo_content_title_bg.jpg
│ │ │ ├── templatemo_content_top.jpg
│ │ │ ├── templatemo_header_bg.jpg
│ │ │ ├── templatemo_image_01.jpg
│ │ │ ├── templatemo_menu_bg.jpg
│ │ │ └── templatemo_style.css
│ │ └── ShopCar
│ │ └── ShoppCarstyle.css
│ ├── Controllers
│ │ ├── BookMarksController.cs
│ │ ├── CategorysController.cs
│ │ ├── CollentionController.cs
│ │ ├── CommentsController.cs
│ │ ├── DefaultController.cs
│ │ ├── NovelContentController.cs
│ │ ├── NovelInfoController.cs
│ │ ├── OrderInfoController.cs
│ │ ├── PublishController.cs
│ │ ├── ReplyController.cs
│ │ ├── ShopController.cs
│ │ ├── ShoppingCarController.cs
│ │ └── UserController.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Models
│ │ ├── Bookmarks.cs
│ │ ├── Categorys.cs
│ │ ├── Collection.cs
│ │ ├── Comments.cs
│ │ ├── NovelContents.cs
│ │ ├── NovelInfo.cs
│ │ ├── OrderInfo.cs
│ │ ├── Publish.cs
│ │ ├── Reply.cs
│ │ ├── RoleFilter.cs
│ │ ├── ShoppingCar.cs
│ │ ├── User.cs
│ │ └── XX_NMISEntities.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Interop.ThunderAgentLib.dll
│ │ ├── Interop.UserAgentLib.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── XX_NMIS.csproj.FileListAbsolute.txt
│ │ ├── XX_NMIS.csproj.ResolveComReference.cache
│ │ ├── XX_NMIS.dll
│ │ └── XX_NMIS.pdb
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── calendar.js
│ │ ├── facebox.js
│ │ ├── jd.gallery.js
│ │ ├── jquery-1.3.2.min.js
│ │ ├── jquery-1.5.1.js
│ │ ├── jquery-1.5.1.min.js
│ │ ├── jquery-1.5.1-vsdoc.js
│ │ ├── jquery.custom.js
│ │ ├── jquery.date.js
│ │ ├── jquery.datePicker.js
│ │ ├── jquery.js
│ │ ├── jquery.lightbox-0.5.js
│ │ ├── jquery.lightbox-0.5.min.js
│ │ ├── jquery.tools.js
│ │ ├── jquery-ui-1.8.11.js
│ │ ├── jquery-ui-1.8.11.min.js
│ │ ├── jquery.unobtrusive-ajax.js
│ │ ├── jquery.unobtrusive-ajax.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── jquery.wysiwyg.js
│ │ ├── MicrosoftAjax.debug.js
│ │ ├── MicrosoftAjax.js
│ │ ├── MicrosoftMvcAjax.debug.js
│ │ ├── MicrosoftMvcAjax.js
│ │ ├── MicrosoftMvcValidation.debug.js
│ │ ├── MicrosoftMvcValidation.js
│ │ ├── modernizr-1.7.js
│ │ ├── modernizr-1.7.min.js
│ │ ├── mootools-1.2.1-core-yc.js
│ │ ├── mootools-1.2-more.js
│ │ ├── order.js
│ │ ├── PagedList
│ │ │ ├── PagedList.Mvc.js
│ │ │ └── PagedList.Mvc.Template.html
│ │ ├── pirobox.js
│ │ └── simpla.jquery.configuration.js
│ ├── Views
│ │ ├── Account
│ │ │ ├── ChangePassword.cshtml
│ │ │ ├── ChangePasswordSuccess.cshtml
│ │ │ ├── LogOn.cshtml
│ │ │ └── Register.cshtml
│ │ ├── BookMarks
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── ShowCusterIndex.cshtml
│ │ ├── Categorys
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Collention
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── ShowCusterIndex.cshtml
│ │ ├── Comments
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Default
│ │ │ ├── DownLoad.cshtml
│ │ │ ├── Error.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── Test.cshtml
│ │ ├── NovelContent
│ │ │ ├── BookMarkIndex.cshtml
│ │ │ ├── CreateContent.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── DownLoad.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── ManagerDelete.cshtml
│ │ │ ├── ManagerEdit.cshtml
│ │ │ ├── ManagerIndex.cshtml
│ │ │ ├── Read.cshtml
│ │ │ ├── ShowNovelContent.cshtml
│ │ │ ├── UserCreateContent.cshtml
│ │ │ ├── UserManagerDelete.cshtml
│ │ │ ├── UserManagerEdit.cshtml
│ │ │ └── UserManagerIndex.cshtml
│ │ ├── NovelInfo
│ │ │ ├── Create.cshtml
│ │ │ ├── CreateNotPhoto.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── ManagerDelete.cshtml
│ │ │ ├── ManagerDetails.cshtml
│ │ │ ├── ManagerEdit.cshtml
│ │ │ ├── ManagerIndex.cshtml
│ │ │ ├── ManagerNoPhotoEdit.cshtml
│ │ │ ├── ManagerShopDetails.cshtml
│ │ │ ├── ManagerShopIndex.cshtml
│ │ │ ├── ShopIndex.cshtml
│ │ │ ├── ShowByCategory.cshtml
│ │ │ ├── UserCreateNotPhoto.cshtml
│ │ │ ├── UserDelete.cshtml
│ │ │ ├── UserEdit.cshtml
│ │ │ ├── UserManagerDetails.cshtml
│ │ │ └── UserManagerIndex.cshtml
│ │ ├── OrderInfo
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── ManagerIndex.cshtml
│ │ │ └── ShowCusterOrder.cshtml
│ │ ├── Publish
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Reply
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── Test.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ ├── _Layout.cshtml
│ │ │ ├── _LoginOnPartial.cshtml
│ │ │ ├── _LogOnPartial.cshtml
│ │ │ ├── MainMasterPage.cshtml
│ │ │ ├── ManagementMasterPage.cshtml
│ │ │ └── OnlineMasterPage.cshtml
│ │ ├── Shop
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── ShoppingCar
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── ShowCusterShopCar.cshtml
│ │ ├── User
│ │ │ ├── ChangePawssWord.cshtml
│ │ │ ├── Create.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Login.cshtml
│ │ │ ├── LoginOff.cshtml
│ │ │ ├── ManagerIndex.cshtml
│ │ │ ├── ManagerUserIndex.cshtml
│ │ │ ├── OrdinaryUserIndex.cshtml
│ │ │ ├── OriginalUserIndex.cshtml
│ │ │ ├── UserEdit.cshtml
│ │ │ └── UserIndex.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── XX_NMIS.csproj
│ └── XX_NMIS.csproj.user
├── XX_NMIS.sln
└── XX_NMIS.suo
88 directories, 462 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论