码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
jq选择器
//设置radio、checkbox不能点击$("input[type='radio'],input[type='checkbox']").attr("disabled", true); //将radio选中的disable去掉解决数据传递问题$("input[type='radio']:check ...
分类:其他好文   时间:2019-12-19 16:00:50    阅读次数:73
packstack快速部署openstack
环境准备 建议16GB RAM sed -i '/^SELINUX/s/enforcing/disabled/' /etc/selinux/config systemctl stop firewalld && systemctl disable firewalld systemctl stop Ne ...
分类:其他好文   时间:2019-12-18 12:40:42    阅读次数:118
springboot开发人员工具(自动重启及相关的配置)
导入依赖: Developer tools are automatically disabled when running a fully packaged application. If your application is launched from java -jar or if it is ...
分类:编程语言   时间:2019-12-17 14:47:48    阅读次数:218
Exploit completed, but no session was created.
在kali上做metasploit实验,步骤如下: 让人闹心的是最后一句话Exploit completed, but no session was created.三板斧打完,无法返回shell,我尝试了好多方法,更换靶机操作系统,更换metasploit版本,无论怎么折腾都不行,最后从书上找到答 ...
分类:其他好文   时间:2019-12-15 20:13:43    阅读次数:579
js限制按钮每隔一段时间才能再次点击
设置属性 disabled 可以限制交互,单击按钮时添加disabled=“disabled”属性,再为按钮添加定时器,一定时间后删除定时器和disabled属性 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF ...
分类:Web程序   时间:2019-12-14 15:54:18    阅读次数:108
关闭 WordPress 自动更新
# 方法一 推荐!编辑 WordPress 网站目录下的 wp-config.php 文件,添加如下代码: define( 'AUTOMATIC_UPDATER_DISABLED', true ); # 方法二 编辑当前主题的 functions.php 配置文件(仪表盘 - 外观 - 编辑),添加 ...
分类:其他好文   时间:2019-12-13 21:57:02    阅读次数:249
centos基本信息和ssh
欧气dsfkj 博客园 首页 新随笔 联系 订阅 管理 随笔 - 1 文章 - 0 评论 - 0 基于CentOS7.7的实践 安装docker [root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/s ...
分类:其他好文   时间:2019-12-13 14:01:39    阅读次数:146
启动时,同时进入容器 -it 可交互终端
[root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# cat /etc/s ...
分类:其他好文   时间:2019-12-13 13:47:25    阅读次数:92
MySQL使用简单教程
[root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# cat /etc/s ...
分类:数据库   时间:2019-12-13 13:39:15    阅读次数:172
修改mysql端口后重启mysql报错:Can't start server: Bind on TCP/IP port. Got error...n denied
1:错误信息:如下 2:解决方法 修改mysql端口后需要修改: vi /etc/selinux/configSELINUX=disabled 然后重启服务。可以用命令:setenforce 0 临时关闭selinux ,不用重启服务器;setenforce 0systemctl restart m ...
分类:数据库   时间:2019-12-13 09:14:00    阅读次数:286
2057条   上一页 1 ... 19 20 21 22 23 ... 206 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!