码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
yum This system is not registered with RHN. RHN support will be disabled
新安装的redhat系统,想使用yum安装一些服务时报错:Loading"rhnplugin"pluginLoading"installonlyn"pluginThissystemisnotregisteredwithRHN.RHNsupportwillbedisabled.SettingupInstallProcessSettinguprepositoriesNoRepositoriesAvailabletoSetUpReadingrepositorymetadata..
分类:其他好文   时间:2014-09-28 19:30:47    阅读次数:224
javascript读取xm子节点,无刷新例子(javascript,xml,php)
下面这个javascript函数是用来做无刷新判断用户名和密码是否正确<scriptlanguage="javascript">functionlogin_sussess(){varflag=false;varuser,psw;user=form1.user.value;psw=form1.psw.value;coder=form1.coder.value;form1.submit2.disabled="false";document.getEle..
分类:编程语言   时间:2014-09-28 19:11:48    阅读次数:200
Solo and Mute
【Solo and Mute】 Muting means a transition will be disabled. Soloed transtions are enabled and with respect to other transitions originating from the ....
分类:其他好文   时间:2014-09-26 18:54:28    阅读次数:164
限制<input />只能录入阿拉伯数字
<input id="item" style="IME-MODE: disabled; WIDTH: 15px; HEIGHT: 10px"? onkeyup="this.value=this.value.replace(/\D/g,‘‘)" onafterpaste="this.value=this.value.replace(/\D/g,‘‘)" maxlength="5" size=...
分类:其他好文   时间:2014-09-26 11:36:09    阅读次数:171
Unable to disable SELinux because the installed package set
反馈:1."selinux--disabled"inkickstart2.确保@admin-toolsorsystem-config-firewall在安装包之列结果:ErrorcreatingLiveCD:UnabletodisableSELinuxbecausetheinstalledpackagesetdidnotincludethefile/usr/sbin/lokkit总结:selinux--disabledrequiressystem-config-firewal..
分类:系统相关   时间:2014-09-25 12:16:19    阅读次数:231
2014-9月速记归档
9-19速记:ie6下span实际高度大于设置高度ie6下盒子的最小高度为20px,所以如果需要设置高度小于20px的盒子,添加overflow:hidden;9-24速记:Form表单元素的readonly和disabled属性的区别。readonly:不可编辑,可以选择和复制;值可以传递到后台d...
分类:其他好文   时间:2014-09-25 00:55:27    阅读次数:296
CentOS 6.3下NTP服务安装和配置
测试环境:NTPserver 192.168.1.252NTPclient 192.168.1.251准备工作:关闭selinux:vi /etc/selinux/configSELINUX=disabled关闭iptables:service iptables stopchkconfig ipta...
分类:其他好文   时间:2014-09-22 15:44:32    阅读次数:195
tryLock & lock 区别
void lock()Acquires the lock.If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant unt...
分类:其他好文   时间:2014-09-22 01:23:41    阅读次数:417
disabled和readonly 的用法区别
如果html 某控件加disabled属性,此控件处于不能编辑状态。同样的readonly属性也能起到此作用。readonly:适用于input的text,textarea控件,单文本与多文本框。disabled:适用于checkbox,radio控件。如果checkbox,radio属性用read...
分类:其他好文   时间:2014-09-19 17:05:05    阅读次数:192
AR9331出现connect-debounce failed,port 1 disabled解决方法备忘
基于AR9331的路由器,自己画的pcb板子,竟然出现这个错误,百度下,貌似有不少人遇见过这个错误,但是在修改板子前我的固件用的是没问题的,USB完美使用 修改过板子后出现这个问题! hub 1-0:1.0 connect-debounce failed,port 1 disabled 后台串口不停的报这个错误。 最后发现是USB的数据线反了,哈哈,跳线反过来试试! 成功识别...
分类:其他好文   时间:2014-09-19 10:07:25    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!