码迷,mamicode.com
首页 >  
搜索关键字:sele    ( 6045个结果
oracle常用的复合数据类型 : BULK COLLECT(成批聚合类型)和数组集合type类型is table of 表%rowtype index by binary_integer
例1: 批量 查询部门号为 "10" 号的并把它们打印出来 . DECLARE TYPE emp_table_type IS TABLE OF my_emp%ROWTYPE INDEX BY BINARY_INTEGER; v_emp_table emp_table_type;BEGIN SELE....
分类:数据库   时间:2014-05-26 01:26:47    阅读次数:356
selenium Grid(一)
selenium grid Quick Startselenium-grid是用于设计帮助我们进行分布式测试的工具,其整个结构是由一个hub节点和若干个代理节点组成。hub用来管理各个代理节点的注册和状态信息,并且接受远程客户端代码的请求调用,然后把请求的命令再转发给代理节点来执行。1、启动Sele...
分类:其他好文   时间:2014-05-15 11:48:38    阅读次数:332
SQL Server 基础 05 多链表查询和子查询
连接查询值得注意的是:字段前必须加表名,以便混淆1 -- 多表连接查询和子查询2 select * from dbo.stu_info ,dbo.sname23 -- 加连接规则的查询 where4 sele...
分类:数据库   时间:2014-05-08 06:34:30    阅读次数:795
codechef Subtraction Game 1题解
Subtraction Game 1 Chef is playing a game on a sequence of N positive integers, say A1, A2, ... AN. The game is played as follows. If all the numbers are equal, the game ends.Otherwise Sele...
分类:其他好文   时间:2014-05-07 03:14:01    阅读次数:280
JList的基本操作
1.初始化并添加元素DefaultListModel leftListModel=new DefaultListModel();String[] items = Model.getPairs();for (int i=0; i=0; i--) { rightListModel.remove(sele...
分类:其他好文   时间:2014-05-01 07:31:38    阅读次数:304
6045条   上一页 1 ... 603 604 605
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!