今天折腾了一个小时 网上找了$("#select_id option[text='jQuery']").attr("selected", true); //设置Select的Text值为jQuery的项选中上面的不知为啥不起作用自己想了个办法$("#select_id").val($("#selec...
分类:
Web程序 时间:
2014-09-25 15:31:49
阅读次数:
184
列表模版嵌套select option模版 count为返回数据长度,需要定义变量
分类:
Web程序 时间:
2014-09-25 14:30:19
阅读次数:
265
select M.RESPONSIBILITY_NAME, B.PROFILE_OPTION_NAME, X.USER_PROFILE_OPTION_NAME, t.profile_option_value,x.* from FND_PROFILE_OPTION...
分类:
数据库 时间:
2014-09-25 14:23:19
阅读次数:
199
Tracing datapump is not straight forward,
you can trace the datapump worker(dw00) or datapump master(DM00) with 10046 to get the sql etc or use the TRACE option in expdp/impdp
Where in expdp has ...
分类:
其他好文 时间:
2014-09-25 14:12:59
阅读次数:
288
1.定义proto文件:User.protopackage netty;option java_package="myprotobuf";option java_outer_classname="UserProto";message User{ required int32 ID=1; ...
分类:
其他好文 时间:
2014-09-25 14:09:49
阅读次数:
319
http://baifjece.blog.163.com/blog/static/33794654201286102519119/------------------首次加载设置默认选中项---------给select标签的option 设置selected即可Chosen—强大的jquery模拟...
分类:
Web程序 时间:
2014-09-25 13:27:18
阅读次数:
240
了当一个存储仓库出现问题或者你想停止使用一个存储仓库时,怎样从XenServer主机上删除存储仓库。背景XenServer的存储仓库是用来存储ISO或者时VDI的。存储仓库通过物理块设备(PBD)与XenServer相连接,PBD包含了存储仓库(SR)的配置信息。当你从XenServer主机上分离或者删除S..
分类:
其他好文 时间:
2014-09-25 12:29:29
阅读次数:
237
jQuery("#select1").val();//是取得选中的值, jQuery("#select1? option:selected").text();//就是取得的文本 ?? <select name="selectName"></select> $(".selectName").val("pxx");//设置value为pxx的项选中...
分类:
Web程序 时间:
2014-09-25 11:31:19
阅读次数:
206
error: 'for' loop initial declarations are only allowed in C99 mode
使用gcc编译代码是报出
error: 'for' loop initial declarations are only allowed in C99 mode
note: use option -std=c99 or -std=gnu99 ...
分类:
其他好文 时间:
2014-09-24 23:35:17
阅读次数:
209
解决的实际问题是让宿主计算机网络上的其他计算机使用微软远程桌面登录到虚拟机上进行使用。
本文探索如何配置Linux版本的VMware Workstation来实现DHCP分配指定IP和NAT网络端口转发。...
分类:
系统相关 时间:
2014-09-24 17:35:27
阅读次数:
1045