码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
【初始化-sshd】init_sshd.sh
【初始化-sshd】init_sshd.sh#!/bin/bash # #2014/09/02 #1)禁用selinux #modify/etc/sysconfig/selinux #to:SELINUX=disabled #andrebootlater. cp-a/etc/selinux/config/etc/selinux/config.bak echo‘SELINUX=disabled‘>/etc/selinux/config #2)清空firewall iptables-..
分类:其他好文   时间:2014-12-24 18:33:51    阅读次数:161
jquery设置元素的readonly和disabled
Jquery的api中提供了对元素应用disabled和readonly属性的方法,在这里记录下。如下:1.readonly $('input').attr("readonly","readonly")//将input元素设置为readonly $('input').removeAttr("re.....
分类:Web程序   时间:2014-12-19 17:17:54    阅读次数:199
VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED)
参考以下文章:http://94it.net/a/jingxuanboke/2014/0717/368367.html
分类:移动开发   时间:2014-12-19 12:00:08    阅读次数:489
知乎上关于前端工作中经常遇到的问题总结
有哪些经常被误用的 HTML、JavaScript、CSS 的元素、方法和属性?以前想要把一个元素(input 之类的)设成只读的时候都是用 disabled,后来发现这是不对的。 因为在 HTML 里面,如果一个元素被设置成 disabled, 那么它的值就不会被发送到 server 端。 正确....
分类:其他好文   时间:2014-12-19 11:52:52    阅读次数:3355
JS中设置按钮不可用的disabled属性
JS中可以通过document.getElementById("btn").disabled = true;来设置按钮不可用也可以设置form表单中的textarea的disabled属性,可以让用户无法向textarea备注框内输入字符document.getElementById("textar...
分类:Web程序   时间:2014-12-18 11:54:51    阅读次数:514
【Linux学习之旅】之Ubuntu 14.04下的Wireshark出现Wireshark - Lua: Error during loading...
Lua: Error during loading:[string "/usr/share/wireshark/init.lua"]:46: dofile has been disabled due to running Wireshark as superuser. See http://wiki...
分类:系统相关   时间:2014-12-17 09:03:27    阅读次数:281
apache集成subversion
1、准备工作yuminstall-ygccgcc-c++#安装gccyum-yinstallperl#安装perlsetenforce0#关闭selinuxsed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/selinux/configserviceiptablesstop#关闭iptableschkconfigiptablesoff2、安装apr./configure--prefix=/usr/local/aprmake&..
分类:Web程序   时间:2014-12-16 19:30:42    阅读次数:206
jquery设置元素的readonly和disabled
(转)Jquery的api中提供了对元素应用disabled和readonly属性的方法,在这里记录下。如下:1.readonly $('input').attr("readonly","readonly")//将input元素设置为readonly $('input').removeAttr(.....
分类:Web程序   时间:2014-12-12 18:56:46    阅读次数:156
UI基础--UIButton、懒加载
UIButtonUIButton,按钮,可以显示图片和文字,并在点击后,可以进行相应的操作的一个控件。UIButton有三个状态:普通(normal)、高亮(highlighted)、失效(disabled);其中normal状态是默认状态,highlighted是按下按钮但还没松开时的状态,失效状...
分类:其他好文   时间:2014-12-11 20:47:29    阅读次数:205
SQOOP Load Data from Oracle to Hive Table
sqoop import -D oraoop.disabled=true \--connect "jdbc:oracle:thin:@(description=(address=(protocol=tcp)(host=HOSTNAME)(port=PORT))(connect_data=(servi...
分类:数据库   时间:2014-12-10 17:38:11    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!