js IE6支持png透明解决png ie6下不透明背景图片https://www.mk2048.com/demo/demo_target_desc.php?id=22ac0kjkjjs IE6支持png透明解决png ie6下不透明背景图片jQuery全屏图片幻灯片上下按钮控制幻灯片播放点击》jQ ...
分类:
其他好文 时间:
2020-05-14 19:43:37
阅读次数:
70
nginx -s reopen #重启Nginx nginx -s reload #重新加载Nginx配置文件,然后以优雅的方式重启Nginx nginx -s stop #强制停止Nginx服务 nginx -s quit #优雅地停止Nginx服务(即处理完所有请求后再停止服务) nginx - ...
分类:
其他好文 时间:
2020-05-14 15:57:58
阅读次数:
77
jQuery左侧浮动导航条点击动画弹出移动箱单页内容https://www.mk2048.com/demo/demo_target_desc.php?id=2b2jkb00jjQuery移动箱内容jQuery底部滑出菜单_鼠标悬停滑动导航条https://www.mk2048.com/demo/de ...
分类:
其他好文 时间:
2020-05-14 15:41:38
阅读次数:
72
systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl start firewalld #启动 firewall firewall-cmd - ...
分类:
其他好文 时间:
2020-05-14 13:34:33
阅读次数:
54
借助js的on方法,可以给动态生成的input标签,添加change事件 1 //我的费率 2 $(document).on("input propertychange", "#mytbody .my_rate", function (e) { 3 var my_rate = $(this).val ...
分类:
Web程序 时间:
2020-05-14 13:14:53
阅读次数:
93
由于之前(Linux nginx安装与配置(参考))已经安装好了 nginx 所以要重新下载包编译 ssl1.停止运行 nginx systemcrl stop nginx.service 2.下载 nginx cd /home/download wget http://nginx.org/down ...
分类:
Web程序 时间:
2020-05-14 12:57:42
阅读次数:
99
计算方法,精度损失来自于浏览器将rem转成px的过程。element.currentStyle ? element.currentStyle : window.getComputedStyle(element, null)可以获取px小数点后的数值 <!DOCTYPE html> <html> <h ...
分类:
Web程序 时间:
2020-05-14 12:45:03
阅读次数:
73
阿里出品:官网 https://alibaba.github.io/arthas/ 入门: 1、下载 2、启动 java -jar arthas-boot.jar 3、输入待分析的java进程序号,启动挂在分析 4、关闭 Arthas 服务端:stop 典型使用 dashboard:当前进程的信息 ...
分类:
其他好文 时间:
2020-05-14 01:24:34
阅读次数:
141
1、查看运行容器 docker ps: 2、查看所有容器 docker ps -a: 3、查看容器的日志 docker logs 容器名称/容器ID: 4、运行镜像 docker run --name container-name -d image-name: (--name:自定义容器名,-d:后 ...
分类:
其他好文 时间:
2020-05-14 01:18:43
阅读次数:
63
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head ...
分类:
Web程序 时间:
2020-05-13 20:16:50
阅读次数:
77