搜索资源列表
StudyOracle
- 看了就知道该如何学习Oraclele了,oracle前辈总结的精华-Know how to read on the Oraclele learning, oracle sum up the essence of predecessors
python_forUnix
- Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more ef
Oracle
- 数据库的使用教程,详细的使用步骤请认真阅读,相信会受益匪浅-Database using the tutorial, use steps carefully read, I believe will benefit
01_20130415.doc.tar
- 项目描述 (1) 设计学生结构体,至少包括学生姓名、C语言成绩、Unix成绩、Oracle成绩这四个成员变量; (2) 从键盘接受若干学生信息; (3) 以链表的形式存储在内存中; (4) 对链表进行排序; (5) 排序后的结果存入文件中; (6) 从文件中读取指定条件(比如Unix分数在60到80之间的学生)的学生信息,并显示在屏幕上-Project Descr iption (1) Design Student structure, including at leas
Oracle-impandexp
- 基本导出方法: CREATE OR REPLACE DIRECTORY test_dir(directory别名) AS /u01/app/oracle/oradata/ (此处为硬盘上路径) GRANT READ, WRITE ON DIRECTORY test_dir(directory别名) TO scott(指定用户名)/public(所有用户) expdp scott/scott@orcl directory=test_ DUMPFILE=xx.dmp schem
ORACLE经典语句全集命令
- 一、建立表空间 CREATE TABLESPACE data01 DATAFILE '/oracle/oradata/db/DATA01.dbf' SIZE 500M UNIFORM SIZE 128k; #指定区尺寸为128k,如不指定,区尺寸默认为64k 二、建立UNDO表空间 CREATE UNDO TABLESPACE UNDOTBS02 DATAFILE '/oracle/oradata/db/UNDOTBS02.dbf' SIZE 50
jai-imageio-master
- oracle提供的图像库JAI-IO的源代码,JAI支持TIFF、jpg、bmp等格式,提供图形读入和生成、缩放、差值计算、反锯齿等功能-oracle provides JAI-IO image library source code, JAI support TIFF, jpg, bmp format, read and generate graphical, scaling, difference calculation, anti-aliasing and other functions