实例介绍
数据库原理及技术(钱学忠 编著)课件、习题答案及相关资料
【实例截图】
【核心代码】
《数据库原理及技术》——教材课件、习题答案、相关资料等(FROMQHCBS)
└── 《数据库原理及技术》——教材课件、习题答案、相关资料等(FROM QHCBS)
├── 课件
│ └── 《数据库原理及技术》课程课件(第一部分原理篇)
│ ├── 7.12.3 SQL Server 2005的主要组件及其初步使用.pdf
│ ├── 第1章 绪论.ppt
│ ├── 第2章 关系数据库.ppt
│ ├── 第3章 关系数据库标准语言SQL.ppt
│ ├── 第4章 关系数据库设计理论.ppt
│ ├── 第5章 数据库安全保护.ppt
│ ├── 第6章 数据库设计.ppt
│ ├── 第7章 SQL Server 2000 & 2005数据库管理系统.ppt
│ ├── 程序
│ │ ├── 13-12.rar
│ │ ├── asp
│ │ │ └── example10rar.rar
│ │ ├── c语言程序.rar
│ │ ├── jsp
│ │ │ ├── faq.rar
│ │ │ └── testsqlserver.jsp
│ │ ├── jxgl(VB程序).rar
│ │ ├── main.sqc
│ │ └── vb&ado连接
│ │ └── jxgl.bas
│ ├── 创建表(用于P43).sql
│ ├── 创建表(用于P66).sql
│ ├── 创建表(用于实验四).sql
│ ├── 参考答案
│ │ ├── 第4章 关系数据库设计理论(含具体解答).doc
│ │ ├── 第6章 数据库设计之作业解答.doc
│ │ ├── 第6章 数据库设计之作业解答2.doc
│ │ ├── 第7章 关系数据库设计理论(六综合 4、5两题).doc
│ │ ├── 规范化范式举例.txt
│ │ ├── 部分作业及其解答.txt
│ │ ├── 《数据库原理及技术》p38-39参考解答.rar
│ │ ├── 《数据库原理及技术》第2章 部分习题解答.doc
│ │ ├── 计算机专业计算机技能测试.txt
│ │ ├── 数据库原理及应用实验指导★---更新操作练习题.doc
│ │ ├── 数据库系统原理学习辅导参考答案.doc
│ │ └── 《数据库系统原理学习辅导》参考答案.doc
│ ├── 使用说明.doc
│ ├── 关于本课程.doc
│ ├── 权限操作命令.sql
│ ├── 相关教材封面(钱雪忠)
│ │ ├── Thumbs.db
│ │ ├── 《SQL Server 2005 实用技术及案例系统开发》-(含光盘).jpg
│ │ ├── 《新编Visual Basic程序设计教程》.jpg
│ │ ├── 《新编Visual Basic程序设计实用教程》.JPG
│ │ ├── 《数据库与SQL Server 2005教程》.jpg
│ │ ├── 《数据库原理及应用》.JPG
│ │ ├── 《数据库原理及应用》(第2版)封面.jpg
│ │ ├── 《数据库原理及应用》原封面.JPG
│ │ ├── 《数据库系统原理学习辅导》.JPG
│ │ ├── 《数据库原理及应用实验指导》.JPG
│ │ └── 《数据库原理及技术课程设计》.JPG
│ ├── 数据库原理及技术备课本.doc
│ ├── 数学公式中的希腊字母读法.doc
│ └── 数据库概论教学日历实验日历
│ ├── 数据库概论教学日历实验日历(2007-2008)信管new.DOC
│ └── 数据库概论教学日历实验日历(2007-2008)计算机专业(参考).DOC
├── 相关资料
│ ├── SQL Server Management Studio(SQL Server 集成管理器,SSMS).pdf
│ ├── 第7章 SQL Server 2000 & 2005数据库管理系统.ppt
│ ├── 第7章 SQL Server 2005数据库管理系统——7.1 SQL Server 2005系统概述.ppt
│ ├── 第7章 SQL Server 2005数据库管理系统——7.2 Transact-SQL.ppt
│ ├── 企业库存管理及Web网上订购系统(C#&ASP.NET技术)
│ │ ├── DataBase
│ │ │ ├── kcgl.mdf
│ │ │ └── kcgl_log.ldf
│ │ ├── KCGL
│ │ │ ├── ClassLibrary1
│ │ │ │ ├── Class1dd.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── aaaaa.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClassLibrary1.dll
│ │ │ │ │ └── ClassLibrary1.pdb
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ClassLibrary1.dll
│ │ │ │ │ └── ClassLibrary1.pdb
│ │ │ │ └── aaaaa.csproj.FileListAbsolute.txt
│ │ │ ├── Excel
│ │ │ │ ├── tb_Teacher.xls
│ │ │ │ └── tb_grade.xls
│ │ │ ├── KCGL
│ │ │ │ ├── AboutProj.Designer.cs
│ │ │ │ ├── AboutProj.cs
│ │ │ │ ├── AboutProj.resx
│ │ │ │ ├── AddNewUserF.Designer.cs
│ │ │ │ ├── AddNewUserF.cs
│ │ │ │ ├── AddNewUserF.resx
│ │ │ │ ├── AddPlCPMJ.Designer.cs
│ │ │ │ ├── AddPlCPMJ.cs
│ │ │ │ ├── AddPlCPMJ.resx
│ │ │ │ ├── AdoF.Designer.cs
│ │ │ │ ├── AdoF.cs
│ │ │ │ ├── AdoF.resx
│ │ │ │ ├── AllUsers.Designer.cs
│ │ │ │ ├── AllUsers.cs
│ │ │ │ ├── AllUsers.resx
│ │ │ │ ├── BackUpDbF.Designer.cs
│ │ │ │ ├── BackUpDbF.cs
│ │ │ │ ├── BackUpDbF.resx
│ │ │ │ ├── ComparePwdForm.Designer.cs
│ │ │ │ ├── ComparePwdForm.cs
│ │ │ │ ├── ComparePwdForm.resx
│ │ │ │ ├── ConnectDBF.Designer.cs
│ │ │ │ ├── ConnectDBF.cs
│ │ │ │ ├── ConnectDBF.resx
│ │ │ │ ├── CpKcCxF.Designer.cs
│ │ │ │ ├── CpKcCxF.cs
│ │ │ │ ├── CpKcCxF.resx
│ │ │ │ ├── CpTjF.Designer.cs
│ │ │ │ ├── CpTjF.cs
│ │ │ │ ├── CpTjF.resx
│ │ │ │ ├── CpckF.Designer.cs
│ │ │ │ ├── CpckF.cs
│ │ │ │ ├── CpckF.resx
│ │ │ │ ├── CprckF.Designer.cs
│ │ │ │ ├── CprckF.cs
│ │ │ │ ├── CprckF.resx
│ │ │ │ ├── CprckWh.Designer.cs
│ │ │ │ ├── CprckWh.cs
│ │ │ │ ├── CprckWh.resx
│ │ │ │ ├── CprckZhCxF.Designer.cs
│ │ │ │ ├── CprckZhCxF.cs
│ │ │ │ ├── CprckZhCxF.resx
│ │ │ │ ├── CprkF.Designer.cs
│ │ │ │ ├── CprkF.cs
│ │ │ │ ├── CprkF.resx
│ │ │ │ ├── CpsskccxF.Designer.cs
│ │ │ │ ├── CpsskccxF.cs
│ │ │ │ ├── CpsskccxF.resx
│ │ │ │ ├── DataSet1.Designer.cs
│ │ │ │ ├── DataSet1.cs
│ │ │ │ ├── DataSet1.xsc
│ │ │ │ ├── DataSet1.xsd
│ │ │ │ ├── DataSet1.xss
│ │ │ │ ├── DataSet2.Designer.cs
│ │ │ │ ├── DataSet2.xsc
│ │ │ │ ├── DataSet2.xsd
│ │ │ │ ├── DataSet2.xss
│ │ │ │ ├── HORO.ICO
│ │ │ │ ├── KCGLWinForm.csproj
│ │ │ │ ├── KCGLWinForm.csproj.user
│ │ │ │ ├── LogF.Designer.cs
│ │ │ │ ├── LogF.cs
│ │ │ │ ├── LogF.resx
│ │ │ │ ├── LoginF.Designer.cs
│ │ │ │ ├── LoginF.cs
│ │ │ │ ├── LoginF.resx
│ │ │ │ ├── MainF.Designer.cs
│ │ │ │ ├── MainF.cs
│ │ │ │ ├── MainF.resx
│ │ │ │ ├── MjKcF.Designer.cs
│ │ │ │ ├── MjKcF.cs
│ │ │ │ ├── MjKcF.resx
│ │ │ │ ├── PlKcF.Designer.cs
│ │ │ │ ├── PlKcF.cs
│ │ │ │ ├── PlKcF.resx
│ │ │ │ ├── PlTjF.Designer.cs
│ │ │ │ ├── PlTjF.cs
│ │ │ │ ├── PlTjF.resx
│ │ │ │ ├── PlckF.Designer.cs
│ │ │ │ ├── PlckF.cs
│ │ │ │ ├── PlckF.resx
│ │ │ │ ├── PlrcKCxF.Designer.cs
│ │ │ │ ├── PlrcKCxF.cs
│ │ │ │ ├── PlrcKCxF.resx
│ │ │ │ ├── PlrckF.Designer.cs
│ │ │ │ ├── PlrckF.cs
│ │ │ │ ├── PlrckF.resx
│ │ │ │ ├── PlrkF.Designer.cs
│ │ │ │ ├── PlrkF.cs
│ │ │ │ ├── PlrkF.resx
│ │ │ │ ├── PlssKccxF.Designer.cs
│ │ │ │ ├── PlssKccxF.cs
│ │ │ │ ├── PlssKccxF.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── SetSysParametersF.Designer.cs
│ │ │ │ ├── SetSysParametersF.cs
│ │ │ │ ├── SetSysParametersF.resx
│ │ │ │ ├── SysBackUpF.Designer.cs
│ │ │ │ ├── SysBackUpF.cs
│ │ │ │ ├── SysBackUpF.resx
│ │ │ │ ├── TCRL.GIF
│ │ │ │ ├── UpdateUserPasswordF.Designer.cs
│ │ │ │ ├── UpdateUserPasswordF.cs
│ │ │ │ ├── UpdateUserPasswordF.resx
│ │ │ │ ├── XsPmF.Designer.cs
│ │ │ │ ├── XsPmF.cs
│ │ │ │ ├── XsPmF.resx
│ │ │ │ ├── app.config
│ │ │ │ ├── bf
│ │ │ │ │ ├── CprckWh.Designer.cs
│ │ │ │ │ ├── CprckWh.cs
│ │ │ │ │ └── CprckWh.resx
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGL.exe
│ │ │ │ │ │ ├── KCGL.exe.config
│ │ │ │ │ │ ├── KCGL.pdb
│ │ │ │ │ │ ├── KCGL.vshost.exe
│ │ │ │ │ │ ├── KCGL.vshost.exe.config
│ │ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ │ ├── KCGLDataAccess.dll
│ │ │ │ │ │ ├── KCGLDataAccess.pdb
│ │ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ │ ├── KCGLInterFace.pdb
│ │ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ │ ├── KCGLStatic.pdb
│ │ │ │ │ │ ├── image
│ │ │ │ │ │ │ └── HORO.ICO
│ │ │ │ │ │ └── xml
│ │ │ │ │ │ └── connectStringX.xml
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGL.exe
│ │ │ │ │ ├── KCGL.exe.config
│ │ │ │ │ ├── KCGL.pdb
│ │ │ │ │ ├── KCGL.vshost.exe
│ │ │ │ │ ├── KCGL.vshost.exe.config
│ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ ├── KCGLInterFace.pdb
│ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ ├── KCGLStatic.pdb
│ │ │ │ │ └── xml
│ │ │ │ │ └── connectStringX.xml
│ │ │ │ ├── exportToexcel.Designer.cs
│ │ │ │ ├── exportToexcel.cs
│ │ │ │ ├── exportToexcel.resx
│ │ │ │ ├── image
│ │ │ │ │ ├── HORO.ICO
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── jt.bmp
│ │ │ │ ├── jt.bmp
│ │ │ │ ├── kcgl.mdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGL.AddNewUserForm.resources
│ │ │ │ │ │ ├── KCGL.AllUsers.resources
│ │ │ │ │ │ ├── KCGL.ConnectDBForm.resources
│ │ │ │ │ │ ├── KCGL.LoginForm.resources
│ │ │ │ │ │ ├── KCGL.MainForm.resources
│ │ │ │ │ │ ├── KCGL.Properties.Resources.resources
│ │ │ │ │ │ ├── KCGL.UpdateUserPassword.resources
│ │ │ │ │ │ ├── KCGL.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── KCGL.exe
│ │ │ │ │ │ ├── KCGL.pdb
│ │ │ │ │ │ ├── KCGLInterFace.BackUpDbF.resources
│ │ │ │ │ │ ├── KCGLWinForm.AboutProj.resources
│ │ │ │ │ │ ├── KCGLWinForm.AddNewUserF.resources
│ │ │ │ │ │ ├── KCGLWinForm.AddPlCPMJ.resources
│ │ │ │ │ │ ├── KCGLWinForm.AdoF.resources
│ │ │ │ │ │ ├── KCGLWinForm.AllUsers.resources
│ │ │ │ │ │ ├── KCGLWinForm.ComparePwdForm.resources
│ │ │ │ │ │ ├── KCGLWinForm.ConnectDBF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CpKcCxF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CpTjF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CpckF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CprckF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CprckWh.resources
│ │ │ │ │ │ ├── KCGLWinForm.CprckZhCxF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CprkF.resources
│ │ │ │ │ │ ├── KCGLWinForm.CpsskccxF.resources
│ │ │ │ │ │ ├── KCGLWinForm.LogF.resources
│ │ │ │ │ │ ├── KCGLWinForm.LoginF.resources
│ │ │ │ │ │ ├── KCGLWinForm.MainF.resources
│ │ │ │ │ │ ├── KCGLWinForm.MjKcF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlKcF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlTjF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlckF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlrcKCxF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlrckF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlrkF.resources
│ │ │ │ │ │ ├── KCGLWinForm.PlssKccxF.resources
│ │ │ │ │ │ ├── KCGLWinForm.Properties.Resources.resources
│ │ │ │ │ │ ├── KCGLWinForm.SetSysParametersF.resources
│ │ │ │ │ │ ├── KCGLWinForm.SysBackUpF.resources
│ │ │ │ │ │ ├── KCGLWinForm.UpdateUserPasswordF.resources
│ │ │ │ │ │ ├── KCGLWinForm.XsPmF.resources
│ │ │ │ │ │ ├── KCGLWinForm.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── KCGLWinForm.exportToexcel.resources
│ │ │ │ │ │ ├── KCGLWinForm.sysRestoreF.resources
│ │ │ │ │ │ ├── KCGLWinForm.systemnyCp.resources
│ │ │ │ │ │ ├── KCGLWinForm.systemnyPl.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ │ │ ├── DataSet2.Designer.cs.dll
│ │ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ ├── UserDataSet.Designer.cs.dll
│ │ │ │ │ │ └── kcgl8DataSet.Designer.cs.dll
│ │ │ │ │ ├── KCGL.csproj.FileList.txt
│ │ │ │ │ ├── KCGLWinForm.csproj.FileList.txt
│ │ │ │ │ ├── KCGLWinForm.csproj.FileListAbsolute.txt
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGL.exe
│ │ │ │ │ ├── KCGL.pdb
│ │ │ │ │ ├── KCGLWinForm.AboutProj.resources
│ │ │ │ │ ├── KCGLWinForm.AddNewUserF.resources
│ │ │ │ │ ├── KCGLWinForm.AddPlCPMJ.resources
│ │ │ │ │ ├── KCGLWinForm.AdoF.resources
│ │ │ │ │ ├── KCGLWinForm.AllUsers.resources
│ │ │ │ │ ├── KCGLWinForm.ComparePwdForm.resources
│ │ │ │ │ ├── KCGLWinForm.ConnectDBF.resources
│ │ │ │ │ ├── KCGLWinForm.CpKcCxF.resources
│ │ │ │ │ ├── KCGLWinForm.CpTjF.resources
│ │ │ │ │ ├── KCGLWinForm.CpckF.resources
│ │ │ │ │ ├── KCGLWinForm.CprckF.resources
│ │ │ │ │ ├── KCGLWinForm.CprckWh.resources
│ │ │ │ │ ├── KCGLWinForm.CprckZhCxF.resources
│ │ │ │ │ ├── KCGLWinForm.CprkF.resources
│ │ │ │ │ ├── KCGLWinForm.CpsskccxF.resources
│ │ │ │ │ ├── KCGLWinForm.LogF.resources
│ │ │ │ │ ├── KCGLWinForm.LoginF.resources
│ │ │ │ │ ├── KCGLWinForm.MainF.resources
│ │ │ │ │ ├── KCGLWinForm.MjKcF.resources
│ │ │ │ │ ├── KCGLWinForm.PlKcF.resources
│ │ │ │ │ ├── KCGLWinForm.PlTjF.resources
│ │ │ │ │ ├── KCGLWinForm.PlckF.resources
│ │ │ │ │ ├── KCGLWinForm.PlrcKCxF.resources
│ │ │ │ │ ├── KCGLWinForm.PlrckF.resources
│ │ │ │ │ ├── KCGLWinForm.PlrkF.resources
│ │ │ │ │ ├── KCGLWinForm.PlssKccxF.resources
│ │ │ │ │ ├── KCGLWinForm.Properties.Resources.resources
│ │ │ │ │ ├── KCGLWinForm.SetSysParametersF.resources
│ │ │ │ │ ├── KCGLWinForm.SysBackUpF.resources
│ │ │ │ │ ├── KCGLWinForm.UpdateUserPasswordF.resources
│ │ │ │ │ ├── KCGLWinForm.XsPmF.resources
│ │ │ │ │ ├── KCGLWinForm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── KCGLWinForm.exportToexcel.resources
│ │ │ │ │ ├── KCGLWinForm.sysRestoreF.resources
│ │ │ │ │ ├── KCGLWinForm.systemnyCp.resources
│ │ │ │ │ ├── KCGLWinForm.systemnyPl.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ │ ├── DataSet2.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── sysRestoreF.Designer.cs
│ │ │ │ ├── sysRestoreF.cs
│ │ │ │ ├── sysRestoreF.resx
│ │ │ │ ├── systemnyCp.Designer.cs
│ │ │ │ ├── systemnyCp.cs
│ │ │ │ ├── systemnyCp.resx
│ │ │ │ ├── systemnyPl.Designer.cs
│ │ │ │ ├── systemnyPl.cs
│ │ │ │ └── systemnyPl.resx
│ │ │ ├── KCGL.sln
│ │ │ ├── KCGL.suo
│ │ │ ├── KCGLCONFIG
│ │ │ │ ├── KCGLCONFIG.csproj
│ │ │ │ ├── ProjXml.xml
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── KCGLCONFIG.dll
│ │ │ │ │ └── KCGLCONFIG.pdb
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── KCGLCONFIG.dll
│ │ │ │ │ └── KCGLCONFIG.pdb
│ │ │ │ └── KCGLCONFIG.csproj.FileList.txt
│ │ │ ├── KCGLCommon
│ │ │ │ ├── Command.cs
│ │ │ │ ├── KCGLCommon.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ │ ├── Interop.Microsoft.Office.Interop.Excel.dll
│ │ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ │ ├── KCGLStatic.pdb
│ │ │ │ │ │ └── 新建文件夹
│ │ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ ├── Interop.Microsoft.Office.Interop.Excel.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── KCGLCommon.csproj.ResolveComReference.cache
│ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── KCGLCommon.dll
│ │ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ │ ├── KCGLCommon.csproj.FileList.txt
│ │ │ │ ├── KCGLCommon.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ ├── KCGLCommon.csproj.ResolveComReference.cache
│ │ │ │ ├── KCGLCommon.dll
│ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── KCGLInterFace
│ │ │ │ ├── IADO.cs
│ │ │ │ ├── IBackUp.cs
│ │ │ │ ├── ICP.cs
│ │ │ │ ├── ICprck.cs
│ │ │ │ ├── ICpxxCx.cs
│ │ │ │ ├── IExport.cs
│ │ │ │ ├── ILogg.cs
│ │ │ │ ├── ILogin.cs
│ │ │ │ ├── IMJ.cs
│ │ │ │ ├── IPL.cs
│ │ │ │ ├── IPMTJ.cs
│ │ │ │ ├── IPlrckZhcx.cs
│ │ │ │ ├── IRXml.cs
│ │ │ │ ├── IRestore.cs
│ │ │ │ ├── ISysNy.cs
│ │ │ │ ├── ISysPara.cs
│ │ │ │ ├── ITj.cs
│ │ │ │ ├── IUsers.cs
│ │ │ │ ├── KCGLInterFace.csproj
│ │ │ │ ├── KCGLInterFace.csproj.user
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ │ └── KCGLInterFace.pdb
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ └── KCGLInterFace.pdb
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ ├── KCGLInterFace.pdb
│ │ │ │ │ └── Refactor
│ │ │ │ │ └── KCGLInterFace.dll
│ │ │ │ ├── KCGLInterFace.csproj.FileList.txt
│ │ │ │ ├── KCGLInterFace.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ └── KCGLInterFace.pdb
│ │ │ ├── KCGLMethord
│ │ │ │ ├── CP.cs
│ │ │ │ ├── CodeFile1.cs
│ │ │ │ ├── Cprck.cs
│ │ │ │ ├── CpxxCx.cs
│ │ │ │ ├── KCGLMethod.csproj
│ │ │ │ ├── KCGLMethod.csproj.user
│ │ │ │ ├── KCGLMethord.csproj
│ │ │ │ ├── Login.cs
│ │ │ │ ├── MADO.cs
│ │ │ │ ├── MCP.cs
│ │ │ │ ├── MCprck.cs
│ │ │ │ ├── MCpxxCx.cs
│ │ │ │ ├── MExport.cs
│ │ │ │ ├── MJ.cs
│ │ │ │ ├── MLogin.cs
│ │ │ │ ├── MPL.cs
│ │ │ │ ├── MPlrckZhcx.cs
│ │ │ │ ├── MReadXml.cs
│ │ │ │ ├── MRestore.cs
│ │ │ │ ├── MSysNy.cs
│ │ │ │ ├── MTJ.cs
│ │ │ │ ├── MUser.cs
│ │ │ │ ├── MWriteLogg.cs
│ │ │ │ ├── MXSPM.cs
│ │ │ │ ├── MsysBackup.cs
│ │ │ │ ├── MsysPara.cs
│ │ │ │ ├── PL.cs
│ │ │ │ ├── PlrckZhcx.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── ReadXml.cs
│ │ │ │ ├── SysNy.cs
│ │ │ │ ├── TJ.cs
│ │ │ │ ├── User.cs
│ │ │ │ ├── WriteLogg.cs
│ │ │ │ ├── XSPM.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ │ ├── KCGLDataAccess.dll
│ │ │ │ │ │ ├── KCGLDataAccess.pdb
│ │ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ │ ├── KCGLInterFace.pdb
│ │ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGLCommon.dll
│ │ │ │ │ ├── KCGLCommon.pdb
│ │ │ │ │ ├── KCGLInterFace.dll
│ │ │ │ │ ├── KCGLInterFace.pdb
│ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── KCGLMethord.dll
│ │ │ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ │ │ ├── KCGLMethod.csproj.FileList.txt
│ │ │ │ │ ├── KCGLMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── KCGLMethord.csproj.FileList.txt
│ │ │ │ │ ├── KCGLMethord.csproj.FileListAbsolute.txt
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGLMethord.dll
│ │ │ │ │ ├── KCGLMethord.pdb
│ │ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ │ ├── sysBackup.cs
│ │ │ │ └── sysPara.cs
│ │ │ ├── KCGLStatic
│ │ │ │ ├── KCGLStatic.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── StaticMember.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ │ └── Release
│ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ └── KCGLStatic.pdb
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── KCGLStatic.dll
│ │ │ │ │ ├── KCGLStatic.pdb
│ │ │ │ │ └── Refactor
│ │ │ │ │ └── KCGLStatic.dll
│ │ │ │ ├── KCGLStatic.csproj.FileList.txt
│ │ │ │ ├── KCGLStatic.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ ├── KCGLStatic.dll
│ │ │ │ └── KCGLStatic.pdb
│ │ │ ├── Project1
│ │ │ │ └── Project1.dbp
│ │ │ ├── SqlScript
│ │ │ │ ├── Procedure
│ │ │ │ │ ├── P_KCGL_Cprck_D.sql
│ │ │ │ │ ├── P_KCGL_GetAllTableName.sql
│ │ │ │ │ ├── P_KCGL_Logs_I.sql
│ │ │ │ │ ├── P_KCGL_PLTJ.sql
│ │ │ │ │ ├── P_KCGL_SysPara_S.sql
│ │ │ │ │ ├── P_KCGL_SysPara_U.sql
│ │ │ │ │ ├── P_KCGL_SysPara_Uns.sql
│ │ │ │ │ ├── P_KCGL_User_A.sql
│ │ │ │ │ ├── P_KCGL_User_S.sql
│ │ │ │ │ ├── P_KCGL_User_U.sql
│ │ │ │ │ ├── P_KCGL_cprck_S.sql
│ │ │ │ │ └── SQLQuery1.sql
│ │ │ │ ├── Script1.sql
│ │ │ │ └── SqlScript.dbp
│ │ │ ├── StoreProcedure
│ │ │ │ ├── Procedure Scripts
│ │ │ │ │ └── P_KCGL_USER_A.sql
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── StoreProcedure.csproj
│ │ │ │ └── StoreProcedure.csproj.user
│ │ │ └── connectStringX.xml
│ │ └── KCGLWEB
│ │ ├── Basket.aspx
│ │ ├── Basket.aspx.cs
│ │ ├── Bin
│ │ │ ├── KCGLWEBCommon.dll
│ │ │ ├── KCGLWEBCommon.dll.refresh
│ │ │ ├── KCGLWEBCommon.pdb
│ │ │ ├── KcglWebInterFace.dll
│ │ │ ├── KcglWebInterFace.pdb
│ │ │ ├── KcglWebMethod.dll
│ │ │ └── KcglWebMethod.pdb
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default2.aspx
│ │ ├── Default2.aspx.cs
│ │ ├── Image
│ │ │ ├── 1.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── Xbt.jpg
│ │ │ ├── bt.JPG
│ │ │ ├── cbt.JPG
│ │ │ ├── cpss.jpg
│ │ │ ├── czlj.jpg
│ │ │ ├── dl.JPG
│ │ │ ├── dq.JPG
│ │ │ ├── gang.jpg
│ │ │ ├── gang1.jpg
│ │ │ ├── gang2.jpg
│ │ │ ├── gang3.jpg
│ │ │ ├── gang4.jpg
│ │ │ ├── gang5.jpg
│ │ │ ├── gang6.jpg
│ │ │ ├── gang7.jpg
│ │ │ ├── gwc.gif
│ │ │ └── tc.jpg
│ │ ├── Introduce.aspx
│ │ ├── Introduce.aspx.cs
│ │ ├── IntroduceSystem.aspx
│ │ ├── IntroduceSystem.aspx.cs
│ │ ├── KCGLWEBCommon
│ │ │ ├── KCGLWEBCommon.csproj
│ │ │ ├── KCGLWEBCommon.sln
│ │ │ ├── KCGLWEBCommon.suo
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── KCGLWEBCommon.dll
│ │ │ │ └── KCGLWEBCommon.pdb
│ │ │ ├── command.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── KCGLWEBCommon.dll
│ │ │ │ ├── KCGLWEBCommon.pdb
│ │ │ │ └── Refactor
│ │ │ │ └── KCGLWEBCommon.dll
│ │ │ └── KCGLWEBCommon.csproj.FileList.txt
│ │ ├── KcglWebBussiness
│ │ │ ├── KcglWebBussiness.csproj
│ │ │ ├── KcglWebBussiness.sln
│ │ │ ├── KcglWebBussiness.suo
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WebUserDataSet.cs
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── KcglWebBussiness.dll
│ │ │ │ ├── KcglWebBussiness.dll.config
│ │ │ │ └── KcglWebBussiness.pdb
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── KcglWebBussiness.dll
│ │ │ │ ├── KcglWebBussiness.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── WebUserDataSet.Designer.cs.dll
│ │ │ └── KcglWebBussiness.csproj.FileList.txt
│ │ ├── KcglWebInterFace
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── IBasket.cs
│ │ │ ├── IRegister.cs
│ │ │ ├── IScan.cs
│ │ │ ├── IUserLogin.cs
│ │ │ ├── IwebOrder.cs
│ │ │ ├── KcglWebInterFace.csproj
│ │ │ ├── KcglWebInterFace.sln
│ │ │ ├── KcglWebInterFace.suo
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── KcglWebInterFace.dll
│ │ │ │ └── KcglWebInterFace.pdb
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── KcglWebInterFace.dll
│ │ │ │ ├── KcglWebInterFace.pdb
│ │ │ │ └── Refactor
│ │ │ │ └── KcglWebInterFace.dll
│ │ │ └── KcglWebInterFace.csproj.FileList.txt
│ │ ├── KcglWebMethod
│ │ │ ├── CBasket.cs
│ │ │ ├── CMethodUserLogin.cs
│ │ │ ├── COrder.cs
│ │ │ ├── CRegister.cs
│ │ │ ├── CScanProd.cs
│ │ │ ├── KcglWebMethod.csproj
│ │ │ ├── KcglWebMethod.csproj.user
│ │ │ ├── KcglWebMethod.sln
│ │ │ ├── KcglWebMethod.suo
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ │ └── KcglWebMethod.dll
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── build.force
│ │ │ ├── KcglWebMethod.csproj.FileList.txt
│ │ │ └── KcglWebMethod.csproj.FileListAbsolute.txt
│ │ ├── LookOrder.aspx
│ │ ├── LookOrder.aspx.cs
│ │ ├── MasterPage.master
│ │ ├── MasterPage.master.cs
│ │ ├── Messages.aspx
│ │ ├── Messages.aspx.cs
│ │ ├── Register.aspx
│ │ ├── Register.aspx.cs
│ │ ├── StyleSheet.css
│ │ ├── Web.config
│ │ ├── cpxg.aspx
│ │ ├── cpxg.aspx.cs
│ │ └── text
│ │ └── GG.txt
│ ├── 数据库原理及应用技术——PART Ⅱ技术★——第7章 SQL Server 数据库管理系统.pdf
│ └── 数据库原理及应用技术——PART Ⅱ技术★——第9章 mysql数据库管理系统.pdf
└── 习题参考答案
├── 数据库原理及技术★---第1章 绪论.pdf
├── 数据库原理及技术★---第2章 关系数据库.pdf
├── 数据库原理及技术★---第3章 关系数据库标准语言SQL.pdf
├── 数据库原理及技术★---第4章 关系数据库设计理论.pdf
├── 数据库原理及技术★---第5章 数据库安全保护.pdf
├── 数据库原理及技术★---第6章 数据库设计.pdf
└── 数据库原理及技术★---第7章 SQL Server 2000 & 2005数据库管理系统.pdf
117 directories, 620 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论