- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 jquery操作select(取值,设置选中)
1、设置value为pxx的项选中 $(".selector").val("pxx");2、设置text为pxx的项选中 $(".selector").find("option[text='pxx']").attr("selected",true); 这里有一个中括号的用法,中括号里的等号的前面是属性名称,不用加引号。很多时候,中括号的运用可以使
2013-05-26 01:24:25
334
转载 Oracle中的Union、Union All、Intersect、Minus
众所周知的几个结果集集合操作命令,今天详细地测试了一下,发现一些问题,记录备考。假设我们有一个表Student,包括以下字段与数据:drop table student;create table student(id int primary key,name nvarchar2(50) not null,score number not null
2013-04-15 13:04:17
309
转载 ORA-01034&ORA-27101错误
我在同台机器上装了oracle 9.0.1.1.1版本的两个实例whcj/testszdb,全部从服务里面启动,停掉testszdb,再次启动,显示已启动。 从命令行连接到testszdb:C:/Documents and Settings/Administrator>set ORACLE_SID=TESTSZDBC:/Documents and Settings/
2013-04-14 14:04:56
363
K M P 算 法 . p p t
2011-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人