嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
星梦课堂项目购课网源码
.
├── 好例子网_星梦课堂项目53.rar
└── 星梦课堂项目
├── BLL
│ ├── BLL.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ ├── dengluBLL.cs
│ ├── dingdanBLL.cs
│ ├── kechengBLL.cs
│ ├── kechengjingpinBLL.cs
│ ├── monsysBLL.cs
│ ├── obj
│ │ └── Debug
│ │ ├── BLL.csproj.CopyComplete
│ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojAssemblyReference.cache
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── pinglunBLL.cs
│ └── teacherBLL.cs
├── DAL
│ ├── DAL.csproj
│ ├── DBHelper.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ ├── dengluDAL.cs
│ ├── dingdanDAL.cs
│ ├── kechengDAL.cs
│ ├── kechengjingpinDAL.cs
│ ├── moneys.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DAL.csproj.CopyComplete
│ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojAssemblyReference.cache
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── pinglunDAL.cs
│ └── teacherDAL.cs
├── Model
│ ├── Model.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ ├── dianzan.cs
│ ├── dingdan.cs
│ ├── kecheng.cs
│ ├── kechengjingpin.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojAssemblyReference.cache
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ └── TempPE
│ ├── pinglun.cs
│ ├── teacher.cs
│ └── user.cs
└── xingmeng
├── Axing.csproj
├── Axing.csproj.user
├── DBhelper.cs
├── Properties
│ └── AssemblyInfo.cs
├── Web.Debug.config
├── Web.Release.config
├── Web.config
├── bin
│ ├── BLL.dll
│ ├── BLL.pdb
│ ├── DAL.dll
│ ├── DAL.pdb
│ ├── Interop.WMPLib.dll
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ ├── Model.dll
│ ├── Model.pdb
│ ├── denglu.dll
│ ├── denglu.dll.config
│ ├── denglu.pdb
│ └── roslyn
│ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ ├── Microsoft.CSharp.Core.targets
│ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ ├── Microsoft.CodeAnalysis.CSharp.dll
│ ├── Microsoft.CodeAnalysis.Scripting.dll
│ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ ├── Microsoft.CodeAnalysis.dll
│ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ ├── Microsoft.DiaSymReader.Native.x86.dll
│ ├── Microsoft.Managed.Core.targets
│ ├── Microsoft.VisualBasic.Core.targets
│ ├── Microsoft.Win32.Primitives.dll
│ ├── System.AppContext.dll
│ ├── System.Collections.Immutable.dll
│ ├── System.Console.dll
│ ├── System.Diagnostics.DiagnosticSource.dll
│ ├── System.Diagnostics.FileVersionInfo.dll
│ ├── System.Diagnostics.StackTrace.dll
│ ├── System.Globalization.Calendars.dll
│ ├── System.IO.Compression.ZipFile.dll
│ ├── System.IO.Compression.dll
│ ├── System.IO.FileSystem.Primitives.dll
│ ├── System.IO.FileSystem.dll
│ ├── System.Net.Http.dll
│ ├── System.Net.Sockets.dll
│ ├── System.Reflection.Metadata.dll
│ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ ├── System.Security.Cryptography.Algorithms.dll
│ ├── System.Security.Cryptography.Encoding.dll
│ ├── System.Security.Cryptography.Primitives.dll
│ ├── System.Security.Cryptography.X509Certificates.dll
│ ├── System.Text.Encoding.CodePages.dll
│ ├── System.Threading.Tasks.Extensions.dll
│ ├── System.ValueTuple.dll
│ ├── System.Xml.ReaderWriter.dll
│ ├── System.Xml.XPath.XDocument.dll
│ ├── System.Xml.XPath.dll
│ ├── System.Xml.XmlDocument.dll
│ ├── VBCSCompiler.exe
│ ├── VBCSCompiler.exe.config
│ ├── csc.exe
│ ├── csc.exe.config
│ ├── csc.rsp
│ ├── csi.exe
│ ├── csi.exe.config
│ ├── csi.rsp
│ ├── vbc.exe
│ ├── vbc.exe.config
│ └── vbc.rsp
├── class
│ └── DBHelper.cs
├── css
│ ├── erjicandan.css
│ ├── gerenzhongxinyetou.css
│ ├── index.css
│ ├── pinglunwbk.css
│ ├── style.css
│ ├── styleone.css
│ ├── yetou.css
│ ├── zhuce.css
│ └── zzsc.css
├── denglu.aspx
├── denglu.aspx.cs
├── denglu.aspx.designer.cs
├── denglu.sln
├── grzx
│ ├── 6.jpg
│ ├── BBA8DD7E2BA27FCA978648E2CEF43899.png
│ ├── `E5K1GWDGZVMMFB23{C7US8.jpg
│ ├── logo_normal.79d580e.png
│ └── qian.png
├── images
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 4.jpg
│ ├── 5.jpg
│ ├── 6.jpg
│ ├── lunkuo2.jpg
│ ├── lunkuo3.jpg
│ ├── lunkuo4.jpg
│ ├── lunkuot1.jpg
│ └── lunuo5.jpg
├── img
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 3.jpg
│ ├── 4 (2).jpg
│ ├── 4.jpg
│ ├── bear.png
│ ├── bg1.png
│ ├── bg2.png
│ ├── bg3.png
│ ├── jinjie1.png
│ ├── jinjie2.png
│ ├── jinjie3.png
│ ├── jinjie4.png
│ ├── jinjie5.png
│ ├── lexue1.jpg
│ ├── lexue2.jpg
│ ├── lexue3.png
│ ├── lexue4.png
│ ├── lexue5.png
│ ├── lexue6.png
│ ├── lunkuo2.jpg
│ ├── lunkuo3.jpg
│ ├── lunkuo4.jpg
│ ├── lunkuot1.jpg
│ ├── lunuo5.jpg
│ ├── wei.jpg
│ ├── wei3.jpg
│ ├── weit.jpg
│ └── weit1.jpg
├── index.aspx
├── index.aspx.cs
├── index.aspx.designer.cs
├── indeximg
│ ├── 096CD07C54CBF37FB735E58D09589A36.jpg
│ ├── 1.jfif
│ ├── 16297061858151.jpg
│ ├── 2.jfif
│ ├── 2921520491dba7eb.jpg
│ ├── 3..jpg
│ ├── 78B5DA9DBA9D6D8462AC98D1ABE14E67.jpg
│ ├── 7D08A316BBC6F3BCD57CBAB21F0D0B94.jpg
│ ├── 8A21A5632419FF173C47A47BB3F21617.jpg
│ ├── C737AA11AD05F3374E01CD46CCEFDD6A.jpg
│ ├── WIN_20210519_20_03_48_Pro.jpg
│ ├── WIN_20210519_20_04_29_Pro.jpg
│ ├── bs.jpg
│ ├── bss.jpg
│ ├── ico1.jpg
│ ├── jing1.png
│ ├── jing10.png
│ ├── jing2.png
│ ├── jing3.png
│ ├── jing4.png
│ ├── jing5.png
│ ├── jing6.png
│ ├── jing7.png
│ ├── jing8.png
│ ├── jing9.png
│ ├── js1.jpg
│ ├── js2.jpg
│ ├── js3.jpg
│ ├── js4.jpg
│ ├── js5.jpg
│ ├── k1.jpg
│ ├── k2.jpg
│ ├── k3.jpg
│ ├── k4.jpg
│ ├── k6.png
│ ├── ke1.png
│ ├── ke2.png
│ ├── ke3.png
│ ├── ke4.png
│ ├── ke5.png
│ ├── logou.ico
│ ├── logou.jpg
│ ├── lougou1.jpg
│ ├── t.png
│ ├── tan.jpg
│ ├── teacher_bgpic1.png
│ ├── tou.jpg
│ ├── tou1.png
│ ├── tou5.png
│ ├── you.jpg
│ ├── 女
│ └── 捕获.JPG112.JPG
├── js
│ ├── daojishi.js
│ ├── erjicaidan.js
│ ├── jquery-3.3.1.min.js
│ ├── jquery.min.js
│ ├── tanchudingbu.js
│ ├── xuanxiangka.js
│ └── zhuce.js
├── lunkuotu
│ ├── camroll_slider.css
│ ├── camroll_slider.js
│ ├── htmleaf-demo.css
│ ├── jquery-1.11.0.min.js
│ └── normalize.css
├── obj
│ └── Debug
│ ├── Axing.csproj.CopyComplete
│ ├── Axing.csproj.CoreCompileInputs.cache
│ ├── Axing.csproj.FileListAbsolute.txt
│ ├── Axing.csproj.ResolveComReference.cache
│ ├── Axing.csprojAssemblyReference.cache
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Interop.WMPLib.dll
│ ├── TempPE
│ ├── denglu.csproj.CopyComplete
│ ├── denglu.csproj.CoreCompileInputs.cache
│ ├── denglu.csproj.FileListAbsolute.txt
│ ├── denglu.csprojAssemblyReference.cache
│ ├── denglu.dll
│ └── denglu.pdb
├── packages
│ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
│ ├── build
│ │ ├── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ └── net46
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ ├── content
│ │ ├── net45
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ └── net46
│ │ ├── app.config.install.xdt
│ │ ├── app.config.uninstall.xdt
│ │ ├── web.config.install.xdt
│ │ └── web.config.uninstall.xdt
│ ├── lib
│ │ └── net45
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ └── tools
│ ├── Roslyn45
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ ├── RoslynLatest
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.Managed.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ └── net45
│ ├── install.ps1
│ └── uninstall.ps1
├── packages.config
├── shipin
│ └── ckin.mp4
├── 天气.aspx
├── 订单.aspx
├── 天气.aspx.cs
├── 订单.aspx.cs
├── 天气.aspx.designer.cs
├── 订单.aspx.designer.cs
├── 详情页.aspx
├── 详情页.aspx.cs
├── 详情页.aspx.designer.cs
├── 个人资料.aspx
├── 我的作业.aspx
├── 我的钱包.aspx
├── 个人资料.aspx.cs
├── 我的作业.aspx.cs
├── 我的钱包.aspx.cs
├── 个人资料.aspx.designer.cs
├── 我的作业.aspx.designer.cs
├── 我的钱包.aspx.designer.cs
├── 讲师母版页.Master
├── 详情母版页.Master
├── 讲师母版页.Master.cs
├── 详情母版页.Master.cs
├── 讲师母版页.Master.designer.cs
├── 详情母版页.Master.designer.cs
├── 提交订单页.aspx
├── 订单支付页.aspx
├── 讲师详情页.aspx
├── 提交订单页.aspx.cs
├── 订单支付页.aspx.cs
├── 讲师详情页.aspx.cs
├── 提交订单页.aspx.designer.cs
├── 订单支付页.aspx.designer.cs
├── 讲师详情页.aspx.designer.cs
├── 个人中心母版页.Master
├── 个人中心母版页.Master.cs
├── 个人中心母版页.Master.designer.cs
├── 个人中心欢迎页.aspx
├── 个人中心欢迎页.aspx.cs
└── 个人中心欢迎页.aspx.designer.cs
55 directories, 401 files