资源列表
cangkuguanl
- 数据库,仓库管理系统//内容:货物信息,仓库信息,货物舱,往来客户,供应商-Database, warehouse management system// content: cargo information, warehouse information, cargo, customers, suppliers
SQL21Staduy
- SQL语言学习循序渐进,适合于初学者初学SQL,21天时间即能全面掌握入门的教程-SQL language learning step by step, suitable for beginners learning SQL, 21 days can fully grasp the introductory tutorial
Oracle-simple-tutorial
- 经典的Oracle入门教程,适合学习Oracle数据库的新手-Classic Oracle tutorial, suitable for beginners learning Oracle
Source-code-for-SimuroSot-simulation
- this program is awsome
SQL
- 应用Qt连接access 数据库,实现学生信息管理系统- use Qt code and access data SQL to achieve student management system
setupdocs
- 11g Administration Workshop Labs setup
Database-to-review
- 数据库学习 数据库学习 -Database to review
hadoop-manual-book
- apache开源项目之一的hadoop体系结构介绍与集群环境配置,-The architecture of Hadoop is introduced and the cluster environment configuration one of the open source project apache,
Oracle_RDA
- RDA英文全称叫做“Oracle Remote Diagnostic Agent”。 这个Oracle诊断工具是用perl编写的,包含非常丰富的诊断脚本,使用它可以非常便利的采集到Oracle数据库服务器系统配置和数据库的详细信息。 如果您在向Oracle支持人员寻求帮助时能够提供一份RDA报告,将会大大的缩短问题处理的周期,避免信息的反复采集。 RDA不会更改数据库服务器的任何配置,仅仅是采集信息,了解系统。-RDA English name called Oracle Remo
Oracle-Database-10g_1
- 学习oracle的重要资料,内容包括安装,体系结构,实例管理,方案管理等-oracle 10 manager
oracle_Timer
- 扩展Oracle数据库,通过在数据库中加入时态对象,使得数据库具有对时态数据的查询和处理能力,直接将sql文件在sqlplus下执行即可。-Extending Oracle through the state objects in the is added, making the has a temporal data query and processing capabilities, you can directly the sql file in sqlplus.
rapid-calculation24CPP
- 速算24 要求: a. 一副牌54张牌,黑桃(SA,SK,SQ,SJ,S10,??,S2),红桃(HA,HK,HQ,HJ,H10,??,H2),方块(DA,DK,DQ,DJ,D10,??,D2),草花(CA,CK,CQ,CJ,C10,??,C2)以及大鬼Q1和小鬼Q2。其中,A,K,Q,J及Q1,Q2的点值分别为:1,13,12,11,1,1。其余点值就是牌值。 b. 由计算机随机出四张牌。 c. 用户输入能算出24的表达式(只能用加、减、乘、除及括号组成的四则运算)。