在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Android手机应用开发 → 星梦课堂项目购课网源码

星梦课堂项目购课网源码

Android手机应用开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:52.36M
  • 下载次数:5
  • 浏览次数:60
  • 发布时间:2022-02-24
  • 实例类别:Android手机应用开发
  • 发 布 人:打不倒的热爱
  • 文件格式:.rar
  • 所需积分:5
 相关标签: 购课

实例介绍

【实例简介】星梦课堂项目购课网源码

【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_星梦课堂项目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



标签: 购课

实例下载地址

星梦课堂项目购课网源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警