<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]--> <!--[if IE]> 所有的IE可识别 <![endif]--&g…
屏蔽IE8 JS报错
<script type="text/javascript"> function SlyarErrors() { return true; } window.onerror = SlyarErrors; &l…
IE8 layer.open 能打开content页面,但是无法加载数据
问题描述:ie layui 的layer.open 能打开content页面,但是无法加载数据 什么情况出现:我是用esc快捷键调用的方法,方法里调用layui的open方法,未打开。 什么情况不出现:button的o…
IE8 下修改CSS/STYLE样式
由于IE8需要预先声明,建议使用如下方法 提前将几种样式class放在css中,调用即可 ``` var div=document.getElementById("communityBox"); div.classNam…
Centos7动态IP改静态后SSH很慢
vi /etc/ssh/sshd_config #UseDNS yes 改为 UseDNS no
Centos7 安装mondorescue
1.本机得联网,yum安装,首先进入、/etc/yum.repos.d目录 2.将以下几句添加到/etc/yum.repos.d/CentOs.Base.repo的最后面 [mondorescue] name=cento…
已编译安装的PHP 安装curl扩展
(1、下载并安装 curl) ``` #下载源码包 (源码包列表) https://curl.haxx.se/download/ 或 https://curl.haxx.se/download.html (或者直接下载7…
centos7 断电导致 generating /run/initramfs/rdsosreport.txt 问题
generating “/run/initramfs/rdsosreport.txt” entering emergencymode. exit the shell to continue type “journalct…
php安装执行configure报错error: off_t undefined; check your library configuration
vim /etc/ld.so.conf #添加如下几行 /usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64 #保存退出 :wq ldconfig -v # 使之生效
configure: WARNING: unrecognized options: --with-mcrypt, --enable-gd-native-ttf
php7+版本不支持 --with-mcrypt, --enable-gd-native-ttf,把这两个选项删除掉。也不支持 --with-mysql.