<script> isIEVersion = function(){ var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器 var isIE11 = userAgent.indexOf('Trident')

郭铭心
2024-12-31
2024-12-31
郭铭心
2024-12-31
2024-12-31

<div class="web_notice" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99999;"> <div style="position: fixed;top: 50%;left: 50%;width: 550px;background: #FFF;transform: translate(-50%, -50%);bord

郭铭心
2024-12-31
2024-12-31
郭铭心
2024-12-31
2024-12-31

文件扩展名 Content-Type(Mime-Type) 文件扩展名 Content-Type(Mime-Type) .*(二进制流,不知道下载文件类型) application/octet-stream .tif image/tiff .001 application/x-001 .301 application/x-301 .323 text/h323 .906 application/x-906 .907 drawing/907 .a11 application/x-a11 .acp audio/x

郭铭心
2024-10-28
2024-10-28
郭铭心
2024-10-28
2024-10-28

ASCII值 控制字符 ASCII值 控制字符 ASCII值 控制字符 ASCII值 控制字符 0 NUT 32 (space) 64 @ 96 、 1 SOH 33 ! 65 A 97 a 2 STX 34 " 66 B 98 b 3 ETX 35 # 67 C 99 c 4 EOT 36 $ 68 D 100 d 5 ENQ 37 % 69 E 101 e 6 ACK 38 & 70 F 102 f 7 BEL 39 , 71 G 103 g 8 BS 40 ( 72 H 104 h 9 HT

郭铭心
2024-10-28
2024-10-28
郭铭心
2024-10-28
2024-10-28

英特尔® 至强®处理器的数字和后缀可以表示性能、功能和代次。有关具体详细信息,请参阅以下信息。 四位数字序列的第一个数字表示处理器级别 处理器级别 8,9 铂 6 金 5 金 4 银 3 青铜 第二个数字表示处理器代次 处理器世代 1 第一代智能英特尔® 至强® 2 第二代智能英特尔® 至强® 3 第三代智能英特尔® 至强® 4 第四代智能英特尔® 至强® 5 第五代智能英特尔® 至强® 第三位和第四位数字表示

郭铭心
2024-10-11
2024-10-11
郭铭心
2024-10-11
2024-10-11

转载:https://www.cnblogs.com/sowler/p/18228732 1、系统要求 首先需要确定 CentOS7 的内核版本号,因为 docker 安装要求 Linux 内核版本在 3.10 及以上。查看内核版本号: uname -r # CentOS7 内核版本号为:3.10.0-957.5.1.el7.x86_64 查看系统名称: cat /etc/redhat-release # CentOS Linux release 7.6.1810 (Core) 2、下载Docker Doc

郭铭心
2024-09-08
2024-09-08
郭铭心
2024-09-08
2024-09-08

清华源docker地址: https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/ 安装docker之前需要添加 GPG 公钥,主要是用来验证安装文件是否被篡改,先安装工具:curl和gnupg2,两个工具。 apt install curl gnupg2 下面是清华源GPG地址,下载和添加。 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg |

郭铭心
2024-09-08
2024-09-08
郭铭心
2024-09-08
2024-09-08


郭铭心
2024-09-04
2024-09-04
郭铭心
2024-09-04
2024-09-04