码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
jsp 笔记
最近写jsp 感想 经验disabled="disabled" 不可用readonly="true"checkboxboolean 对钩validType="url"invalidMessage="url格局不正确[http://www.example.com]" 网址验证 怎么保存lo...
分类:Web程序   时间:2015-11-03 19:21:11    阅读次数:198
js 发送验证码倒计时
//发送验证码倒计时var wait=30; function time(o) { if (wait == 0) { o.removeAttribute("disabled"); o.value="免费获取验证码"; wait = 30; }else{ o.setAttribut...
分类:Web程序   时间:2015-11-02 23:07:01    阅读次数:219
CSS选择器
CSS3选择器【UI元素状态伪类选择器】/*在CSS3中,共有17种UI元素状态伪类选择器,分别是E:hover、 E:active、E:focus、E:disabled、E:read-only、E:checked、 E:default、E:indeterminate、E::select...
分类:Web程序   时间:2015-11-01 22:50:03    阅读次数:264
Android--wifi
wifi的基本结构在Android的官方文档中定义了如下五种状态:WIFI_STATE_DISABLING WIFI网卡正在关闭 0WIFI_STATE_DISABLED WIFI网卡不可用 1WIFI_STATE_ENABLING WIFI网卡正在打开 2WIFI_STATE_ENABLED .....
分类:移动开发   时间:2015-11-01 21:19:20    阅读次数:369
js 事件阻止传播方法,准确定位事件源
在做网页时,经常会对按钮等添加事件,比如表单提交,有时候发现,明明点了一次提交按钮,数据库却多添加了一条甚至多条记录,造成原因可能是一次连接触发了多次按钮,还有可能是事件发生了冒泡.前一种方法可以把按钮点击后设置disabled属性为true即为不可用状态即可,后一种可以用下面方法$("li").c...
分类:Web程序   时间:2015-10-24 20:26:41    阅读次数:138
jQuery中prop()方法和attr()方法可能遇到的问题小结
放置文章标题 //这里是网页编码现在是gb2312 总结:具有 true 和 false 两个属性的属性,如 checked, selected 或者 disabled 使用prop(),其他的使用 attr(),具体见下表:
分类:Web程序   时间:2015-10-16 20:44:11    阅读次数:156
Centos系统初始化
修改用户密码:passwd修改linux主机名vi/etc/sysconfig/networkvim/etc/host主机名立即生效hostnameselinux和防火墙Redhat使用了SELinux来增强安全,关闭的办法为:1.永久有效修改/etc/selinux/config文件中的SELINUX=""为disabled,然后重启。2.即时生效setenforce0关闭防火墙..
分类:其他好文   时间:2015-10-16 11:58:42    阅读次数:223
centos7 初始化
##关闭selinux sed-i‘s/enforcing/disabled/‘/etc/selinux/config setenforce0 /usr/bin/systemctlstopfirewalld.service#关闭防火墙 /usr/bin/systemctldisablefirewalld.service#禁止开机启动 ##安装一些必备软件 yum-yinstallgccgcc-c++lrzszvimwgetzlibcurlntpdate ##同步..
分类:其他好文   时间:2015-10-13 19:29:03    阅读次数:236
ocp-355
QUESTION NO: 355If a job references a schedule that has been disabled, what will be the result? A. The job will be automatically disabled. B. The job will never execute. C. The job will attempt to...
分类:其他好文   时间:2015-10-13 10:44:13    阅读次数:181
CentOS 6.5 部署 Horizon
以root用户进行部署,python源也可以使用 http://mirrors.aliyun.com/pypi/simple/ 修改系统 更改SElinux的配置文件 /etc/selinux/config,SELINUX=disabled ssh-keygen ~/.ssh/authorized_...
分类:其他好文   时间:2015-10-12 20:53:25    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!