#!/bin/bashsetenforce 0sed -i 's/=enforcing/=disabled/g' /etc/selinux/configsystemctl start firewalldsystemctl enable firewalld rm -rf /etc/yum.repos. ...
分类:
其他好文 时间:
2019-08-08 19:08:20
阅读次数:
98
谷歌浏览器打开 点我跳转 ,点击之后改为 Disabled 重启浏览器即可 ...
分类:
Web程序 时间:
2019-08-04 19:40:23
阅读次数:
119
activiti6安装包中 1/直接将三个war包放入tomcat中,即可运行,使用H2内存数据库 2/使用mysql数据库运行 2.1/activiti-admin 2.2 activiti-app 2.3/ activit-rest ...
分类:
移动开发 时间:
2019-08-02 10:45:45
阅读次数:
741
安装vsftpd服务软件yuminstall-yvsftpd开机开启和开启vsftpd服务systemctlstartvsftpdsystemctlenablevsftpd关闭selinux设置selinux为disabled防火墙机制加入ftpfirewall-cmd--permanent--add-service=ftpfirewall-cmd--reloadfirewall-cmd--lis
分类:
系统相关 时间:
2019-08-02 00:02:13
阅读次数:
140
用于一些注册类的场景,点击发送验证码,xx秒后重新发送。 利用 setTimeout 方法,xx秒后执行指定的方法,修改button的属性值,disabled为true时为灰色,不可点击。 ...
分类:
Web程序 时间:
2019-07-30 10:41:21
阅读次数:
118
SELinux三种模式 Enforcing:强制模式。代表SELinux在运行中,且已经开始限制domain/type之间的验证关系 Permissive:半关闭。代表SELinux在运行中,但不使用规则,进程仍可以对文件进行操作。不过如果验证不正确会发出警告 Disabled:关闭模式。SELin ...
分类:
系统相关 时间:
2019-07-26 18:51:53
阅读次数:
177
1.检查防火墙 是否关闭service iptables status service iptables stopchkconfig iptables off 2. SELINUXvim /etc/selinux/configSELINUX=disabled SELinux(Security-Enh ...
分类:
数据库 时间:
2019-07-24 13:12:01
阅读次数:
142
1.Storage 1.1 如何添加守护进程(daemon process) :在init.rc添加相关服务进程, example, ## Daemon processes to be run by init.##service ueventd /system/bin/ueventd class c ...
分类:
移动开发 时间:
2019-07-17 18:23:25
阅读次数:
133
前端调试的时候经常遇到缓存问题, chrome : f12 > 找到 Disabled caceh 勾上 火狐: f12 找到 禁用缓存 ...
分类:
系统相关 时间:
2019-07-11 12:47:31
阅读次数:
111
input标签中的一些样式: <input type="text">:表示输入文本 <input type="password">:表示数如密码,呈*** <input type="text" name="name" maxlenght="6" readonly="" disabled="disab ...
分类:
Web程序 时间:
2019-07-10 21:27:57
阅读次数:
159