搜索资源列表
OracleMatlab
- oracle 函数大全小工具,再也不用记一大堆枯燥的函数了,用时轻松一查。-Oracle function with small tool, no longer have to remember a lot of boring functions, while use relaxed a check
oracle
- 有关于ORACLE数据库,针对信息化社会的今天起到了不可磨灭的作用··尤其是政府行业的数据传输·绝对是信息化时代的里程碑-Oracle has always been an innovative company. It was one of the first companies to make its business applications available through the internet--today, that idea is pervasive. Now Oracle i
HepatocellularCarcinoma
- Segmentation of structure in medical images is an important research topic. It has applications in patient diagnoses, image-guided surgery, and medical data visualization. One approach to solving this problem is the use of active contours or \s
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,