12 2024 档案
摘要:下载升级的版本软件包 # 官网下载地址,选择自己想要的版本 https://nginx.org/en/download.html 解压到新文件夹 cd /server tar -zxvf nginx-1.26.2.tar.gz 编译 # 查询旧版本参数 [root@hcss-ecs-df46 ngi
阅读全文
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <!-- 本地引用 --> <!-- <link rel="stylesheet" href="css/element-plus.css" /> <script
阅读全文
摘要:use information_schema; select table_name,table_rows from tables where TABLE_SCHEMA = 'reconciliation_platform' order by table_rows desc;
阅读全文