01 2016 档案

摘要:1 存储过程 create or replace procedure proc_bus_tendstatus(v_tendid in Integer,cur_tendstatus out sys_refcursor) as v_zbbg varchar2(2);--生命变量 begin --编写逻辑 阅读全文
posted @ 2016-01-28 11:58 roscee 阅读(167) 评论(0) 推荐(0)
摘要:面向对象编程(Object-Oreinted Programming) 是一种编程范式。指在设计程序时大量运用类实例对象的方式。OOP一旦在项目中被运用,就成了时刻要考虑的东西。面向服务架构(Service-Oreinted Architecture) 是将软件设计成一组可互操作的服务的一套原则或方... 阅读全文
posted @ 2016-01-22 11:40 roscee 阅读(261) 评论(0) 推荐(0)