//设置radio、checkbox不能点击$("input[type='radio'],input[type='checkbox']").attr("disabled", true); //将radio选中的disable去掉解决数据传递问题$("input[type='radio']:check ...
分类:
其他好文 时间:
2019-12-19 16:00:50
阅读次数:
73
环境准备 建议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
导入依赖: 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
在kali上做metasploit实验,步骤如下: 让人闹心的是最后一句话Exploit completed, but no session was created.三板斧打完,无法返回shell,我尝试了好多方法,更换靶机操作系统,更换metasploit版本,无论怎么折腾都不行,最后从书上找到答 ...
分类:
其他好文 时间:
2019-12-15 20:13:43
阅读次数:
579
设置属性 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 网站目录下的 wp-config.php 文件,添加如下代码: define( 'AUTOMATIC_UPDATER_DISABLED', true ); # 方法二 编辑当前主题的 functions.php 配置文件(仪表盘 - 外观 - 编辑),添加 ...
分类:
其他好文 时间:
2019-12-13 21:57:02
阅读次数:
249
欧气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
[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
[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
1:错误信息:如下 2:解决方法 修改mysql端口后需要修改: vi /etc/selinux/configSELINUX=disabled 然后重启服务。可以用命令:setenforce 0 临时关闭selinux ,不用重启服务器;setenforce 0systemctl restart m ...
分类:
数据库 时间:
2019-12-13 09:14:00
阅读次数:
286