搜索资源列表
stock
- 一个android平台的股票看盘软件的源代码-An android platform software source code to read the tape stock
Stock
- 运用JAVA实现对股票信息的抓取,通过URL实现连接,运用正则表达式实现相关信息的获取。-JAVA stock information used to achieve the crawl, through the URL to achieve connectivity, the use of regular expressions to achieve access to relevant information.
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. 在存储过程中,