实例介绍
明日科技的oracle从入门到精通(第3版)随书光盘 完整版
【实例截图】
【核心代码】
4744302543298955277.rar
└── oracle从入门到精通
├── PPT
│ ├── 第10章
│ │ ├── 01 索引对象.ppt
│ │ ├── 02 视图对象.ppt
│ │ ├── 03 同义词对象.ppt
│ │ └── 04 序列对象.ppt
│ ├── 第11章
│ │ ├── 01 分区技术简介.ppt
│ │ ├── 02 创建表分区.ppt
│ │ ├── 03 表分区策略.ppt
│ │ ├── 04 管理表分区.ppt
│ │ ├── 05 创建索引分区.ppt
│ │ └── 06 管理索引分区.ppt
│ ├── 第12章
│ │ ├── 01 用户与模式的关系.ppt
│ │ ├── 02 创建与管理用户.ppt
│ │ ├── 03 用户权限管理.ppt
│ │ ├── 05 角色管理.ppt
│ │ └── 06 资源配置PROFILE.ppt
│ ├── 第13章
│ │ ├── 01 调整初始化参数.ppt
│ │ ├── 02 系统全局区(SGA)优化.ppt
│ │ └── 03 排序区优化.ppt
│ ├── 第14章
│ │ ├── 01 常规SQL语句优化.ppt
│ │ ├── 02 表连接优化.ppt
│ │ ├── 03 合理使用索引.ppt
│ │ ├── 04 优化器的使用.ppt
│ │ ├── 05 数据库和SQL重演.ppt
│ │ └── 06 Oracle的性能顾问.ppt
│ ├── 第15章
│ │ ├── 01 备份与恢复概述.ppt
│ │ ├── 02 RMAN工具简介.ppt
│ │ ├── 03 使用RMAN工具备份.ppt
│ │ ├── 04 使用RMAN工具完全恢复.ppt
│ │ └── 05 使用RMAN工具部分恢复.ppt
│ ├── 第16章
│ │ ├── 01 EXPDP和IMPDP概述.ppt
│ │ ├── 02 EXPDP导出数据.ppt
│ │ ├── 03 IMPDP导入数据.ppt
│ │ └── 04 SQL Loader工具.ppt
│ ├── 第17章
│ │ ├── 01 闪回技术简介.ppt
│ │ ├── 02 闪回数据库.ppt
│ │ ├── 03 闪回表.ppt
│ │ ├── 04 闪回丢弃.ppt
│ │ └── 05 其他闪回技术.ppt
│ ├── 第18章
│ │ └── 企业人事管理系统.ppt
│ ├── 第1章
│ │ ├── 01 简述Oracle的发展史.ppt
│ │ ├── 02 关系型数据库的基本理论.ppt
│ │ ├── 03 Oracle 11g的新功能.ppt
│ │ ├── 04 Oracle 11g的安装与卸载.ppt
│ │ ├── 05 Oracle 11g的管理工具.ppt
│ │ └── 06 启动与关闭数据库实例.ppt
│ ├── 第2章
│ │ ├── 01 ORACLE 11g体系结构概述.ppt
│ │ ├── 02 逻辑存储结构.ppt
│ │ ├── 03 物理存储结构.ppt
│ │ ├── 04 Oracle 11g服务器结构.ppt
│ │ └── 05 数据字典.ppt
│ ├── 第3章
│ │ ├── 01 SQLPlus与数据库的交互.ppt
│ │ ├── 02 设置SQLPlus的运行环境.ppt
│ │ ├── 03 常用SQLPlus命令.ppt
│ │ └── 04 格式化查询结果.ppt
│ ├── 第4章
│ │ ├── 01 SQL语言简介.ppt
│ │ ├── 02 用户模式.ppt
│ │ ├── 03 检索数据.ppt
│ │ ├── 04 Oracle常用系统函数.ppt
│ │ ├── 05 子查询的用法.ppt
│ │ ├── 06 操作数据库.ppt
│ │ └── 07 事务处理.ppt
│ ├── 第5章
│ │ ├── 01 PLSQL简介.ppt
│ │ ├── 02 数据类型、变量和常量.ppt
│ │ ├── 03 流程控制语句.ppt
│ │ ├── 04 PLSQL游标.ppt
│ │ └── 05 PLSQL异常处理.ppt
│ ├── 第6章
│ │ ├── 01 存储过程.ppt
│ │ ├── 02 函数.ppt
│ │ ├── 03 触发器.ppt
│ │ └── 04 程序包.ppt
│ ├── 第7章
│ │ ├── 01 管理控制文件.ppt
│ │ ├── 02 管理重做日志文件.ppt
│ │ └── 03 管理归档日志文件.ppt
│ ├── 第8章
│ │ ├── 01 表空间与数据文件的关系.ppt
│ │ ├── 02 Oracle 11g的默认表空间.ppt
│ │ ├── 03 创建表空间.ppt
│ │ ├── 04 维护表空间与数据文件.ppt
│ │ ├── 05 管理撤销表空间.ppt
│ │ ├── 06 管理临时表空间.ppt
│ │ └── 07 事务处理.ppt
│ └── 第9章
│ ├── 01 数据表概述.ppt
│ ├── 02 创建数据表.ppt
│ ├── 03 维护数据表.ppt
│ └── 04 数据完整性和约束性.ppt
├── sl(实例源程序)
│ ├── 1
│ │ ├── 1
│ │ │ └── nomount.txt
│ │ ├── 2
│ │ │ └── mount.txt
│ │ ├── 3
│ │ │ └── 1.txt
│ │ └── 4
│ │ └── 2.txt
│ ├── 10
│ │ ├── 1
│ │ │ └── create_index.txt
│ │ ├── 10
│ │ │ └── showposition.txt
│ │ ├── 11
│ │ │ └── showfun.txt
│ │ ├── 12
│ │ │ └── createsimpleview.txt
│ │ ├── 13
│ │ │ └── readonly.txt
│ │ ├── 14
│ │ │ └── createcomplex.txt
│ │ ├── 15
│ │ │ └── unview.txt
│ │ ├── 16
│ │ │ └── createsynonym.txt
│ │ ├── 17
│ │ │ └── private.txt
│ │ ├── 18
│ │ │ └── createseq.txt
│ │ ├── 19
│ │ │ └── alterseq.txt
│ │ ├── 2
│ │ │ └── bitmap_index.txt
│ │ ├── 20
│ │ │ └── 1.txt
│ │ ├── 21
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── create_reverse.txt
│ │ ├── 4
│ │ │ └── fun_index.txt
│ │ ├── 5
│ │ │ └── coalesce.txt
│ │ ├── 6
│ │ │ └── rebuildindex.txt
│ │ ├── 7
│ │ │ └── dropindex.txt
│ │ ├── 8
│ │ │ └── queryindex.txt
│ │ └── 9
│ │ └── showindex.txt
│ ├── 11
│ │ ├── 1
│ │ │ └── createrange1.txt
│ │ ├── 10
│ │ │ └── merge.txt
│ │ ├── 11
│ │ │ └── partitionindex.txt
│ │ ├── 12
│ │ │ └── globa.txt
│ │ ├── 13
│ │ │ └── hash.txt
│ │ ├── 14
│ │ │ └── rename.txt
│ │ ├── 15
│ │ │ └── 1.txt
│ │ ├── 16
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── createrange2.txt
│ │ ├── 3
│ │ │ └── createhash1.txt
│ │ ├── 4
│ │ │ └── autoname.txt
│ │ ├── 5
│ │ │ └── initparameters.txt
│ │ ├── 6
│ │ │ └── List.txt
│ │ ├── 7
│ │ │ └── group.txt
│ │ ├── 8
│ │ │ └── inteval.txt
│ │ └── 9
│ │ └── addpartition.txt
│ ├── 12
│ │ ├── 1
│ │ │ └── createuser1.txt
│ │ ├── 10
│ │ │ └── lockaccount.txt
│ │ ├── 11
│ │ │ └── profile2.txt
│ │ ├── 12
│ │ │ └── resource_limit.txt
│ │ ├── 13
│ │ │ └── modifyprofile.txt
│ │ ├── 14
│ │ │ └── 1.txt
│ │ ├── 15
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── createuser2.txt
│ │ ├── 3
│ │ │ └── createuser3.txt
│ │ ├── 4
│ │ │ └── grant1.txt
│ │ ├── 5
│ │ │ └── grant2.txt
│ │ ├── 6
│ │ │ └── revoke.txt
│ │ ├── 7
│ │ │ └── obj_privi.txt
│ │ ├── 8
│ │ │ └── revoke.txt
│ │ └── 9
│ │ └── createrole.txt
│ ├── 13
│ │ ├── 1
│ │ │ └── 1.txt
│ │ └── 2
│ │ └── 2.txt
│ ├── 14
│ │ ├── 1
│ │ │ └── truncate.txt
│ │ ├── 2
│ │ │ └── watchindex.txt
│ │ ├── 3
│ │ │ └── 1.txt
│ │ └── 4
│ │ └── 2.txt
│ ├── 15
│ │ ├── 1
│ │ │ └── cuschannel.txt
│ │ ├── 10
│ │ │ └── backup1.txt
│ │ ├── 11
│ │ │ └── backup2.txt
│ │ ├── 12
│ │ │ └── backupandrecovery.txt
│ │ ├── 13
│ │ │ └── recoveryarchivelog.txt
│ │ ├── 14
│ │ │ └── recovery_time.txt
│ │ ├── 15
│ │ │ └── recoveruncomplete.txt
│ │ ├── 16
│ │ │ └── 1.txt
│ │ ├── 17
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── register database.txt
│ │ ├── 3
│ │ │ └── backupdb.txt
│ │ ├── 4
│ │ │ └── backup2.txt
│ │ ├── 5
│ │ │ └── backuptablespace.txt
│ │ ├── 6
│ │ │ └── backupfile.txt
│ │ ├── 7
│ │ │ └── backupcontrol.txt
│ │ ├── 8
│ │ │ └── backuparchivelog.txt
│ │ └── 9
│ │ └── backup0.txt
│ ├── 16
│ │ ├── 1
│ │ │ └── createdir.txt
│ │ ├── 10
│ │ │ └── impdptablespace.txt
│ │ ├── 11
│ │ │ └── impdpfull.txt
│ │ ├── 12
│ │ │ └── sqlfile.txt
│ │ ├── 13
│ │ │ └── transport_datafiles.txt
│ │ ├── 14
│ │ │ ├── impdp_txt.txt
│ │ │ ├── student.ctl
│ │ │ └── student.txt
│ │ ├── 15
│ │ │ ├── impdp_excel.txt
│ │ │ ├── persons.csv
│ │ │ └── persons.ctl
│ │ ├── 16
│ │ │ └── 1.txt
│ │ ├── 17
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── expdp.txt
│ │ ├── 3
│ │ │ └── expdpschema.txt
│ │ ├── 4
│ │ │ └── expdp.txt
│ │ ├── 5
│ │ │ └── expdpdatabase.txt
│ │ ├── 6
│ │ │ └── content.txt
│ │ ├── 7
│ │ │ └── query.txt
│ │ ├── 8
│ │ │ └── impdptables.txt
│ │ └── 9
│ │ └── impdpschemas.txt
│ ├── 17
│ │ ├── 1
│ │ │ └── recover_file_dest.txt
│ │ ├── 2
│ │ │ └── recovery_database.txt
│ │ ├── 3
│ │ │ └── slashbackdatabase.txt
│ │ ├── 4
│ │ │ └── flashtable.txt
│ │ ├── 5
│ │ │ └── recycle.txt
│ │ ├── 6
│ │ │ └── 1.txt
│ │ └── 7
│ │ └── 2.txt
│ ├── 18
│ │ ├── Database
│ │ │ └── personnel_manage.dmp
│ │ ├── PersonnelManage
│ │ │ ├── classes
│ │ │ │ ├── com
│ │ │ │ │ └── mwq
│ │ │ │ │ ├── frame
│ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ ├── DeptAndPersonnelDialog$1.class
│ │ │ │ │ │ │ ├── DeptAndPersonnelDialog$2.class
│ │ │ │ │ │ │ ├── DeptAndPersonnelDialog$3.class
│ │ │ │ │ │ │ ├── DeptAndPersonnelDialog.class
│ │ │ │ │ │ │ ├── DeptAndPersonnelPanel$1.class
│ │ │ │ │ │ │ ├── DeptAndPersonnelPanel.class
│ │ │ │ │ │ │ ├── DeptTreeDialog$1.class
│ │ │ │ │ │ │ └── DeptTreeDialog.class
│ │ │ │ │ │ ├── IndexFrame$10.class
│ │ │ │ │ │ ├── IndexFrame$1.class
│ │ │ │ │ │ ├── IndexFrame$2.class
│ │ │ │ │ │ ├── IndexFrame$3.class
│ │ │ │ │ │ ├── IndexFrame$4.class
│ │ │ │ │ │ ├── IndexFrame$5.class
│ │ │ │ │ │ ├── IndexFrame$6.class
│ │ │ │ │ │ ├── IndexFrame$7.class
│ │ │ │ │ │ ├── IndexFrame$8.class
│ │ │ │ │ │ ├── IndexFrame$9.class
│ │ │ │ │ │ ├── IndexFrame.class
│ │ │ │ │ │ ├── LandFrame$1.class
│ │ │ │ │ │ ├── LandFrame$2.class
│ │ │ │ │ │ ├── LandFrame$3.class
│ │ │ │ │ │ ├── LandFrame$4.class
│ │ │ │ │ │ ├── LandFrame.class
│ │ │ │ │ │ ├── personnel
│ │ │ │ │ │ │ ├── BringUpOperatePanel$1.class
│ │ │ │ │ │ │ ├── BringUpOperatePanel$2.class
│ │ │ │ │ │ │ ├── BringUpOperatePanel$3.class
│ │ │ │ │ │ │ ├── BringUpOperatePanel$4.class
│ │ │ │ │ │ │ ├── BringUpOperatePanel.class
│ │ │ │ │ │ │ ├── BringUpSelectedPanel$1.class
│ │ │ │ │ │ │ ├── BringUpSelectedPanel$2.class
│ │ │ │ │ │ │ ├── BringUpSelectedPanel.class
│ │ │ │ │ │ │ ├── RecordOperatePanel$1.class
│ │ │ │ │ │ │ ├── RecordOperatePanel$2.class
│ │ │ │ │ │ │ ├── RecordOperatePanel$3$1.class
│ │ │ │ │ │ │ ├── RecordOperatePanel$3.class
│ │ │ │ │ │ │ ├── RecordOperatePanel$4.class
│ │ │ │ │ │ │ ├── RecordOperatePanel.class
│ │ │ │ │ │ │ ├── RecordSelectedPanel$1.class
│ │ │ │ │ │ │ ├── RecordSelectedPanel$2.class
│ │ │ │ │ │ │ ├── RecordSelectedPanel.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel$1.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel$2.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel$3.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel$4.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel$5.class
│ │ │ │ │ │ │ ├── RewardsAndPunishmentPanel.class
│ │ │ │ │ │ │ ├── TimecardPanel$1.class
│ │ │ │ │ │ │ ├── TimecardPanel$2.class
│ │ │ │ │ │ │ ├── TimecardPanel$3.class
│ │ │ │ │ │ │ ├── TimecardPanel$4.class
│ │ │ │ │ │ │ ├── TimecardPanel$5.class
│ │ │ │ │ │ │ └── TimecardPanel.class
│ │ │ │ │ │ ├── system
│ │ │ │ │ │ │ ├── AddAccountItemDialog$1.class
│ │ │ │ │ │ │ ├── AddAccountItemDialog$2.class
│ │ │ │ │ │ │ ├── AddAccountItemDialog.class
│ │ │ │ │ │ │ ├── DataPanel$1.class
│ │ │ │ │ │ │ ├── DataPanel$2.class
│ │ │ │ │ │ │ ├── DataPanel$3.class
│ │ │ │ │ │ │ ├── DataPanel.class
│ │ │ │ │ │ │ ├── FrameworkPanel$1.class
│ │ │ │ │ │ │ ├── FrameworkPanel$2.class
│ │ │ │ │ │ │ ├── FrameworkPanel$3.class
│ │ │ │ │ │ │ └── FrameworkPanel.class
│ │ │ │ │ │ ├── treatement
│ │ │ │ │ │ │ ├── AddAccountItemDialog$1.class
│ │ │ │ │ │ │ ├── AddAccountItemDialog$2.class
│ │ │ │ │ │ │ ├── AddAccountItemDialog$3.class
│ │ │ │ │ │ │ ├── AddAccountItemDialog.class
│ │ │ │ │ │ │ ├── CreateCriterionSetDialog$1.class
│ │ │ │ │ │ │ ├── CreateCriterionSetDialog$2.class
│ │ │ │ │ │ │ ├── CreateCriterionSetDialog$3.class
│ │ │ │ │ │ │ ├── CreateCriterionSetDialog.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$1.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$2.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$3.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$4.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$5.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$6.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$7.class
│ │ │ │ │ │ │ ├── CriterionSetPanel$8.class
│ │ │ │ │ │ │ ├── CriterionSetPanel.class
│ │ │ │ │ │ │ ├── PersonnelSetPanel$1.class
│ │ │ │ │ │ │ ├── PersonnelSetPanel$2.class
│ │ │ │ │ │ │ ├── PersonnelSetPanel$3.class
│ │ │ │ │ │ │ ├── PersonnelSetPanel$4.class
│ │ │ │ │ │ │ ├── PersonnelSetPanel.class
│ │ │ │ │ │ │ ├── ReportFormsPanel$1.class
│ │ │ │ │ │ │ ├── ReportFormsPanel$2.class
│ │ │ │ │ │ │ ├── ReportFormsPanel$3.class
│ │ │ │ │ │ │ ├── ReportFormsPanel$4.class
│ │ │ │ │ │ │ ├── ReportFormsPanel$5.class
│ │ │ │ │ │ │ └── ReportFormsPanel.class
│ │ │ │ │ │ └── user
│ │ │ │ │ │ ├── AddUserPanel$1.class
│ │ │ │ │ │ ├── AddUserPanel$2.class
│ │ │ │ │ │ ├── AddUserPanel$3.class
│ │ │ │ │ │ ├── AddUserPanel.class
│ │ │ │ │ │ ├── UpdatePasswordDialog$1.class
│ │ │ │ │ │ ├── UpdatePasswordDialog$2.class
│ │ │ │ │ │ └── UpdatePasswordDialog.class
│ │ │ │ │ ├── hibernate
│ │ │ │ │ │ ├── BaseDao.class
│ │ │ │ │ │ ├── Dao.class
│ │ │ │ │ │ ├── HibernateSessionFactory.class
│ │ │ │ │ │ └── mapping
│ │ │ │ │ │ ├── TbAccessionForm.class
│ │ │ │ │ │ ├── TbAccessionForm.hbm.xml
│ │ │ │ │ │ ├── TbAccountItem.class
│ │ │ │ │ │ ├── TbAccountItem.hbm.xml
│ │ │ │ │ │ ├── TbBringUpContent.class
│ │ │ │ │ │ ├── TbBringUpContent.hbm.xml
│ │ │ │ │ │ ├── TbBringUpOntent.class
│ │ │ │ │ │ ├── TbBringUpOntent.hbm.xml
│ │ │ │ │ │ ├── TbDept.class
│ │ │ │ │ │ ├── TbDept.hbm.xml
│ │ │ │ │ │ ├── TbDuty.class
│ │ │ │ │ │ ├── TbDuty.hbm.xml
│ │ │ │ │ │ ├── TbDutyInfo.class
│ │ │ │ │ │ ├── TbDutyInfo.hbm.xml
│ │ │ │ │ │ ├── TbManager.class
│ │ │ │ │ │ ├── TbManager.hbm.xml
│ │ │ │ │ │ ├── TbNation.class
│ │ │ │ │ │ ├── TbNation.hbm.xml
│ │ │ │ │ │ ├── TbNativePlace.class
│ │ │ │ │ │ ├── TbNativePlace.hbm.xml
│ │ │ │ │ │ ├── TbPersonalInfo.class
│ │ │ │ │ │ ├── TbPersonalInfo.hbm.xml
│ │ │ │ │ │ ├── TbReckoning.class
│ │ │ │ │ │ ├── TbReckoning.hbm.xml
│ │ │ │ │ │ ├── TbReckoningInfo.class
│ │ │ │ │ │ ├── TbReckoningInfo.hbm.xml
│ │ │ │ │ │ ├── TbReckoningList.class
│ │ │ │ │ │ ├── TbReckoningList.hbm.xml
│ │ │ │ │ │ ├── TbRecord.class
│ │ │ │ │ │ ├── TbRecord.hbm.xml
│ │ │ │ │ │ ├── TbRewardsAndPunishment.class
│ │ │ │ │ │ ├── TbRewardsAndPunishment.hbm.xml
│ │ │ │ │ │ ├── TbTimecard.class
│ │ │ │ │ │ └── TbTimecard.hbm.xml
│ │ │ │ │ ├── mwing
│ │ │ │ │ │ └── MTable.class
│ │ │ │ │ ├── PersonnelManage$1.class
│ │ │ │ │ ├── PersonnelManage.class
│ │ │ │ │ └── tool
│ │ │ │ │ └── Today.class
│ │ │ │ ├── hibernate.cfg.xml
│ │ │ │ ├── img
│ │ │ │ │ ├── back.JPG
│ │ │ │ │ ├── calculator.JPG
│ │ │ │ │ ├── data.JPG
│ │ │ │ │ ├── excel.JPG
│ │ │ │ │ ├── exit.JPG
│ │ │ │ │ ├── logo.JPG
│ │ │ │ │ ├── password.JPG
│ │ │ │ │ ├── record.JPG
│ │ │ │ │ ├── rewAndPun.JPG
│ │ │ │ │ ├── stat.JPG
│ │ │ │ │ ├── timecard.JPG
│ │ │ │ │ └── tree.JPG
│ │ │ │ ├── office
│ │ │ │ │ ├── new.doc
│ │ │ │ │ └── new.xls
│ │ │ │ └── personnel_photo
│ │ │ └── src
│ │ │ ├── com
│ │ │ │ └── mwq
│ │ │ │ ├── frame
│ │ │ │ │ ├── common
│ │ │ │ │ │ ├── DeptAndPersonnelDialog.java
│ │ │ │ │ │ ├── DeptAndPersonnelPanel.java
│ │ │ │ │ │ └── DeptTreeDialog.java
│ │ │ │ │ ├── IndexFrame.java
│ │ │ │ │ ├── LandFrame.java
│ │ │ │ │ ├── personnel
│ │ │ │ │ │ ├── BringUpOperatePanel.java
│ │ │ │ │ │ ├── BringUpSelectedPanel.java
│ │ │ │ │ │ ├── RecordOperatePanel.java
│ │ │ │ │ │ ├── RecordSelectedPanel.java
│ │ │ │ │ │ ├── RewardsAndPunishmentPanel.java
│ │ │ │ │ │ └── TimecardPanel.java
│ │ │ │ │ ├── system
│ │ │ │ │ │ ├── AddAccountItemDialog.java
│ │ │ │ │ │ ├── DataPanel.java
│ │ │ │ │ │ └── FrameworkPanel.java
│ │ │ │ │ ├── treatement
│ │ │ │ │ │ ├── AddAccountItemDialog.java
│ │ │ │ │ │ ├── CreateCriterionSetDialog.java
│ │ │ │ │ │ ├── CriterionSetPanel.java
│ │ │ │ │ │ ├── PersonnelSetPanel.java
│ │ │ │ │ │ └── ReportFormsPanel.java
│ │ │ │ │ └── user
│ │ │ │ │ ├── AddUserPanel.java
│ │ │ │ │ └── UpdatePasswordDialog.java
│ │ │ │ ├── hibernate
│ │ │ │ │ ├── BaseDao.java
│ │ │ │ │ ├── Dao.java
│ │ │ │ │ ├── HibernateSessionFactory.java
│ │ │ │ │ └── mapping
│ │ │ │ │ ├── TbAccessionForm.hbm.xml
│ │ │ │ │ ├── TbAccessionForm.java
│ │ │ │ │ ├── TbAccountItem.hbm.xml
│ │ │ │ │ ├── TbAccountItem.java
│ │ │ │ │ ├── TbBringUpContent.hbm.xml
│ │ │ │ │ ├── TbBringUpContent.java
│ │ │ │ │ ├── TbBringUpOntent.hbm.xml
│ │ │ │ │ ├── TbBringUpOntent.java
│ │ │ │ │ ├── TbDept.hbm.xml
│ │ │ │ │ ├── TbDept.java
│ │ │ │ │ ├── TbDuty.hbm.xml
│ │ │ │ │ ├── TbDutyInfo.hbm.xml
│ │ │ │ │ ├── TbDutyInfo.java
│ │ │ │ │ ├── TbDuty.java
│ │ │ │ │ ├── TbManager.hbm.xml
│ │ │ │ │ ├── TbManager.java
│ │ │ │ │ ├── TbNation.hbm.xml
│ │ │ │ │ ├── TbNation.java
│ │ │ │ │ ├── TbNativePlace.hbm.xml
│ │ │ │ │ ├── TbNativePlace.java
│ │ │ │ │ ├── TbPersonalInfo.hbm.xml
│ │ │ │ │ ├── TbPersonalInfo.java
│ │ │ │ │ ├── TbReckoning.hbm.xml
│ │ │ │ │ ├── TbReckoningInfo.hbm.xml
│ │ │ │ │ ├── TbReckoningInfo.java
│ │ │ │ │ ├── TbReckoning.java
│ │ │ │ │ ├── TbReckoningList.hbm.xml
│ │ │ │ │ ├── TbReckoningList.java
│ │ │ │ │ ├── TbRecord.hbm.xml
│ │ │ │ │ ├── TbRecord.java
│ │ │ │ │ ├── TbRewardsAndPunishment.hbm.xml
│ │ │ │ │ ├── TbRewardsAndPunishment.java
│ │ │ │ │ ├── TbTimecard.hbm.xml
│ │ │ │ │ └── TbTimecard.java
│ │ │ │ ├── mwing
│ │ │ │ │ └── MTable.java
│ │ │ │ ├── PersonnelManage.java
│ │ │ │ └── tool
│ │ │ │ └── Today.java
│ │ │ ├── hibernate.cfg.xml
│ │ │ ├── img
│ │ │ │ ├── back.JPG
│ │ │ │ ├── calculator.JPG
│ │ │ │ ├── data.JPG
│ │ │ │ ├── excel.JPG
│ │ │ │ ├── exit.JPG
│ │ │ │ ├── logo.JPG
│ │ │ │ ├── password.JPG
│ │ │ │ ├── record.JPG
│ │ │ │ ├── rewAndPun.JPG
│ │ │ │ ├── stat.JPG
│ │ │ │ ├── timecard.JPG
│ │ │ │ └── tree.JPG
│ │ │ ├── office
│ │ │ │ ├── new.doc
│ │ │ │ └── new.xls
│ │ │ └── personnel_photo
│ │ ├── readme.doc
│ │ └── 数据库建模
│ │ ├── 复件 PersonnelManage.pdb
│ │ └── 复件 PersonnelManage.pdm
│ ├── 2
│ │ ├── 1
│ │ │ └── 1.txt
│ │ ├── 10
│ │ │ └── 1.txt
│ │ ├── 11
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── 3.txt
│ │ ├── 4
│ │ │ └── 4.txt
│ │ ├── 5
│ │ │ └── 5.txt
│ │ ├── 6
│ │ │ └── 6.txt
│ │ ├── 7
│ │ │ └── 7.txt
│ │ ├── 8
│ │ │ └── 8.txt
│ │ └── 9
│ │ └── 9.txt
│ ├── 3
│ │ ├── 1
│ │ │ └── 1.txt
│ │ ├── 10
│ │ │ └── 10.txt
│ │ ├── 11
│ │ │ └── 11.txt
│ │ ├── 12
│ │ │ └── 12.txt
│ │ ├── 13
│ │ │ └── 1.txt
│ │ ├── 14
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── 3.txt
│ │ ├── 4
│ │ │ └── 4.txt
│ │ ├── 5
│ │ │ └── 5.txt
│ │ ├── 6
│ │ │ └── 6.txt
│ │ ├── 7
│ │ │ └── 7.txt
│ │ ├── 8
│ │ │ └── 8.txt
│ │ └── 9
│ │ └── 9.txt
│ ├── 4
│ │ ├── 1
│ │ │ └── 1.txt
│ │ ├── 10
│ │ │ └── 10.txt
│ │ ├── 11
│ │ │ └── 11.txt
│ │ ├── 12
│ │ │ └── 12.txt
│ │ ├── 13
│ │ │ └── 13.txt
│ │ ├── 14
│ │ │ └── 14.txt
│ │ ├── 15
│ │ │ └── 15.txt
│ │ ├── 16
│ │ │ └── 16.txt
│ │ ├── 17
│ │ │ └── 1.txt
│ │ ├── 18
│ │ │ └── 2.txt
│ │ ├── 2
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── 3.txt
│ │ ├── 4
│ │ │ └── 4.txt
│ │ ├── 5
│ │ │ └── 5.txt
│ │ ├── 6
│ │ │ └── 6.txt
│ │ ├── 7
│ │ │ └── 7.txt
│ │ ├── 8
│ │ │ └── 8.txt
│ │ └── 9
│ │ └── 9.txt
│ ├── 5
│ │ ├── 1
│ │ │ └── quotient.txt
│ │ ├── 10
│ │ │ └── while.txt
│ │ ├── 11
│ │ │ └── for.txt
│ │ ├── 12
│ │ │ └── fetch.txt
│ │ ├── 13
│ │ │ └── cur_property.txt
│ │ ├── 14
│ │ │ └── cursor_latent.txt
│ │ ├── 15
│ │ │ └── for_cursor_latent.txt
│ │ ├── 16
│ │ │ └── for_cursor_display.txt
│ │ ├── 17
│ │ │ └── too_many_rows.txt
│ │ ├── 18
│ │ │ └── error_code.txt
│ │ ├── 19
│ │ │ └── oper_logic.txt
│ │ ├── 2
│ │ │ └── %type.txt
│ │ ├── 20
│ │ │ └── 1.txt
│ │ ├── 21
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── record.txt
│ │ ├── 4
│ │ │ └── rowtype.txt
│ │ ├── 5
│ │ │ └── if…then.txt
│ │ ├── 6
│ │ │ └── if…then…else.txt
│ │ ├── 7
│ │ │ └── if…then…elsif.txt
│ │ ├── 8
│ │ │ └── case.txt
│ │ └── 9
│ │ └── loop.txt
│ ├── 6
│ │ ├── 1
│ │ │ └── create_procedure.txt
│ │ ├── 10
│ │ │ └── dept_log.txt
│ │ ├── 11
│ │ │ └── sentence_level.txt
│ │ ├── 12
│ │ │ └── goods.txt
│ │ ├── 13
│ │ │ └── seq_id.txt
│ │ ├── 14
│ │ │ └── tri_insert_good.txt
│ │ ├── 15
│ │ │ └── view_emp_dept.txt
│ │ ├── 16
│ │ │ └── instead_of.txt
│ │ ├── 17
│ │ │ └── ddl_oper_log.txt
│ │ ├── 18
│ │ │ └── tri_ddl_oper.txt
│ │ ├── 19
│ │ │ └── pack_emp.txt
│ │ ├── 2
│ │ │ └── create_or_replace_procedure.txt
│ │ ├── 20
│ │ │ └── pack_body_emp.txt
│ │ ├── 21
│ │ │ └── exec_package.txt
│ │ ├── 22
│ │ │ └── 1.txt
│ │ ├── 23
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── in_pro.txt
│ │ ├── 4
│ │ │ └── PRO_OUT.txt
│ │ ├── 5
│ │ │ └── plsql_out.txt
│ │ ├── 6
│ │ │ └── INOUT.txt
│ │ ├── 7
│ │ │ └── out_square_or_sqrt.txt
│ │ ├── 8
│ │ │ └── default_value.txt
│ │ └── 9
│ │ └── create_func.txt
│ ├── 7
│ │ ├── 1
│ │ │ └── create_log_group1.txt
│ │ ├── 2
│ │ │ └── create_log_group_2.txt
│ │ ├── 3
│ │ │ └── create_log_file1.txt
│ │ ├── 4
│ │ │ └── create_log_file2.txt
│ │ ├── 5
│ │ │ └── drop_logfile .txt
│ │ ├── 6
│ │ │ └── drop_group.txt
│ │ ├── 7
│ │ │ └── 1.txt
│ │ └── 8
│ │ └── 2.txt
│ ├── 8
│ │ ├── 1
│ │ │ └── dba_data_files.txt
│ │ ├── 10
│ │ │ └── drop_datafile.txt
│ │ ├── 11
│ │ │ └── create_undo_tbs.txt
│ │ ├── 12
│ │ │ └── Amend_tbs.txt
│ │ ├── 13
│ │ │ └── StatUndo.txt
│ │ ├── 14
│ │ │ └── WatchUndo.txt
│ │ ├── 15
│ │ │ └── query_segment.txt
│ │ ├── 16
│ │ │ └── CREATETEMPTBS.txt
│ │ ├── 17
│ │ │ └── QUERYTEMP.txt
│ │ ├── 18
│ │ │ └── CREATEGROUP.txt
│ │ ├── 19
│ │ │ └── movetablespace.txt
│ │ ├── 2
│ │ │ └── dba_segments .txt
│ │ ├── 20
│ │ │ └── 1.txt
│ │ ├── 21
│ │ │ └── 2.txt
│ │ ├── 3
│ │ │ └── local1.txt
│ │ ├── 4
│ │ │ └── local2.txt
│ │ ├── 5
│ │ │ └── segment1.txt
│ │ ├── 6
│ │ │ └── segment2.txt
│ │ ├── 7
│ │ │ └── nonstandard.txt
│ │ ├── 8
│ │ │ └── createbig.txt
│ │ └── 9
│ │ └── add_datafile.txt
│ └── 9
│ ├── 1
│ │ └── CREATETABLE.txt
│ ├── 10
│ │ └── PK_DefaultName.txt
│ ├── 11
│ │ └── unicode.txt
│ ├── 12
│ │ └── foreignkey.txt
│ ├── 13
│ │ └── ConstraintDisable.txt
│ ├── 14
│ │ └── 1.txt
│ ├── 15
│ │ └── 2.txt
│ ├── 2
│ │ └── CREATETABLECOPY.txt
│ ├── 3
│ │ └── CREATETABLE_INITIAL.txt
│ ├── 4
│ │ └── CREATETABLE_FREE.txt
│ ├── 5
│ │ └── CREATETABLE_INITRANS.txt
│ ├── 6
│ │ └── CREATETABLE_NOLOGGING.txt
│ ├── 7
│ │ └── NotNull.txt
│ ├── 8
│ │ └── PK.txt
│ └── 9
│ └── AddConstraint.txt
└── 光盘使用说明.doc
308 directories, 558 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论