- DB2大小:4MBPART I – 概览.........................................................................................................................11 第 1章 – DB2 Express-C是什么?..........................................................................................13 1.1免费开发、部署和分发… 无限制!...............................................................................13 1.2用户帮助和技术支持.....................................................................................................14 1.3 DB2服务器..................................................................................................................14 1.4 DB2客户端和驱动........................................................................................................14 1.5 应用程序开发的自由性.................................................................................................15 1.6 DB2 版本号与 DB2 版本分类........................................................................................16 1.7升级到其它的 DB2版本................................................................................................16 1.8 DB2 Express-C的维护.................................................................................................16 1.9相关免费软件................................................................................................................17 1.9.1 IBM数据工作室(Data Studio)...........................................................................17 1.9.2 DB2 Net Search Extender .....................................................................................17 1.9.3 Starter Toolkit for DB2 on Rails.............................................................................17 1.9.4 Web 2.0 Starter Toolkit for DB2 ............................................................................17 1.9.5 WebSphere Application Server – Community Edition............................................18 第 2章 – DB2相关特性和产品................................................................................................19 2.1 DB2 Express-C订购中包含的功能...............................................................................22 2.1.1 Fix packs补丁包...................................................................................................22 2.1.2高可用性灾难恢复(HADR) ................................................................................22 2.1.3数据复制(Data Replication)...............................................................................22 2.2 DB2 Express-C所不具备的功能...................................................................................23 2.2.1数据库分区............................................................................................................23 2.2.2连接集中器(Connection Concentrator ).............................................................23 2.2.3 Geodetic Extender ................................................................................................23 2.2.4工作负载管理(Workload Management, WLM) .......................................................24 2.3 DB2相关收费产品........................................................................................................24 2.3.1 DB2连接(DB2 Connect)...................................................................................24 2.3.2 WebSphere Federation Server..............................................................................24 2.3.3 WebSphere Replication Server .............................................................................25 第 3章 – 安装 DB2..................................................................................................................27 3.1安装前提条件................................................................................................................27 3.2操作系统中的安装权限.................................................................................................27 3.3安装向导.......................................................................................................................27 3.4自动安装.......................................................................................................................31 实验 #1 安装DB2 Express-C,创建 SAMPLE数据库........................................................32 第 4章 – DB2的应用环境.......................................................................................................35 实验 #2 - 创建一个新的数据库............................................................................................43 4.1 DB2配置......................................................................................................................44 4.1.1 环境变量................................................................................................................44 4.1.2 数据库管理器配置文件(dbm cfg) ...........................................................................44 4.1.3 数据库配置文件(db cfg)....................................................................................46 4.1.4 DB2 概要文件注册表.............................................................................................47 4.2 DB2管理服务器...........................................................................................................48 实验 #3 – 实例、数据库和配置管理....................................................................................49 第 5章 – DB2工具..................................................................................................................51 5.1控制中心(Control Center).........................................................................................52 5.2命令编辑器(Command Editor) .................................................................................55 5.3 SQL帮助向导(SQL Assist Wizard ).........................................................................57 5.4 显示SQL按钮..............................................................................................................58 实验 #4 使用脚本填充EXPRESS数据库...........................................................................59 5.5 脚本..............................................................................................................................60 5.5.1 SQL脚本...............................................................................................................60 5.5.2操作系统(shell)脚本..........................................................................................61 实验 #5 为EXPRESS数据库创建一个安装脚本.................................................................62 5.6任务中心(Task Center )...........................................................................................65 5.6.1工具目录(Tools Catalog)数据库........................................................................65 5.7 日志(Journal)...........................................................................................................66 5.8运行状况监视器(Health Monitor ).............................................................................67 5.8.1运行状况中心(Health Center )...........................................................................68 PART II – DB2 Express-C 数据库管......................................................................................71 第 6章 – DB2体系结构...........................................................................................................73 6.1 DB2进程模型...............................................................................................................73 6.2 DB2内存模型...............................................................................................................74 6.3 DB2存储模型...............................................................................................................75 6.3.1数据页和扩展数据块..............................................................................................75 6.3.2缓冲池...................................................................................................................76 6.3.3表空间...................................................................................................................77 第 7章 – DB2 客户端的连接....................................................................................................81 7.1 DB2 目录......................................................................................................................81 7.2 配置助手(Configuration Assistant )..........................................................................82 7.2.1服务器端的安装要求..............................................................................................82 7.2.2 Setup required at the client 客户端的安装要求......................................................84 7.2.3建立客户端与服务器端概要文件............................................................................87 实验 #6 使用配置助手........................................................................................................90 第 8章 – 数据库对象...............................................................................................................93 8.1 模式..............................................................................................................................93 8.2表.................................................................................................................................93 8.2.1数据类型................................................................................................................93 8.2.2标识列...................................................................................................................96 8.2.3序列对象................................................................................................................96 8.2.4系统目录表............................................................................................................97 8.2.5已声明临时表.........................................................................................................97 实验 #7 创建一个数据表.....................................................................................................99 8.3视图............................................................................................................................101 8.4索引............................................................................................................................101 8.4.1 Design Advisor ....................................................................................................101 8.5参照完整性.................................................................................................................102 第 9章 – 数据迁移工具..........................................................................................................105 9.1 导出(EXPORT)工具...............................................................................................106 9.2 导入(IMPORT)工具................................................................................................106 9.3 使用 LOAD来导入......................................................................................................107 9.4 db2move 工具...........................................................................................................108 9.5 db2look 工具..............................................................................................................109 实验 #8 导出EXPRESS数据库的DDL............................................................................111 第 10章 – 数据库安全...........................................................................................................115 10.1 认证..........................................................................................................................116 10.2 授权..........................................................................................................................116 10.3 DBADM权限............................................................................................................118 10.4 PUBLIC 组...............................................................................................................119 10.5 GRANT和REVOKE语句 ........................................................................................119 10.6 查看授权和特权........................................................................................................119 10.7 关于组特权...............................................................................................................121 实验 #9 授予和撤销用户的权限........................................................................................122 第 11章 – 备份和恢复...........................................................................................................125 11.1 数据库的日志记录....................................................................................................125 11.2 日志的类型...............................................................................................................126 11.3 日志记录的类型.......................................................................................................126 11.3.1 循环日志记录 ....................................................................................................126 11.3.2 档案日志记录和日志保留...................................................................................127 11.4 从控制中心进行数据库日志记录...............................................................................127 11.5 日志记录的参数........................................................................................................129 11.6 数据库备份...............................................................................................................129 实验 #10 – 安排一个备份计划..........................................................................................131 11.7 数据库恢复...............................................................................................................133 11.7.1 恢复类型............................................................................................................133 11.7.2 数据库恢复........................................................................................................133 11.8 其他关于备份和恢复的操作......................................................................................134 第 12章 – 维护任务...............................................................................................................135 12.1 重组(REORG)、运行统计(RUNSTATS)、重绑定(REBIND).......................135 12.1.1重组(REORG)命令........................................................................................135 12.1.2运行统计(RUNSTATS)命令 ..........................................................................136 12.1.3 绑定/重新绑定.................................................................................................136 12.1.4 在控制中心执行维护工作...................................................................................137 12.2 维护方式...................................................................................................................139 实验#11 – 配置自动维护.................................................................................................141 第 13章 – 并行与锁定...........................................................................................................143 13.1 事务(Transactions)..............................................................................................143 13.2 并行(Concurrency) ..............................................................................................143 13.3无并行控制导致的问题 .............................................................................................144 13.3.1丢失更新(Lost update)..................................................................................145 13.3.2未落实的读(Uncommitted read)....................................................................145 13.3.3不可重复读(Non-repeatable read).................................................................146 13.3.4幻象(Phantom read)......................................................................................146 13.4隔离级别(Isolation Levels)...................................................................................147 13.4.1未落实的读........................................................................................................147 13.4.2游标稳定性........................................................................................................147 13.4.3读稳定性............................................................................................................148 13.4.4可重复读............................................................................................................148 13.4.5隔离级别对比.....................................................................................................148 13.4.6设定隔离级别.....................................................................................................149 13.5锁定升级...................................................................................................................150 13.6锁定监视...................................................................................................................151 13.7锁定等待...................................................................................................................151 13.8死锁的引发与侦测.....................................................................................................152 13.9并行与锁定的最佳实践:..........................................................................................153 PART III – DB2 Express-C应用程序开发............................................................................155 第 14章 –SQL PL 存储过程..................................................................................................157 14.1 IBM数据工作室(Data Studio)..............................................................................158 14.1.2在Data Studio中创建一个存储过程..................................................................159 14.2 SQL PL 存储过程基础..............................................................................................161 14.2.1存储过程的结构.................................................................................................161 14.2.2 可选的存储过程属性..........................................................................................162 14.2.3参数...................................................................................................................162 14.2.4 SQL PL存储过程中的注释................................................................................163 14.2.5 复合语句............................................................................................................163 14.2.6 变量声明............................................................................................................163 14.2.7 赋值语句............................................................................................................164 14.3 游标..........................................................................................................................164 14.4 流控制......................................................................................................................164 14.5 调用存储过程 ...........................................................................................................165 14.6 错误和情况处理器....................................................................................................166 14.7 动态SQL..................................................................................................................168 第 15章 – 直接插入 SQL 过程语言、触发器、用户定义函数(UDF)..................................169 15.1直接插入SQL PL .....................................................................................................169 15.2 触发器(Trigger)....................................................................................................170 15.2.1 触发器的类型 ....................................................................................................170 实验 #12 从控制中心创建一个触发器...............................................................................174 15.3 用户定义函数 (UDF).................................................................................................177 15.3.1 标量函数(Scalar function).............................................................................177 15.3.2 表函数(Table function)..................................................................................178 实验 #13 使用IBM Data Studio创建用户定义函数(UDF)............................................179 第 16章 – DB2 pureXML......................................................................................................181 16.1 在数据库中使用XML................................................................................................181 16.2 XML数据库..............................................................................................................182 16.2.1 启用 XML的数据库............................................................................................182 16.2.2 原生 XML数据库...............................................................................................182 16.3 DB2中的XML..........................................................................................................183 16.3.1 pureXML 技术优势............................................................................................184 16.3.2 XPath基础........................................................................................................185 16.3.3 XQuery的定义..................................................................................................188 16.3.4 插入 XML文档...................................................................................................189 16.3.5 查询 XML数据...................................................................................................191 16.3.6 使用 SQL/XML执行联合操作............................................................................196 16.3.7 使用 XQuery执行联合操作................................................................................196 16.3.8 更新与删除操作.................................................................................................197 16.3.9 XML 索引.........................................................................................................198 实验 #14 - SQL/XML 和 XQuery.......................................................................................200 第 17章 – 使用 Java、PHP和 Ruby进行数据库应用开发...................................................201 17.1 Java应用程序开发...................................................................................................201 17.1.1 JDBC类型 2驱动程序.......................................................................................201 17.1.2 JDBC类型 4驱动程序.......................................................................................202 17.2 PHP应用程序开发...................................................................................................203 17.2.1 DB2为PHP提供的连接选项.............................................................................203 17.2.2 Zend Core for IBM.............................................................................................204 17.3 Ruby on Rails应用程序开发.....................................................................................206 17.3.1 Startup Toolkit for DB2 on Rails ........................................................................206 附录 A — 排除故障...............................................................................................................207 A.1 查找错误代码的更多信息...........................................................................................207 A.2 SQLCODE与SQLSTATE .........................................................................................208 A.3 DB2 管理通知日志.....................................................................................................208 A.4 db2diag.log................................................................................................................209 A.5 CLI追踪.....................................................................................................................209 A.6 DB2缺陷与补丁.........................................................................................................209 参考资源 ...............................................................................................................................210 网站..................................................................................................................................210 书籍..................................................................................................................................211PART I – 概览.........................................................................................................................11 第 1章 – DB2 Express-C是什么?..........................................................................................13 1.1免费开发、部署和分发… 无限制!...............................................................................13 1.2用户帮助和技术支持.....................................................................................................14 1.3 DB2服务器..................................................................................................................14 1.4 DB2客户端和驱动........................................................................................................14 1.5 应用程序开发的自由性.................................................................................................15 1.6 DB2 版本号与 DB2 版本分类........................................................................................16 1.7升级到其它的 DB2版本................................................................................................16 1.8 DB2 Express-C的维护.................................................................................................16 1.9相关免费软件................................................................................................................17 1.9.1 IBM数据工作室(Data Studio)...........................................................................17 1.9.2 DB2 Net Search Extender .....................................................................................17 1.9.3 Starter Toolkit for DB2 on Rails.............................................................................17 1.9.4 Web 2.0 Starter Toolkit for DB2 ............................................................................17 1.9.5 WebSphere Application Server – Community Edition............................................18 第 2章 – DB2相关特性和产品................................................................................................19 2.1 DB2 Express-C订购中包含的功能...............................................................................22 2.1.1 Fix packs补丁包...................................................................................................22 2.1.2高可用性灾难恢复(HADR) ................................................................................22 2.1.3数据复制(Data Replication)...............................................................................22 2.2 DB2 Express-C所不具备的功能...................................................................................23 2.2.1数据库分区............................................................................................................23 2.2.2连接集中器(Connection Concentrator ).............................................................23 2.2.3 Geodetic Extender ................................................................................................23 2.2.4工作负载管理(Workload Management, WLM) .......................................................24 2.3 DB2相关收费产品........................................................................................................24 2.3.1 DB2连接(DB2 Connect)...................................................................................24 2.3.2 WebSphere Federation Server..............................................................................24 2.3.3 WebSphere Replication Server .............................................................................25 第 3章 – 安装 DB2..................................................................................................................27 3.1安装前提条件................................................................................................................27 3.2操作系统中的安装权限.................................................................................................27 3.3安装向导.......................................................................................................................27 3.4自动安装.......................................................................................................................31 实验 #1 安装DB2 Express-C,创建 SAMPLE数据库........................................................32 第 4章 – DB2的应用环境.......................................................................................................35 实验 #2 - 创建一个新的数据库............................................................................................43 4.1 DB2配置......................................................................................................................44 4.1.1 环境变量................................................................................................................44 4.1.2 数据库管理器配置文件(dbm cfg) ...........................................................................44 4.1.3 数据库配置文件(db cfg)....................................................................................46 4.1.4 DB2 概要文件注册表.............................................................................................47 4.2 DB2管理服务器...........................................................................................................48 实验 #3 – 实例、数据库和配置管理....................................................................................49 第 5章 – DB2工具..................................................................................................................51 5.1控制中心(Control Center).........................................................................................52 5.2命令编辑器(Command Editor) .................................................................................55 5.3 SQL帮助向导(SQL Assist Wizard ).........................................................................57 5.4 显示SQL按钮..............................................................................................................58 实验 #4 使用脚本填充EXPRESS数据库...........................................................................59 5.5 脚本..............................................................................................................................60 5.5.1 SQL脚本...............................................................................................................60 5.5.2操作系统(shell)脚本..........................................................................................61 实验 #5 为EXPRESS数据库创建一个安装脚本.................................................................62 5.6任务中心(Task Center )...........................................................................................65 5.6.1工具目录(Tools Catalog)数据库........................................................................65 5.7 日志(Journal)...........................................................................................................66 5.8运行状况监视器(Health Monitor ).............................................................................67 5.8.1运行状况中心(Health Center )...........................................................................68 PART II – DB2 Express-C 数据库管......................................................................................71 第 6章 – DB2体系结构...........................................................................................................73 6.1 DB2进程模型...............................................................................................................73 6.2 DB2内存模型...............................................................................................................74 6.3 DB2存储模型...............................................................................................................75 6.3.1数据页和扩展数据块..............................................................................................75 6.3.2缓冲池...................................................................................................................76 6.3.3表空间...................................................................................................................77 第 7章 – DB2 客户端的连接....................................................................................................81 7.1 DB2 目录......................................................................................................................81 7.2 配置助手(Configuration Assistant )..........................................................................82 7.2.1服务器端的安装要求..............................................................................................82 7.2.2 Setup required at the client 客户端的安装要求......................................................84 7.2.3建立客户端与服务器端概要文件............................................................................87 实验 #6 使用配置助手........................................................................................................90 第 8章 – 数据库对象...............................................................................................................93 8.1 模式..............................................................................................................................93 8.2表.................................................................................................................................93 8.2.1数据类型................................................................................................................93 8.2.2标识列...................................................................................................................96 8.2.3序列对象................................................................................................................96 8.2.4系统目录表............................................................................................................97 8.2.5已声明临时表.........................................................................................................97 实验 #7 创建一个数据表.....................................................................................................99 8.3视图............................................................................................................................101 8.4索引............................................................................................................................101 8.4.1 Design Advisor ....................................................................................................101 8.5参照完整性.................................................................................................................102 第 9章 – 数据迁移工具..........................................................................................................105 9.1 导出(EXPORT)工具...............................................................................................106 9.2 导入(IMPORT)工具................................................................................................106 9.3 使用 LOAD来导入......................................................................................................107 9.4 db2move 工具...........................................................................................................108 9.5 db2look 工具..............................................................................................................109 实验 #8 导出EXPRESS数据库的DDL............................................................................111 第 10章 – 数据库安全...........................................................................................................115 10.1 认证..........................................................................................................................116 10.2 授权..........................................................................................................................116 10.3 DBADM权限............................................................................................................118 10.4 PUBLIC 组...............................................................................................................119 10.5 GRANT和REVOKE语句 ........................................................................................119 10.6 查看授权和特权........................................................................................................119 10.7 关于组特权...............................................................................................................121 实验 #9 授予和撤销用户的权限........................................................................................122 第 11章 – 备份和恢复...........................................................................................................125 11.1 数据库的日志记录....................................................................................................125 11.2 日志的类型...............................................................................................................126 11.3 日志记录的类型.......................................................................................................126 11.3.1 循环日志记录 ....................................................................................................126 11.3.2 档案日志记录和日志保留...................................................................................127 11.4 从控制中心进行数据库日志记录...............................................................................127 11.5 日志记录的参数........................................................................................................129 11.6 数据库备份...............................................................................................................129 实验 #10 – 安排一个备份计划..........................................................................................131 11.7 数据库恢复...............................................................................................................133 11.7.1 恢复类型............................................................................................................133 11.7.2 数据库恢复........................................................................................................133 11.8 其他关于备份和恢复的操作......................................................................................134 第 12章 – 维护任务...............................................................................................................135 12.1 重组(REORG)、运行统计(RUNSTATS)、重绑定(REBIND).......................135 12.1.1重组(REORG)命令........................................................................................135 12.1.2运行统计(RUNSTATS)命令 ..........................................................................136 12.1.3 绑定/重新绑定.................................................................................................136 12.1.4 在控制中心执行维护工作...................................................................................137 12.2 维护方式...................................................................................................................139 实验#11 – 配置自动维护.................................................................................................141 第 13章 – 并行与锁定...........................................................................................................143 13.1 事务(Transactions)..............................................................................................143 13.2 并行(Concurrency) ..............................................................................................143 13.3无并行控制导致的问题 .............................................................................................144 13.3.1丢失更新(Lost update)..................................................................................145 13.3.2未落实的读(Uncommitted read)....................................................................145 13.3.3不可重复读(Non-repeatable read).................................................................146 13.3.4幻象(Phantom read)......................................................................................146 13.4隔离级别(Isolation Levels)...................................................................................147 13.4.1未落实的读........................................................................................................147 13.4.2游标稳定性........................................................................................................147 13.4.3读稳定性............................................................................................................148 13.4.4可重复读............................................................................................................148 13.4.5隔离级别对比.....................................................................................................148 13.4.6设定隔离级别.....................................................................................................149 13.5锁定升级...................................................................................................................150 13.6锁定监视...................................................................................................................151 13.7锁定等待...................................................................................................................151 13.8死锁的引发与侦测.....................................................................................................152 13.9并行与锁定的最佳实践:..........................................................................................153 PART III – DB2 Express-C应用程序开发............................................................................155 第 14章 –SQL PL 存储过程..................................................................................................157 14.1 IBM数据工作室(Data Studio)..............................................................................158 14.1.2在Data Studio中创建一个存储过程..................................................................159 14.2 SQL PL 存储过程基础..............................................................................................161 14.2.1存储过程的结构.................................................................................................161 14.2.2 可选的存储过程属性..........................................................................................162 14.2.3参数...................................................................................................................162 14.2.4 SQL PL存储过程中的注释................................................................................163 14.2.5 复合语句............................................................................................................163 14.2.6 变量声明............................................................................................................163 14.2.7 赋值语句............................................................................................................164 14.3 游标..........................................................................................................................164 14.4 流控制......................................................................................................................164 14.5 调用存储过程 ...........................................................................................................165 14.6 错误和情况处理器....................................................................................................166 14.7 动态SQL..................................................................................................................168 第 15章 – 直接插入 SQL 过程语言、触发器、用户定义函数(UDF)..................................169 15.1直接插入SQL PL .....................................................................................................169 15.2 触发器(Trigger)....................................................................................................170 15.2.1 触发器的类型 ....................................................................................................170 实验 #12 从控制中心创建一个触发器...............................................................................174 15.3 用户定义函数 (UDF).................................................................................................177 15.3.1 标量函数(Scalar function).............................................................................177 15.3.2 表函数(Table function)..................................................................................178 实验 #13 使用IBM Data Studio创建用户定义函数(UDF)............................................179 第 16章 – DB2 pureXML......................................................................................................181 16.1 在数据库中使用XML................................................................................................181 16.2 XML数据库..............................................................................................................182 16.2.1 启用 XML的数据库............................................................................................182 16.2.2 原生 XML数据库...............................................................................................182 16.3 DB2中的XML..........................................................................................................183 16.3.1 pureXML 技术优势............................................................................................184 16.3.2 XPath基础........................................................................................................185 16.3.3 XQuery的定义..................................................................................................188 16.3.4 插入 XML文档...................................................................................................189 16.3.5 查询 XML数据...................................................................................................191 16.3.6 使用 SQL/XML执行联合操作............................................................................196 16.3.7 使用 XQuery执行联合操作................................................................................196 16.3.8 更新与删除操作.................................................................................................197 16.3.9 XML 索引.........................................................................................................198 实验 #14 - SQL/XML 和 XQuery.......................................................................................200 第 17章 – 使用 Java、PHP和 Ruby进行数据库应用开发...................................................201 17.1 Java应用程序开发...................................................................................................201 17.1.1 JDBC类型 2驱动程序.......................................................................................201 17.1.2 JDBC类型 4驱动程序.......................................................................................202 17.2 PHP应用程序开发...................................................................................................203 17.2.1 DB2为PHP提供的连接选项.............................................................................203 17.2.2 Zend Core for IBM.............................................................................................204 17.3 Ruby on Rails应用程序开发.....................................................................................206 17.3.1 Startup Toolkit for DB2 on Rails ........................................................................206 附录 A — 排除故障...............................................................................................................207 A.1 查找错误代码的更多信息...........................................................................................207 A.2 SQLCODE与SQLSTATE .........................................................................................208 A.3 DB2 管理通知日志.....................................................................................................208 A.4 db2diag.log................................................................................................................209 A.5 CLI追踪.....................................................................................................................209 A.6 DB2缺陷与补丁.........................................................................................................209 参考资源 ...............................................................................................................................210 网站..................................................................................................................................210 书籍..................................................................................................................................2115 3057浏览会员免费
- JDBC大小:3MB这个是购买的IBM正版DB2数据库中的驱动包,无限制连接,希望能对大家有帮助,其中包括: db2jcc.jar db2jcc_license_cu这个是购买的IBM正版DB2数据库中的驱动包,无限制连接,希望能对大家有帮助,其中包括: db2jcc.jar db2jcc_license_cu5 411浏览会员免费
- DB数据库查看器大小:443KBDB数据库查看器 可查询paradox及dbf数据库文件内容。DB数据库查看器 可查询paradox及dbf数据库文件内容。3 2739浏览会员免费
- DB2数据库入门大小:12MB从资料用来帮助新接触DB2数据库的朋友快速入门,包括DB2数据仓库的配置、商业智能的应用等内容从资料用来帮助新接触DB2数据库的朋友快速入门,包括DB2数据仓库的配置、商业智能的应用等内容5 414浏览会员免费
- Altium,常用封装,封装库,protel大小:572KB二极管:1N5404,1n5822,WYAK,1N,DIODE*.("*"为通配符); 三极管:npn(PNP也用这个封装); 电阻:AXIAL*; 键盘,鼠标ps2:ps2; 串口系列:DB9*,DB25*; 74系列用dip封装:dip*; led:led*; 晶振:JZ*; USB:usb*; 开关:SW*; 单列直插式:sip*; 非极性电容:RAD*; 极性电容:dr*; LM的稳压器件:7805,LM78*; 排线:IDE*; 滑动变电阻器(电位器):HZ; 发光二极管:FG*; 电源:DY* 整流:ZL*; 电感:DG; can接头:CAN*; 蜂鸣器:FM; 电池:DC*;二极管:1N5404,1n5822,WYAK,1N,DIODE*.("*"为通配符); 三极管:npn(PNP也用这个封装); 电阻:AXIAL*; 键盘,鼠标ps2:ps2; 串口系列:DB9*,DB25*; 74系列用dip封装:dip*; led:led*; 晶振:JZ*; USB:usb*; 开关:SW*; 单列直插式:sip*; 非极性电容:RAD*; 极性电容:dr*; LM的稳压器件:7805,LM78*; 排线:IDE*; 滑动变电阻器(电位器):HZ; 发光二极管:FG*; 电源:DY* 整流:ZL*; 电感:DG; can接头:CAN*; 蜂鸣器:FM; 电池:DC*;4 756浏览会员免费
- access大小:15MB数据库系统实现!!!数据库系统实现!!!5 189浏览免费
- db2大小:10MB自己从网上整理的一些db2的基础知识,对自己有很大的帮助,也希望对大家有所帮助自己从网上整理的一些db2的基础知识,对自己有很大的帮助,也希望对大家有所帮助4 201浏览免费
- Db2教程大小:850KBDb2教程,我看过了,挺好的一个教程。Db2教程,我看过了,挺好的一个教程。4 168浏览会员免费
- db2入门教程大小:19MB含DB2基础教程、db2自学资料、db2重点解析课件,能有效的帮助刚接触db2的童鞋快速入门,对应db2有更全面的了解及有助于初学者更深入的理解含DB2基础教程、db2自学资料、db2重点解析课件,能有效的帮助刚接触db2的童鞋快速入门,对应db2有更全面的了解及有助于初学者更深入的理解5 198浏览会员免费
- DB2大小:9KBDB2常用函数介绍,比较实用。DB2常用函数介绍,比较实用。4 194浏览会员免费
- db2jcc.jar、db2jcc_javax.jar大小:1MB这是连接DB2的TYPE4所需要的驱动包,二合一,db2jcc.jar是驱动包,db2jcc_javax.jar是提供的许可证,如果没有的话,会出现异常:No license is present. 初学DB2时废了不少功夫找这两个包,现在免分下载,希望大家少走弯路。这是连接DB2的TYPE4所需要的驱动包,二合一,db2jcc.jar是驱动包,db2jcc_javax.jar是提供的许可证,如果没有的话,会出现异常:No license is present. 初学DB2时废了不少功夫找这两个包,现在免分下载,希望大家少走弯路。5 408浏览免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧3 221浏览会员免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧4 125浏览会员免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧4 113浏览会员免费
- db2大小:3MBdb2管理指导的入门教材db2管理指导的入门教材0 104浏览会员免费
- IBM大小:19MBIBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing, IBM Corporation, North Castle Drive, Armonk, NY 10504-1785 U.S.A. The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrateIBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing, IBM Corporation, North Castle Drive, Armonk, NY 10504-1785 U.S.A. The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrate5 241浏览会员免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧5 157浏览会员免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧4 129浏览会员免费
- Toad大小:14MB弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧弄了一个星期终于把toad for db2 运行起来了 把资源上传上来与大家分享 奈何只能分割成小于15M的 大家忍忍吧 连接配置方式.excel文件中是我的toad链接配置方式 比Aqua Data Studio 和ibm_data_studio_standalon好用多了 不是一个档次 很全 放心用吧5 118浏览会员免费
- RAR大小:9MB基于DB2和Websphere的大型商业源码,我可是花高价买来的,现给大家分享,只能用于学习和研究,不得用于商业目的。基于DB2和Websphere的大型商业源码,我可是花高价买来的,现给大家分享,只能用于学习和研究,不得用于商业目的。4 130浏览会员免费
- DB2中文教程(从入门到精通)大小:5MBDB2中文教程(从入门到精通) 文档 linux 、unix、windows版本 DB2中文教程(从入门到精通) 文档 linux 、unix、windows版本DB2中文教程(从入门到精通) 文档 linux 、unix、windows版本 DB2中文教程(从入门到精通) 文档 linux 、unix、windows版本5 325浏览会员免费
- DB2自学教程大小:8MBDB2自学教程,网上不好找啊DB2自学教程,网上不好找啊0 104浏览免费
- 数据库管理工具大小:1MB自已做的数据库管理工具,支持SQL SERVER,ORACLE,DB2,适合初学者.自已做的数据库管理工具,支持SQL SERVER,ORACLE,DB2,适合初学者.4 381浏览会员免费
- libaio大小:30KB[db2inst1@localhost ~]$ db2start db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory 问题的解决用得到,详见文章http://blog.csdn.net/clovejava/archive/2009/12/04/4939348.aspx[db2inst1@localhost ~]$ db2start db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory 问题的解决用得到,详见文章http://blog.csdn.net/clovejava/archive/2009/12/04/4939348.aspx5 1811浏览会员免费
- db2大小:3MBIBM软件培训DB2课件IBM软件培训DB2课件4 164浏览免费
- db2驱动大小:1MB解压后包括一下几个文件: db2java.zip, db2jcc.jar, db2jcc_license_cisuz.jar, db2jcc_license_cu.jar解压后包括一下几个文件: db2java.zip, db2jcc.jar, db2jcc_license_cisuz.jar, db2jcc_license_cu.jar5 331浏览会员免费
- Quest大小:57MBQuest Central for DB2 安装文件即破解工具打包,有2个版本Quest Central for DB2 安装文件即破解工具打包,有2个版本4 426浏览会员免费
- Toad大小:19MBToad for DB2 4.5.0.797 Trial Version 25 daysToad for DB2 4.5.0.797 Trial Version 25 days4 83浏览会员免费
- DB2大小:18MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036685 141浏览会员免费
- DBVIEW,DB数据库查看大小:286KBDBF Viewer 2000 v1.97 is the powerful tool for viewing and editing, creating, printing DBF databases (Clipper, dBase, Foxpro, Delphi, Visual Foxpro, Db2K...). You can view(form, table) and edit in OEM(DOS) or Windows character sets, create new DBF file, quick view, get information about fields, get statistics information for each field (Min,Max,Average, Sum), export to (dbf, text, prg, XML, HTML: as form, as table), find with wildcards, sort, replace with wildcards, add, delete/recall, print, copy/paste records and fields, pack, append from text files, zap records.DBF Viewer 2000 v1.97 is the powerful tool for viewing and editing, creating, printing DBF databases (Clipper, dBase, Foxpro, Delphi, Visual Foxpro, Db2K...). You can view(form, table) and edit in OEM(DOS) or Windows character sets, create new DBF file, quick view, get information about fields, get statistics information for each field (Min,Max,Average, Sum), export to (dbf, text, prg, XML, HTML: as form, as table), find with wildcards, sort, replace with wildcards, add, delete/recall, print, copy/paste records and fields, pack, append from text files, zap records.4 347浏览会员免费
- 64位DBC2000大小:9MBDBC2000其实是一个数据库,原版的是英文界面。在网络中已经简体中文版,而都带了软件注册机,可以免费使用。此数据库我们最常使用就是来架设传奇、传世私服还有最近盛大在热血传奇基础上发展出来的传奇归来、传奇外传,这两种最新版架设一样要这个数据库。DBC2000其实是一个数据库,原版的是英文界面。在网络中已经简体中文版,而都带了软件注册机,可以免费使用。此数据库我们最常使用就是来架设传奇、传世私服还有最近盛大在热血传奇基础上发展出来的传奇归来、传奇外传,这两种最新版架设一样要这个数据库。5 146浏览会员免费
- DB2大小:30MBQuest Central for DB2,DB2连接工具,市面上比较好用的DB2连接工具。推荐大家下载试用一下.Quest Central for DB2,DB2连接工具,市面上比较好用的DB2连接工具。推荐大家下载试用一下.4 251浏览会员免费
- DB2大小:18MBdb2c0c90_Connect用户指南.pdf db2c1c90_Connect个人版快速入门.pdf db2c6c90_Connect服务器版快速入门.pdf db2d1c90_管理指南(计划).pdf db2d2c90_管理指南(实施).pdf db2d3c90_性能指南.pdf db2dmc90_数据移动使用程序指南和参考.pdf db2f0c90_系统监视器指南和参考.pdf db2hac90_数据恢复和高可用行指南与参考.pdf db2irc90_发行说明.pdf db2irc91_修订包1的发行说明.pdf db2isc90_服务器快速入门.pdf db2itc90_客户机快速入门.pdf db2m1c90_参考消息:第一卷.pdf db2m2c90_参考消息:第二卷.pdf db2mgc90_迁移指南.pdf db2nlsc90_本地语言支持指南和参考.pdf db2p0c90_故障诊断指南.pdf db2q0c90_新增内容.pdf db2tvc90_Visual Explan教程.pdf db2xgc90_XML指南.pdf db2xpc90_Windows和Liunx上DB2安装和管理入门.pdfdb2c0c90_Connect用户指南.pdf db2c1c90_Connect个人版快速入门.pdf db2c6c90_Connect服务器版快速入门.pdf db2d1c90_管理指南(计划).pdf db2d2c90_管理指南(实施).pdf db2d3c90_性能指南.pdf db2dmc90_数据移动使用程序指南和参考.pdf db2f0c90_系统监视器指南和参考.pdf db2hac90_数据恢复和高可用行指南与参考.pdf db2irc90_发行说明.pdf db2irc91_修订包1的发行说明.pdf db2isc90_服务器快速入门.pdf db2itc90_客户机快速入门.pdf db2m1c90_参考消息:第一卷.pdf db2m2c90_参考消息:第二卷.pdf db2mgc90_迁移指南.pdf db2nlsc90_本地语言支持指南和参考.pdf db2p0c90_故障诊断指南.pdf db2q0c90_新增内容.pdf db2tvc90_Visual Explan教程.pdf db2xgc90_XML指南.pdf db2xpc90_Windows和Liunx上DB2安装和管理入门.pdf4 131浏览会员免费
- toad大小:227KBtoad for db2 4.6 注册机,相关注册方法见readmetoad for db2 4.6 注册机,相关注册方法见readme4 83浏览会员免费
- TOAD大小:6MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036685 115浏览会员免费
- DB2大小:5MBdb2c0c90_Connect用户指南.pdf db2c1c90_Connect个人版快速入门.pdf db2c6c90_Connect服务器版快速入门.pdf db2d1c90_管理指南(计划).pdf db2d2c90_管理指南(实施).pdf db2d3c90_性能指南.pdf db2dmc90_数据移动使用程序指南和参考.pdf db2f0c90_系统监视器指南和参考.pdf db2hac90_数据恢复和高可用行指南与参考.pdf db2irc90_发行说明.pdf db2irc91_修订包1的发行说明.pdf db2isc90_服务器快速入门.pdf db2itc90_客户机快速入门.pdf db2m1c90_参考消息:第一卷.pdf db2m2c90_参考消息:第二卷.pdf db2mgc90_迁移指南.pdf db2nlsc90_本地语言支持指南和参考.pdf db2p0c90_故障诊断指南.pdf db2q0c90_新增内容.pdf db2tvc90_Visual Explan教程.pdf db2xgc90_XML指南.pdf db2xpc90_Windows和Liunx上DB2安装和管理入门.pdfdb2c0c90_Connect用户指南.pdf db2c1c90_Connect个人版快速入门.pdf db2c6c90_Connect服务器版快速入门.pdf db2d1c90_管理指南(计划).pdf db2d2c90_管理指南(实施).pdf db2d3c90_性能指南.pdf db2dmc90_数据移动使用程序指南和参考.pdf db2f0c90_系统监视器指南和参考.pdf db2hac90_数据恢复和高可用行指南与参考.pdf db2irc90_发行说明.pdf db2irc91_修订包1的发行说明.pdf db2isc90_服务器快速入门.pdf db2itc90_客户机快速入门.pdf db2m1c90_参考消息:第一卷.pdf db2m2c90_参考消息:第二卷.pdf db2mgc90_迁移指南.pdf db2nlsc90_本地语言支持指南和参考.pdf db2p0c90_故障诊断指南.pdf db2q0c90_新增内容.pdf db2tvc90_Visual Explan教程.pdf db2xgc90_XML指南.pdf db2xpc90_Windows和Liunx上DB2安装和管理入门.pdf4 175浏览会员免费
- WINDOWS下安装DB2并使用客户端访问(全程截图).rar大小:1MBWINDOWS下安装DB2并使用客户端访问(全程截图).rar 环境: DB 9.5 OS:XP DB2客户端:toad for db2 4.0 懒得写WORD文档了,全部都是截图,很完整WINDOWS下安装DB2并使用客户端访问(全程截图).rar 环境: DB 9.5 OS:XP DB2客户端:toad for db2 4.0 懒得写WORD文档了,全部都是截图,很完整4 827浏览会员免费
- DB2大小:18MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036684 90浏览会员免费
- TOAD大小:18MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036684 134浏览会员免费
- TOAD大小:18MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036685 112浏览会员免费
- DB2大小:18MBTOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/3403668TOAD FOR DB2 4.7.1.638及注册码破解 注册码生成器见http://download.csdn.net/source/3385670 连载地址如下: http://download.csdn.net/source/3403621 http://download.csdn.net/source/3403632 http://download.csdn.net/source/3403638 http://download.csdn.net/source/3403657 http://download.csdn.net/source/3403665 http://download.csdn.net/source/34036685 76浏览会员免费
- 数据库工具大小:27MBDBVisualizer9.0.2的64位破解版。该压缩文件中加入了查看存储过程时,中文注释为乱码的解决办法(通过修改DBVisualizer的字体)。 该工具简介如下: DbVisualizer是一个完全基于JDBC的跨平台数据库管理工具,内置SQL语句编辑器(支持语法高亮),凡是具有JDBC数据库接口的数据库都可以管理,支持Oracle、DB2、SyBase、MySQL、PostgreSQL等大多数主流数据库。 题外话: 对于使用Oracle的同学来说,该工具可能不是最好用的工具,但是对于使用DB2的同学来说还是很好的,唯一的缺点是不能调试存储过程,功能略逊于Toad for DB2,但是操作方便性很多地方比Toad强,同时目前Toad还没有支持64位DB2客户端的版本,对于使用Win7的64位系统的同学还是比较坑爹的。还有一个工具DB PowerStudio for DB2,从官网的介绍上来看功能十分强大,但是目前找不到破解版。DBVisualizer9.0.2的64位破解版。该压缩文件中加入了查看存储过程时,中文注释为乱码的解决办法(通过修改DBVisualizer的字体)。 该工具简介如下: DbVisualizer是一个完全基于JDBC的跨平台数据库管理工具,内置SQL语句编辑器(支持语法高亮),凡是具有JDBC数据库接口的数据库都可以管理,支持Oracle、DB2、SyBase、MySQL、PostgreSQL等大多数主流数据库。 题外话: 对于使用Oracle的同学来说,该工具可能不是最好用的工具,但是对于使用DB2的同学来说还是很好的,唯一的缺点是不能调试存储过程,功能略逊于Toad for DB2,但是操作方便性很多地方比Toad强,同时目前Toad还没有支持64位DB2客户端的版本,对于使用Win7的64位系统的同学还是比较坑爹的。还有一个工具DB PowerStudio for DB2,从官网的介绍上来看功能十分强大,但是目前找不到破解版。4 516浏览会员免费
- db2大小:1MBEmbarcadero Artisan8.6.1工具管理DB2数据库,破解版。下载解压后,将2个文件复制到DBArtisan安装目录,重新运行DBArtisan即可。 操作简单,祝顺利安装。Embarcadero Artisan8.6.1工具管理DB2数据库,破解版。下载解压后,将2个文件复制到DBArtisan安装目录,重新运行DBArtisan即可。 操作简单,祝顺利安装。5 231浏览会员免费
- Toad大小:40MBToadforDB2_Freeware_6.0.0.373.part1.rar,这是一个图形界面的DB2管理工具,需要同时下载ToadforDB2_Freeware_6.0.0.373.part2.rar才能解压ToadforDB2_Freeware_6.0.0.373.part1.rar,这是一个图形界面的DB2管理工具,需要同时下载ToadforDB2_Freeware_6.0.0.373.part2.rar才能解压4 140浏览会员免费
- DB2_客户端大小:109MBibm_data_server_client_winx64_v11.1 IBM_DB2_客户端part1ibm_data_server_client_winx64_v11.1 IBM_DB2_客户端part14 1267浏览会员免费
- 99SE大小:24KB99SE用的LQFP-32封装,附件包含封装尺寸PDF文件99SE用的LQFP-32封装,附件包含封装尺寸PDF文件5 221浏览会员免费
- Toad大小:19MBToad for DB2 4.5.0.797 Trial Version 25 daysToad for DB2 4.5.0.797 Trial Version 25 days5 106浏览会员免费
- Toad大小:35MBToadforDB2_Freeware_6.0.0.373.part2.rar,这是一个图形界面的DB2管理工具,需要同时下载ToadforDB2_Freeware_6.0.0.373.part1.rar才能解压ToadforDB2_Freeware_6.0.0.373.part2.rar,这是一个图形界面的DB2管理工具,需要同时下载ToadforDB2_Freeware_6.0.0.373.part1.rar才能解压4 174浏览会员免费
- Toad大小:19MBToad for DB2 4.5.0.797 Trial Version 25 daysToad for DB2 4.5.0.797 Trial Version 25 days4 78浏览会员免费
- db2大小:665KB因为安装一次要费不少时间,当时就是没有头文件重新安装的,db2头文件,省点事,直接下吧,经典安装只有asn.h,这一个文件。因为安装一次要费不少时间,当时就是没有头文件重新安装的,db2头文件,省点事,直接下吧,经典安装只有asn.h,这一个文件。5 359浏览会员免费
- ddb2pcb大小:2MBddb2pcb protel99转PADS小软件 用此软件可以方便的实现protell99到PADS的转换ddb2pcb protel99转PADS小软件 用此软件可以方便的实现protell99到PADS的转换4 221浏览会员免费
- Toad大小:2MBToad for DB2 4.5.0.797 Trial Version 25 daysToad for DB2 4.5.0.797 Trial Version 25 days5 93浏览会员免费
- 730大小:3MBdb2 730考试,就不用多说了吧?db2 730考试,就不用多说了吧?5 58浏览免费
- 730大小:1MBDB2 认证准备教程730 731 ibm db2资料DB2 认证准备教程730 731 ibm db2资料5 82浏览会员免费
- 731大小:5MBdb2 731考试教程db2 731考试教程0 50浏览免费
- PADS大小:3MBProtel99se-TO-PowerPCB安装方法: 以安装到C:\ddb2PCB为例进行说明. 将解压后将\ddb2pcb整个目录copy到c:运行ddb2pcb.exe即可.记住一定要放在C:下。Protel99se-TO-PowerPCB安装方法: 以安装到C:\ddb2PCB为例进行说明. 将解压后将\ddb2pcb整个目录copy到c:运行ddb2pcb.exe即可.记住一定要放在C:下。4 232浏览会员免费
- 修改DBF内容大小:338KB可以直接打开DBF文件进行内容修改,方便那些对DBF文件束手无策的兄弟们可以直接打开DBF文件进行内容修改,方便那些对DBF文件束手无策的兄弟们5 311浏览会员免费
- sql大小:5MBnew verison v1.01 start to support SQL Server 2005 新版本地址: http://download.csdn.net/source/3425764 export db v1.00 support DB2 & MySql The file type exported can be csv or sql support more than one table data export at one time latter other database may be will support, thanks for all of your support. If you do not familar with java jre, you can download the version with jre6, the download url is https://skydrive.live.com/redir.aspx?cid=f912b0c6c1f94174&resid=F912B0C6C1F94174!1165new verison v1.01 start to support SQL Server 2005 新版本地址: http://download.csdn.net/source/3425764 export db v1.00 support DB2 & MySql The file type exported can be csv or sql support more than one table data export at one time latter other database may be will support, thanks for all of your support. If you do not familar with java jre, you can download the version with jre6, the download url is https://skydrive.live.com/redir.aspx?cid=f912b0c6c1f94174&resid=F912B0C6C1F94174!11653 85浏览会员免费
- Quest大小:38MBQuest Central for DB2 v5.0.2 压缩第一部分Quest Central for DB2 v5.0.2 压缩第一部分4 135浏览会员免费
- 技术文档大小:29MBDB28.2官方资料(Chinese)PDF Part1DB28.2官方资料(Chinese)PDF Part14 92浏览会员免费