js: html 在处理html的select验证时的处理 添加红色部分即可验证,原因就是默认禁用/隐藏控件不验证,这里只手动排除禁用控件,即除了禁用控件外其他控件都校验 ...
分类:
其他好文 时间:
2017-06-14 11:26:39
阅读次数:
345
#cacti##1.cacti安装######IP:172.25.44.1######环境:RedHat6.5######镜像:rhel-server-6.5-x86_64-dvd.iso######火墙:/etc/init.d/iptablesstop&&chkconfigiptablesoff######selinux:disabled#####1.1.RequiredPackagesforRPM-basedOperatingSystemsrrdtoolphpph..
分类:
其他好文 时间:
2017-06-11 15:38:46
阅读次数:
254
Docker报错 WARNING: IPv4 forwarding is disabled. Networking will not work. 解决办法: 添加如下代码: 重启network服务 ...
分类:
其他好文 时间:
2017-06-11 10:24:19
阅读次数:
114
错误原因配置关闭SELinux,结果误操作应修改配置文件/etc/selinux/config中的“SELINUX”参数的值,#SELINUX=enforcing原始配置SELINUX=disabled正确但是误将“SELINUXTYPE”看成“SELINUX”,设置了SELINUXTYPE参数:#SELINUXTYPE=targeted原始配置这个不必修改。SELINUXTYPE=..
分类:
系统相关 时间:
2017-06-09 17:22:38
阅读次数:
8157
$(function(){ $('#button1').click(function(){ $.ajax({ type: "POST", url: "eventlog.do", data: {methods:'export'}, dataType: "json",//... ...
分类:
Web程序 时间:
2017-06-09 14:11:58
阅读次数:
193
SELinuxyuminstall-yhttpd/etc/init.d/httpdstartvim/etc/sysconfig/selinux将disabled改为permissive然后一定要reboot之后才生效这个实验一定要开启httpd同时selinux一定不能是disabled[root@server7~]#mkdir/happy[root@server7~]#touch/happy/zhouqi[root@server7~]#ls-Zd/h..
分类:
系统相关 时间:
2017-06-08 01:33:12
阅读次数:
340
系统环境 系统平台:CentOS release 6.8 (Final) NFS Server IP:172.16.55.6 防火墙关闭 SELinux=disabled 安装NFS程序包 1.查看系统是否已经安装 2.如果没有安装nfs,则安装nfs程序包 配置共享目录 在其他主机挂载该文件目录 ...
分类:
系统相关 时间:
2017-06-06 12:00:19
阅读次数:
280
随着Exchange 版本更新升级,是否进行验证客户端建立MapiHttp连接所需的服务器设置已正确配置。即使服务器,负载均衡器和反向代理的所有设置都正确,您可能会遇到连接到Exchange Server 2013 SP1与Microsoft Outlook 2013 SP1与使用Mapi over ...
A privilege is the right of an account, such as a user or group account, to perform various system-related operations on the local computer, such as s ...
分类:
其他好文 时间:
2017-06-04 22:39:03
阅读次数:
273
SElinux共有3中状态。1、selinux的配置文件:/etc/selinux/config# This file controls the state of SELinux on the system. 3 # SELINUX= can take one of these three valu ...
分类:
系统相关 时间:
2017-06-04 11:48:40
阅读次数:
317