1.获取select选中的text:$("#cusChildTypeId").find("option:selected").text();$("#cusChildTypeIdoption:selected").text()2.获取select选中的value:$("#ddlRegType").va...
分类:
Web程序 时间:
2014-11-14 12:07:54
阅读次数:
116
解决客户端挂载nfs是出现如下报错问题:mount:wrongfstype,badoption,badsuperblockon172.16.1.9:/home/addam,
missingcodepageorhelperprogram,orothererror
(forseveralfilesystems(e.g.nfs,cifs)youmight
needa/sbin/mount.<type>helperprogram)
Insomecasesusefulinf..
分类:
其他好文 时间:
2014-11-13 19:07:09
阅读次数:
108
我们知道通过设置nologging选项,可以加快oracle的某些操作的执行速度,这在执行某些维护任务时是非常有用的,但是该选项也很危险,如果使用不当,就可能导致数据库发生ORA-26040错误。
首先,构造使用环境,
SQL> select tablespace_name,logging,force_logging from dba_tablespaces;
TABLESPACE_NAME...
分类:
其他好文 时间:
2014-11-13 18:56:37
阅读次数:
265
最近博客没怎么更新了,因为一直在撸代码,自己写了一个小小的博客系统:i94web,匆忙发布beta1.0,请求各位测试各种漏洞。
先看几张截图。
首页:
边栏:
文章页:
后台发布:
测试地址:http://www.ido321.com/i94web/
匆忙发布测试,不足之处请谅解。同时谢谢大家的测试和提供的漏洞。
下一篇:select的option异常的总结...
分类:
Web程序 时间:
2014-11-13 18:55:47
阅读次数:
165
jQuery获取Select选择的Text和Value: 语法解释: 1. $("#select_id").change(function(){//code...});?? //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("option:selected...
分类:
Web程序 时间:
2014-11-13 16:54:52
阅读次数:
272
1.配置IP#setup 选择 NetWork configuration 选择 Device configuration 选择 eth0 Use DHCP [*] 改 为 [ ] 用空格键将*去除 Static IP 输入 192.168.1.112 Netmask输入 255.255...
分类:
其他好文 时间:
2014-11-13 16:14:48
阅读次数:
136
链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2829
不摘抄题目了;...
分类:
其他好文 时间:
2014-11-13 12:57:30
阅读次数:
113
grub菜单原来内容:
menuentry 'UbuntuKylin GNU/Linux' --class ubuntukylin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-41316a4b-f9b8-46f8-8509-92b330b7feec' {
recordfail
...
分类:
其他好文 时间:
2014-11-13 07:06:11
阅读次数:
157
内层分割,比如电源层需要分割几种电源。(1)、点击Display -> Assign Color 在Option中,先取一种颜色作为高亮显示的颜色。(2)、在Find中,选Net,点击more,选择要高亮显示的电源网络,点击Apply。就可以看到该网络用指定的颜色高亮显示出来。然后在Find by ...
分类:
其他好文 时间:
2014-11-13 00:21:47
阅读次数:
556
方法有两种。 第一种通过<select>的属性来设置选中项,此方法可以在动态语言如php在后台根据需要控制输出结果。 1 2 3 4 5 < select? id =? "sel" > < option? value = "1" >1</ option > < option? value = ...
分类:
Web程序 时间:
2014-11-12 23:11:15
阅读次数:
491