码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
MUI组件二:复选框、对话框、图片轮播、图标和输入框
1、checkbox(复选框)    checkbox常用于多选的情况,比如批量删除、添加群聊等; DOM结构 checkbox示例 默认checkbox在右侧显示,若希望在左侧显示,只需增加.mui-left类即可,如下: checkbox左侧显示示例 若要禁用checkbox,只需在checkbox上增加disabled属性即可; 代码块激活字符: m...
分类:其他好文   时间:2016-07-13 16:42:41    阅读次数:419
internet connection sharing has been disabled by the network administrator
Computer Configuration/Administrative Templates/Network/Network Connections Prohibit installation and configuration of Network Bridge on your DNS doma ...
分类:Web程序   时间:2016-07-13 11:40:42    阅读次数:289
html select与option标签
1、select 元素 select 元素可创建单选或多选菜单。<select> 元素中的 <option> 标签用于定义列表中的可用选项 常用属性如下: autofocus:规定在页面加载后文本区域自动获得焦点。 disabled:规定禁用该下拉列表。 form:规定文本区域所属的一个或多个表单。 ...
分类:Web程序   时间:2016-07-12 01:28:07    阅读次数:205
redhat6.5搭建nginx+tomcat负载均衡,memcached高速缓存
实验环境:redhat6.5版本虚拟机3台:server1:172.25.44.10,内存1024M,CPU双核server2:172.25.44.20,内存512M,CPU单核server3:172.25.44.30,内存512M,CPU单核这三台虚拟机iptables为关闭状态,selinux为disabled状态。apache和nginx的区别:nginx相对于apache的优点:..
分类:系统相关   时间:2016-07-11 01:21:12    阅读次数:352
html readonly和disabled的区别
今天我创建了一个html表单,其中一个字段是sequence number, 这个字段是用ajax异步从后台获取自动生成的,我不希望用户修改这个值,于是我使用了如下html代码来处理: 现在问题来了,我的表单提交到spring mvc的controller之后竟然发现DTO pojo的sequenc ...
分类:Web程序   时间:2016-07-10 13:55:38    阅读次数:145
Linux系统优化
CentOS6.7_x64系统优化:1关闭selinux#DisableSElinusetenforce0sed-i‘/SELINUX=enforcing/cSELINUX=disabled‘/etc/selinux/config2关闭防火墙#Stopiptables/etc/init.d/iptablesstop/etc/init.d/ip6tablesstopchkconfigip6tablesoffchkconfigip6tablesoff3设置运行级别为3,mi..
分类:系统相关   时间:2016-07-09 13:37:53    阅读次数:312
使用salt-ssh安装salt-minion
1.关闭selinuxsed-in‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/config setenforce02.关闭防火墙systemctldisablefirewalld.service systemctlstopfirewalld.service systemctlis-enabledfirewalld.service3.安装master端yum-yinstallsalt-master4.添加启动项,并启..
分类:其他好文   时间:2016-07-09 13:35:36    阅读次数:195
Linux基础的调优及安全设置
基础的调优及安全设置。a简单优化Linux1、关闭Selinux[root@mobanselinux]#cd/etc/selinux/[root@mobanselinux]#sed-is#SELINUX=enforcing#SELINUX=disabled#gconfig[root@mobanselinux]#catconfig#ThisfilecontrolsthestateofSELinuxonthesystem.#SELINUX=cantakeoneoftheseth..
分类:系统相关   时间:2016-07-08 20:16:19    阅读次数:164
python 查找文本中数据并输出该行
withopen(‘cisco1.txt‘)ascisco:foreach_lineincisco:ifnoteach_line.find(‘err-disabled‘)==-1:i=each_line.strip()print(i)
分类:编程语言   时间:2016-07-08 11:58:33    阅读次数:239
一、Tomcat7安装配置
1.SELINUX和防火墙 #关闭SELINUX vi /etc/selinux/config SELINUX = disabled #防火墙 1)关闭防火墙 Centos6.5版本 service iptables stop#关闭防火墙 chkconfig iptables off#开机不启动 C ...
分类:其他好文   时间:2016-07-08 11:48:05    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!