实例介绍
我的数据库课程设计,里面源码、数据库导出文件、任务书、课程设计报告一应俱全。直接可以使用
【实例截图】
【核心代码】
教材管理系统
└── 黄辉
├── 0801数据库课程设计报告.doc
└── 教材管理
├── jiaocaiguanli
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 111.gif
│ │ │ ├── 111.ssk
│ │ │ ├── 222.gif
│ │ │ ├── 222.ssk
│ │ │ ├── 333.gif
│ │ │ ├── 333.ssk
│ │ │ ├── 444.gif
│ │ │ ├── 444.ssk
│ │ │ ├── 555.ssk
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── jcglxt.ssk
│ │ │ ├── jiaocaiguanli.exe
│ │ │ ├── jiaocaiguanli.pdb
│ │ │ ├── jiaocaiguanli.vshost.exe
│ │ │ ├── jiaocaiguanli.vshost.exe.manifest
│ │ │ └── yhdl.ssk
│ │ └── Release
│ │ ├── IrisSkin2.dll
│ │ ├── jiaocaiguanli.exe
│ │ └── jiaocaiguanli.pdb
│ ├── bjgl.cs
│ ├── bjgl.Designer.cs
│ ├── bjgl.resx
│ ├── bzgy.cs
│ ├── bzgy.Designer.cs
│ ├── bzgy.resx
│ ├── czygl.cs
│ ├── czygl.Designer.cs
│ ├── czygl.resx
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── jcglxt.cs
│ ├── jcglxt.Designer.cs
│ ├── jcglxt.resx
│ ├── jcrk.cs
│ ├── jcrk.Designer.cs
│ ├── jcrk.resx
│ ├── jiaocaiguanli.csproj
│ ├── jnsf.cs
│ ├── jnsf.Designer.cs
│ ├── jnsf.resx
│ ├── jsgl.cs
│ ├── jsgl.Designer.cs
│ ├── jsgl.resx
│ ├── jsls.cs
│ ├── jsls.Designer.cs
│ ├── jsls.resx
│ ├── kccx.cs
│ ├── kccx.Designer.cs
│ ├── kccx.resx
│ ├── mmxg.cs
│ ├── mmxg.Designer.cs
│ ├── mmxg.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── jiaocaiguanli.bjgl.resources
│ │ │ ├── jiaocaiguanli.bzgy.resources
│ │ │ ├── jiaocaiguanli.csproj.FileListAbsolute.txt
│ │ │ ├── jiaocaiguanli.csproj.GenerateResource.Cache
│ │ │ ├── jiaocaiguanli.czygl.resources
│ │ │ ├── jiaocaiguanli.exe
│ │ │ ├── jiaocaiguanli.jcrk.resources
│ │ │ ├── jiaocaiguanli.jiaocaiguanli.resources
│ │ │ ├── jiaocaiguanli.jnsf.resources
│ │ │ ├── jiaocaiguanli.jsgl.resources
│ │ │ ├── jiaocaiguanli.jsls.resources
│ │ │ ├── jiaocaiguanli.kccx.resources
│ │ │ ├── jiaocaiguanli.mmxg.resources
│ │ │ ├── jiaocaiguanli.pdb
│ │ │ ├── jiaocaiguanli.Properties.Resources.resources
│ │ │ ├── jiaocaiguanli.scczy.resources
│ │ │ ├── jiaocaiguanli.sfcx.resources
│ │ │ ├── jiaocaiguanli.sysc.resources
│ │ │ ├── jiaocaiguanli.thsf.resources
│ │ │ ├── jiaocaiguanli.xsls.resources
│ │ │ ├── jiaocaiguanli.yhdl.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── jiaocaiguanli.csproj.FileListAbsolute.txt
│ │ ├── jiaocaiguanli.csproj.FileList.txt
│ │ └── Release
│ │ ├── jiaocaiguanli.bjgl.resources
│ │ ├── jiaocaiguanli.bzgy.resources
│ │ ├── jiaocaiguanli.csproj.FileListAbsolute.txt
│ │ ├── jiaocaiguanli.csproj.GenerateResource.Cache
│ │ ├── jiaocaiguanli.czygl.resources
│ │ ├── jiaocaiguanli.exe
│ │ ├── jiaocaiguanli.jcrk.resources
│ │ ├── jiaocaiguanli.jiaocaiguanli.resources
│ │ ├── jiaocaiguanli.jnsf.resources
│ │ ├── jiaocaiguanli.jsgl.resources
│ │ ├── jiaocaiguanli.jsls.resources
│ │ ├── jiaocaiguanli.kccx.resources
│ │ ├── jiaocaiguanli.mmxg.resources
│ │ ├── jiaocaiguanli.pdb
│ │ ├── jiaocaiguanli.Properties.Resources.resources
│ │ ├── jiaocaiguanli.scczy.resources
│ │ ├── jiaocaiguanli.sfcx.resources
│ │ ├── jiaocaiguanli.sysc.resources
│ │ ├── jiaocaiguanli.thsf.resources
│ │ ├── jiaocaiguanli.xsls.resources
│ │ ├── jiaocaiguanli.yhdl.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 32.ICO
│ │ ├── ARW09LT.ICO
│ │ ├── Azul.jpg
│ │ ├── BOOK01A.ICO
│ │ ├── BOOK03.ICO
│ │ ├── BOOK051.ICO
│ │ ├── BOOK052.ICO
│ │ ├── BOOK05.ICO
│ │ ├── BOOK06.ICO
│ │ ├── BOOKS01.ICO
│ │ ├── che.jpg
│ │ ├── CPApp.ico
│ │ ├── CRDFLE01.ICO
│ │ ├── CRDFLE12.ICO
│ │ ├── DRAG1PG.ICO
│ │ ├── INFO.ICO
│ │ ├── jiaoshi1.ico
│ │ ├── jiaoshi.ico
│ │ ├── MAC02.ICO
│ │ ├── MISC42.ICO
│ │ ├── MSGBOX02.ICO
│ │ ├── NET01.ICO
│ │ ├── NET14.ICO
│ │ ├── NOTE02.ICO
│ │ ├── NOTE12.ICO
│ │ ├── OOFL.ICO
│ │ ├── SCDRESPL.ICO
│ │ ├── SECUR08.ICO
│ │ ├── SnagIt1.ico
│ │ ├── SnagIt2.ico
│ │ ├── SnagIt.ico
│ │ └── TRFFC18B.ICO
│ ├── scczy.cs
│ ├── scczy.Designer.cs
│ ├── scczy.resx
│ ├── sfcx.cs
│ ├── sfcx.Designer.cs
│ ├── sfcx.resx
│ ├── sysc.cs
│ ├── sysc.Designer.cs
│ ├── sysc.resx
│ ├── thsf.cs
│ ├── thsf.Designer.cs
│ ├── thsf.resx
│ ├── Visual Studio 2005
│ │ ├── Settings
│ │ │ └── CurrentSettings.vssettings
│ │ └── Visualizers
│ │ ├── attribcache80.bin
│ │ ├── autoexpce.cs
│ │ ├── autoexpce.dll
│ │ ├── autoexp.cs
│ │ └── autoexp.dll
│ ├── xsls.cs
│ ├── xsls.Designer.cs
│ ├── xsls.resx
│ ├── yhdl.cs
│ ├── yhdl.Designer.cs
│ └── yhdl.resx
├── jiaocaiguanli.sln
├── jiaocaiguanli.suo
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── Thumbs.db
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Visual Studio 2005
│ ├── Settings
│ │ └── CurrentSettings.vssettings
│ └── Visualizers
│ ├── attribcache80.bin
│ ├── autoexpce.cs
│ ├── autoexpce.dll
│ ├── autoexp.cs
│ └── autoexp.dll
├── 教材管理系统_Data.MDF
└── 教材管理系统_Log.LDF
20 directories, 183 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论