搜索资源列表
Phase
- 采用相场法,模拟Ni-Cu二元合金非等温凝固时各向异性系数对晶体生长行为的影响。-Phase-field method used to simulate the Ni-Cu non-isothermal binary alloy solidification crystal growth of anisotropic coefficient behavior.
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. 在存储过程中,