问题描述: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.
ThinkPHP 5.x远程命令执行漏洞分析与复现
0x00 前言 ThinkPHP官方2018年12月9日发布重要的安全更新,修复了一个严重的远程代码执行漏洞。该更新主要涉及一个安全更新,由于框架对控制器名没有进行足够的检测会导致在没有开启强制路由的情况下可能的gets…