实例介绍
电商网站前台模板,完美执行,勿做商业用途。。。。。。。。。。。。。。。。。。。。。。
【实例截图】
【核心代码】
SuperShop
└── SuperShop
├── DB
│ ├── SuperShop_log.ldf
│ └── SuperShop.mdf
├── lib
│ ├── EntityFramework.dll
│ └── EntityFramework.SqlServer.dll
├── packages
│ ├── EntityFramework.6.1.3
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.6.1.3.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ └── migrate.exe
│ ├── EntityFramework.zh-Hans.6.1.3
│ │ ├── EntityFramework.zh-Hans.6.1.3.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── Microsoft.AspNet.Mvc.5.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.5.2.3.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.5.2.3.nupkg
│ ├── Microsoft.AspNet.Razor.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.3.2.3.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│ ├── Microsoft.AspNet.WebPages.3.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.3.2.3.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.nupkg
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8
│ │ ├── build
│ │ │ └── net45
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ ├── content
│ │ │ ├── net45
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.uninstall.xdt
│ │ │ └── net46
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8.nupkg
│ │ └── tools
│ │ └── net45
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Microsoft.Net.Compilers.2.4.0
│ │ ├── build
│ │ │ └── Microsoft.Net.Compilers.props
│ │ ├── Microsoft.Net.Compilers.2.4.0.nupkg
│ │ ├── ThirdPartyNotices.rtf
│ │ └── tools
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.Process.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.Pipes.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Security.AccessControl.dll
│ │ ├── System.Security.Claims.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Security.Principal.Windows.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Thread.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ ├── vbc.rsp
│ │ ├── VBCSCompiler.exe
│ │ └── VBCSCompiler.exe.config
│ └── Microsoft.Web.Infrastructure.1.0.0.0
│ ├── lib
│ │ └── net40
│ │ └── Microsoft.Web.Infrastructure.dll
│ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ └── tools
│ ├── Install.ps1
│ ├── Uninstall.ps1
│ ├── VS.psd1
│ └── VS.psm1
├── SuperShop.Core
│ ├── Admin.cs
│ ├── Adress.cs
│ ├── App.Config
│ ├── AssEss.cs
│ ├── bin
│ │ └── Debug
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.SqlServer.dll
│ │ ├── EntityFramework.SqlServer.xml
│ │ ├── EntityFramework.xml
│ │ ├── SuperShop.Core.dll
│ │ ├── SuperShop.Core.dll.config
│ │ ├── SuperShop.Core.pdb
│ │ └── zh-Hans
│ │ └── EntityFramework.resources.dll
│ ├── Comment.cs
│ ├── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── edmxResourcesToEmbed
│ │ │ ├── SuperShop.csdl
│ │ │ ├── SuperShop.msl
│ │ │ └── SuperShop.ssdl
│ │ ├── SuperShop.Core.csproj.CopyComplete
│ │ ├── SuperShop.Core.csproj.CoreCompileInputs.cache
│ │ ├── SuperShop.Core.csproj.FileListAbsolute.txt
│ │ ├── SuperShop.Core.csprojResolveAssemblyReference.cache
│ │ ├── SuperShop.Core.dll
│ │ ├── SuperShop.Core.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ │ ├── SuperShop.cs.dll
│ │ └── SuperShop.Designer.cs.dll
│ ├── Order.cs
│ ├── packages.config
│ ├── ProductCategory.cs
│ ├── Product.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RetuPro.cs
│ ├── Services
│ │ ├── AssEssServices.cs
│ │ ├── NewsServices.cs
│ │ ├── OrderServices.cs
│ │ ├── ProductCategoryServices.cs
│ │ ├── ProductServices.cs
│ │ ├── StockServices.cs
│ │ └── UserServices.cs
│ ├── Status.cs
│ ├── Stock.cs
│ ├── SuperShop.Context.cs
│ ├── SuperShop.Context.tt
│ ├── SuperShop.Core.csproj
│ ├── SuperShop.cs
│ ├── SuperShop.Designer.cs
│ ├── SuperShop.edmx
│ ├── SuperShop.edmx.diagram
│ ├── SuperShop.tt
│ ├── sysdiagram.cs
│ └── User.cs
├── SuperShop.sln
└── SuperShop.Web
├── App_Start
│ └── RouteConfig.cs
├── Areas
│ └── Admin
│ ├── AdminAreaRegistration.cs
│ ├── Controllers
│ │ ├── AccEssController.cs
│ │ ├── AccountController.cs
│ │ ├── OrderController.cs
│ │ └── UserController.cs
│ └── Views
│ ├── AccEss
│ │ ├── AccEssList.cshtml
│ │ └── UpdateAssEss.cshtml
│ ├── Account
│ │ ├── AddProduct.cshtml
│ │ ├── Index.cshtml
│ │ ├── Login.cshtml
│ │ ├── ProductList.cshtml
│ │ └── UpdateProduct.cshtml
│ ├── Order
│ │ ├── AddOrder.cshtml
│ │ ├── OrderList.cshtml
│ │ └── UpdateOrder.cshtml
│ ├── User
│ │ ├── AddUser.cshtml
│ │ ├── UpdateUser.cshtml
│ │ └── UsersList.cshtml
│ └── web.config
├── bin
│ ├── EntityFramework.dll
│ ├── EntityFramework.SqlServer.dll
│ ├── EntityFramework.SqlServer.xml
│ ├── EntityFramework.xml
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ ├── Microsoft.Web.Infrastructure.dll
│ ├── roslyn
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.Process.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.Pipes.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Security.AccessControl.dll
│ │ ├── System.Security.Claims.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Security.Principal.Windows.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Thread.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ ├── vbc.rsp
│ │ ├── VBCSCompiler.exe
│ │ └── VBCSCompiler.exe.config
│ ├── SuperShop.Core.dll
│ ├── SuperShop.Core.dll.config
│ ├── SuperShop.Core.pdb
│ ├── SuperShop.Web.dll
│ ├── SuperShop.Web.dll.config
│ ├── SuperShop.Web.pdb
│ ├── System.Web.Helpers.dll
│ ├── System.Web.Helpers.xml
│ ├── System.Web.Mvc.dll
│ ├── System.Web.Mvc.xml
│ ├── System.Web.Razor.dll
│ ├── System.Web.Razor.xml
│ ├── System.Web.Webpages.Deployment.dll
│ ├── System.Web.Webpages.Deployment.xml
│ ├── System.Web.Webpages.dll
│ ├── System.Web.Webpages.Razor.dll
│ ├── System.Web.Webpages.Razor.xml
│ ├── System.Web.Webpages.xml
│ └── zh-Hans
│ ├── EntityFramework.resources.dll
│ ├── System.Web.Helpers.resources.dll
│ ├── System.Web.Mvc.resources.dll
│ ├── System.Web.Razor.resources.dll
│ ├── System.Web.Webpages.Deployment.resources.dll
│ ├── System.Web.Webpages.Razor.resources.dll
│ └── System.Web.Webpages.resources.dll
├── Content
│ ├── Admin-Js
│ │ ├── css
│ │ │ └── main.css
│ │ ├── images
│ │ │ ├── air-balloon-1.png
│ │ │ ├── air-balloon-2.png
│ │ │ ├── login-bg.jpg
│ │ │ ├── login-foot.jpg
│ │ │ ├── login.png
│ │ │ └── logo-login.png
│ │ └── js
│ │ ├── DD_belatedPNG.js
│ │ ├── fun.base.js
│ │ ├── jquery-1.8.2.min.js
│ │ ├── jQuery.js
│ │ └── script.js
│ ├── assets
│ │ ├── css
│ │ │ ├── admin.css
│ │ │ ├── amazeui.css
│ │ │ ├── amazeui.datatables.min.css
│ │ │ ├── amazeui.flat.css
│ │ │ ├── amazeui.flat.min.css
│ │ │ ├── amazeui.min.css
│ │ │ ├── amazeui.mineeeee.css
│ │ │ ├── app.css
│ │ │ ├── app.less
│ │ │ ├── echartsHome.css
│ │ │ ├── fullcalendar.min.css
│ │ │ ├── fullcalendar.print.css
│ │ │ └── shop.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── i
│ │ │ ├── app-icon72x72@2x.png
│ │ │ ├── examples
│ │ │ │ ├── admin-chrome.png
│ │ │ │ ├── admin-firefox.png
│ │ │ │ ├── admin-ie.png
│ │ │ │ ├── admin-opera.png
│ │ │ │ ├── adminPage.png
│ │ │ │ ├── admin-safari.png
│ │ │ │ ├── blogPage.png
│ │ │ │ ├── landingPage.png
│ │ │ │ ├── landing.png
│ │ │ │ ├── loginPage.png
│ │ │ │ └── sidebarPage.png
│ │ │ ├── favicon.png
│ │ │ ├── h_top.png
│ │ │ ├── icoAdd.png
│ │ │ ├── l_07.png
│ │ │ ├── logo.png
│ │ │ └── startup-640x1096.png
│ │ ├── img
│ │ │ ├── a5.png
│ │ │ ├── k.jpg
│ │ │ ├── logoa.png
│ │ │ ├── logob.png
│ │ │ ├── logo.png
│ │ │ ├── user01.png
│ │ │ ├── user02.png
│ │ │ ├── user03.png
│ │ │ ├── user04.png
│ │ │ ├── user05.png
│ │ │ ├── user06.png
│ │ │ └── user07.png
│ │ └── js
│ │ ├── amazeui.datatables.min.js
│ │ ├── amazeui.js
│ │ ├── amazeui.legacy.js
│ │ ├── amazeui.legacy.min.js
│ │ ├── amazeui.min.js
│ │ ├── amazeui.widgets.helper.js
│ │ ├── amazeui.widgets.helper.min.js
│ │ ├── app.js
│ │ ├── codemirror.js
│ │ ├── dataTables.responsive.min.js
│ │ ├── echartsExample.js
│ │ ├── echarts.min.js
│ │ ├── fullcalendar.min.js
│ │ ├── handlebars.min.js
│ │ ├── jquery.jerichotab.min.js
│ │ ├── jquery.min.js
│ │ ├── moment.js
│ │ ├── polyfill
│ │ │ ├── rem.min.js
│ │ │ └── respond.min.js
│ │ └── theme.js
│ ├── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 1.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 2.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 3.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 4.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 5.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 6.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── rate.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ ├── UI-Js
│ │ └── assets
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ └── bootstrap-theme.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ └── npm.js
│ │ ├── css
│ │ │ ├── form-elements.css
│ │ │ └── style.css
│ │ ├── ico
│ │ │ ├── apple-touch-icon-114-precomposed.png
│ │ │ ├── apple-touch-icon-144-precomposed.png
│ │ │ ├── apple-touch-icon-57-precomposed.png
│ │ │ ├── apple-touch-icon-72-precomposed.png
│ │ │ └── favicon.png
│ │ ├── img
│ │ │ ├── backgrounds
│ │ │ │ └── 1.jpg
│ │ │ ├── logo@2x.png
│ │ │ └── logo.png
│ │ └── js
│ │ ├── jquery-1.11.1.js
│ │ ├── jquery-1.11.1.min.js
│ │ ├── jquery.backstretch.js
│ │ ├── jquery.backstretch.min.js
│ │ ├── placeholder.js
│ │ └── scripts.js
│ └── utf8-net
│ ├── lang
│ │ └── zh-cn
│ │ └── zh-cn.js
│ ├── themes
│ │ ├── default
│ │ │ ├── css
│ │ │ │ ├── ueditor.css
│ │ │ │ └── ueditor.min.css
│ │ │ ├── dialogbase.css
│ │ │ └── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_down.png
│ │ │ ├── arrow.png
│ │ │ ├── arrow_up.png
│ │ │ ├── button-bg.gif
│ │ │ ├── cancelbutton.gif
│ │ │ ├── charts.png
│ │ │ ├── cursor_h.gif
│ │ │ ├── cursor_h.png
│ │ │ ├── cursor_v.gif
│ │ │ ├── cursor_v.png
│ │ │ ├── dialog-title-bg.png
│ │ │ ├── filescan.png
│ │ │ ├── highlighted.gif
│ │ │ ├── icons-all.gif
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── loaderror.png
│ │ │ ├── loading.gif
│ │ │ ├── lock.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── pagebreak.gif
│ │ │ ├── scale.png
│ │ │ ├── sortable.png
│ │ │ ├── spacer.gif
│ │ │ ├── sparator_v.png
│ │ │ ├── table-cell-align.png
│ │ │ ├── tangram-colorpicker.png
│ │ │ ├── toolbar_bg.png
│ │ │ ├── unhighlighted.gif
│ │ │ ├── upload.png
│ │ │ ├── videologo.gif
│ │ │ ├── word.gif
│ │ │ └── wordpaste.png
│ │ └── iframe.css
│ ├── ueditor.all.min.js
│ └── ueditor.config.js
├── Controllers
│ └── HomeController.cs
├── Global.asax
├── Global.asax.cs
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SuperShop.Web.csproj.CopyComplete
│ ├── SuperShop.Web.csproj.CoreCompileInputs.cache
│ ├── SuperShop.Web.csproj.FileListAbsolute.txt
│ ├── SuperShop.Web.csprojResolveAssemblyReference.cache
│ ├── SuperShop.Web.dll
│ ├── SuperShop.Web.pdb
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
├── packages.config
├── Properties
│ └── AssemblyInfo.cs
├── SuperShop.Web.csproj
├── SuperShop.Web.csproj.user
├── Views
│ ├── Home
│ │ └── Login.cshtml
│ └── web.config
├── Web.config
├── Web.Debug.config
└── Web.Release.config
133 directories, 579 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论