<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>一二三博客</title><link>http://www.uclouds.top/</link><description>正则表达式|jquery|dos|bat|批处理|javascript|Photoshop|HTML|div+css|PHP|Vue|Centos|Nginx</description><item><title>ThinkPHP 8.x 如何使用 Swoole 进行加速</title><link>http://www.uclouds.top/?id=52</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;核心步骤&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1. 环境要求&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;PHP &amp;gt;= 8.0 (ThinkPHP 8.x 要求)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Swoole 扩展 &amp;gt;= 4.5.0 (强烈推荐 &amp;gt;= 4.8.0 且使用最新稳定版)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Composer&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;ThinkPHP 8.x 项目&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;? 确认 Swoole 安装：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;php --ri swoole&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;AI写代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;bash&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查输出中是否有 Version =&amp;gt; 信息，并确保版本符合要求。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2. 安装官方 Swoole 扩展适配包&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;ThinkPHP 官方提供了 topthink/think-swoole 包来无缝集成 Swoole。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;在你的项目根目录执行 Composer 命令安装：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;composer require topthink/think-swoole&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;AI写代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;bash&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;3. 创建 Swoole 服务配置文件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;生成默认的 Swoole 配置文件 config/swoole.php：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;php think swoole:publish&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;AI写代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;bash&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;4. 配置 Swoole 服务器 (关键)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;编辑生成的 config/swoole.php 文件，根据你的服务器环境和需求调整配置：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;————————————————&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 21 Jul 2025 14:57:43 +0800</pubDate></item><item><title>FlyEnvMac版是macOS的PHP环境管理工具，集成Web服务器、数据库和开发环境管理，支持多版本PHP、一键安装扩展、性能监控和多项目，提供高效开发环境解决方案。</title><link>http://www.uclouds.top/?id=51</link><description>&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;span style=&quot;max-width: 100%; background-color: #FDFDFE; color: #05073B;&quot;&gt;FlyEnv Mac版（原名PhpWebStudy）是一款专为macOS用户设计的开发工具，旨在提供一个简便、高效的PHP环境管理平台。这款软件集成了Web服务器、数据库服务器和开发环境管理功能于一体，支持PHP及多种其他编程语言的开发环境搭建与管理。无论是初学者还是资深开发者，都能通过FlyEnv Mac版快速搭建起一个稳定且功能齐全的本地开发环境。&lt;/span&gt;&lt;br style=&quot;display: block; max-width: 100%;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;span style=&quot;max-width: 100%; background-color: #FDFDFE; color: #05073B;&quot;&gt;下载页面&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;span style=&quot;max-width: 100%; background-color: #FDFDFE; color: #05073B;&quot;&gt;&lt;a href=&quot;https://www.macphpstudy.com/download.html&quot; _src=&quot;https://www.macphpstudy.com/download.html&quot;&gt;https://www.macphpstudy.com/download.html&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 28px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; color: rgb(5, 7, 59); box-sizing: border-box; -webkit-font-smoothing: antialiased; list-style: none; scrollbar-width: none; background-color: rgb(253, 253, 254); margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;功能特色&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;PHP版本管理&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版支持多版本PHP环境的安装与管理，用户可以在不同版本之间轻松切换，以满足不同项目的需求。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;提供了PHP版本升级和降级的便捷操作，确保开发环境的兼容性。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;一键安装PHP扩展&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;无需手动查找和安装PHP扩展，FlyEnv Mac版提供了一键安装所需扩展的功能，简化了开发过程中的配置工作。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;集成Web服务器&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版支持与Apache、Nginx等Web服务器的无缝集成，用户可以轻松配置和管理Web服务器，快速启动本地开发环境。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;数据库集成&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;软件可以与MySQL、MariaDB等数据库管理系统进行集成，简化数据库的安装与配置工作，确保开发环境的统一性。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;提供了数据库管理和维护的便捷工具，如数据导入导出、备份恢复等。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;简洁直观的界面&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版采用简洁直观的图形化界面，用户无需深入了解底层配置即可完成所有操作。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;所有功能都集中在一个平台上，提高了工作效率和用户体验。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;自动启动与管理&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;支持一键启动所有开发环境所需的服务，包括PHP、Web服务器和数据库等，帮助开发者快速搭建完整的本地开发环境。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;提供了自动停止和重启服务的便捷功能，方便用户进行开发和调试。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;性能监控&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;内置性能监控工具，能够实时监控开发环境的性能数据，如CPU使用率、内存占用情况等。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;帮助开发者快速识别和解决性能瓶颈，确保开发环境的流畅运行。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;多项目支持&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;允许同时管理多个项目，用户可以为每个项目单独配置PHP版本和环境设置，确保项目之间的独立性和兼容性。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;提供了项目导入导出功能，方便用户在不同开发环境之间迁移项目。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;原生应用程序&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版是一个原生应用程序，不使用虚拟容器，所有模块都以原生静态二进制文件运行，速度更快，资源消耗更少。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;灵活的更新机制&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;&quot;&gt;：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px; list-style-position: initial; list-style-image: initial; overflow-y: auto; max-width: 100%;&quot;&gt;&lt;li&gt;&lt;p style=&quot;max-width: 100%; line-height: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版拥有灵活的更新机制，能够确保用户始终使用最新版本的软件和相关模块。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; color: rgb(5, 7, 59); box-sizing: border-box; -webkit-font-smoothing: antialiased; list-style: none; scrollbar-width: none; background-color: rgb(253, 253, 254); margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;使用体验&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; color: rgb(5, 7, 59); box-sizing: border-box; -webkit-font-smoothing: antialiased; list-style: none; scrollbar-width: none; background-color: rgb(253, 253, 254); margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;在使用FlyEnv Mac版的过程中，用户可以感受到其便捷、高效且直观的操作体验。通过简洁的图形化界面，用户可以轻松完成PHP环境的搭建、配置和管理。无需手动修改配置文件或进行复杂的命令行操作，FlyEnv Mac版提供了一键安装PHP扩展、自动启动和管理服务等功能，极大地简化了开发过程中的工作。同时，软件的性能监控和多项目支持功能也使得用户能够更高效地管理开发环境，提高开发效率和项目质量。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; color: rgb(5, 7, 59); box-sizing: border-box; -webkit-font-smoothing: antialiased; list-style: none; scrollbar-width: none; background-color: rgb(253, 253, 254); margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%; box-sizing: border-box; padding: 0px; -webkit-font-smoothing: antialiased; list-style: none; margin: 0px; scrollbar-width: none;&quot;&gt;软件总结&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;dpu8C _2kCxD &quot; style=&quot;max-width: 100%; overflow-x: visible; font-size: 18px; line-height: 30px; color: rgb(34, 34, 34); margin-top: 24px; font-family: arial; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;overflow-y: auto; max-width: 100%; line-height: 30px; color: rgb(5, 7, 59); box-sizing: border-box; -webkit-font-smoothing: antialiased; list-style: none; scrollbar-width: none; background-color: rgb(253, 253, 254); margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important;&quot;&gt;FlyEnv Mac版是一款功能强大、易于使用的PHP环境管理工具，它集成了Web服务器、数据库服务器和开发环境管理功能于一体，为macOS用户提供了一个全面且高效的开发环境解决方案。无论是初学者还是资深开发者，都能通过FlyEnv Mac版快速搭建起一个稳定且功能齐全的本地开发环境。其简洁直观的界面、便捷的操作流程和强大的功能特性使得用户能够更高效地管理开发环境，提高开发效率和项目质量。&lt;/p&gt;&lt;/div&gt;&lt;span style=&quot;max-width: 100%; background-color: #FDFDFE; color: #05073B;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 26 Feb 2025 14:03:29 +0800</pubDate></item><item><title>kali 安装awvs</title><link>http://www.uclouds.top/?id=50</link><description>&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;一、安装破解awvs 网盘中 安全目录&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;1.通过网盘连接下载awvs及破解文件&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951413519623.png&quot; title=&quot;14.png&quot; alt=&quot;14.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;2.安装awvs&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; text-wrap: wrap; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word;&quot;&gt;mkdir&amp;nbsp;awvs
cd&amp;nbsp;awvs
chmod&amp;nbsp;+x&amp;nbsp;acunetix_trial.sh
chmod&amp;nbsp;+x&amp;nbsp;patch_awvs&amp;nbsp;
./acunetix_trial.sh&amp;nbsp;#执行安装，q退出信息提示&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951092839917.png&quot; title=&quot;1.png&quot; alt=&quot;1.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;3.访问awvs界面&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951112486780.png&quot; title=&quot;2.png&quot; alt=&quot;2.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951128595454.png&quot; title=&quot;3.png&quot; alt=&quot;3.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951140412702.png&quot; title=&quot;4.png&quot; alt=&quot;4.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;可以看到目前是使用状态，2023年3月20日过期(因为我使用里页面翻译所以是中文)，现在我们开始破解&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;4.执行破解&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; text-wrap: wrap; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(7, 93, 179); text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://common.cnblogs.com/images/copycode.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word;&quot;&gt;&amp;nbsp;cp&amp;nbsp;patch_awvs&amp;nbsp;/home/acunetix/.acunetix_trial/v_190325161/scanner&amp;nbsp;
cd&amp;nbsp;/home/acunetix/.acunetix_trial/v_190325161/scanner&amp;nbsp;
chown&amp;nbsp;acunetix:acunetix&amp;nbsp;patch_awvs&amp;nbsp;&amp;nbsp;
./patch_awvs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;


&amp;lt;&amp;nbsp;xs3c.co&amp;nbsp;&amp;gt;
&amp;nbsp;------------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\&amp;nbsp;&amp;nbsp;&amp;nbsp;,__,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\&amp;nbsp;&amp;nbsp;(oo)____
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(__)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;||--||&amp;nbsp;*Crack&amp;nbsp;by&amp;nbsp;bigchan.Tested&amp;nbsp;on&amp;nbsp;v_190325161.
Usage:&amp;nbsp;Copy&amp;nbsp;me&amp;nbsp;to&amp;nbsp;the&amp;nbsp;scanner&amp;nbsp;folder&amp;nbsp;and&amp;nbsp;run&amp;nbsp;as&amp;nbsp;root.

Check&amp;nbsp;environment.
Generating&amp;nbsp;license.
Patch&amp;nbsp;executable.
Jobs&amp;nbsp;done,&amp;nbsp;there&amp;nbsp;you&amp;nbsp;go.&amp;nbsp;&amp;nbsp;#提示完成&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(7, 93, 179); text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://common.cnblogs.com/images/copycode.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;确认&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951155886377.png&quot; title=&quot;5.png&quot; alt=&quot;5.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;已经到2099年了&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;5.服务启动相关命令&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; text-wrap: wrap; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word;&quot;&gt;service&amp;nbsp;acunetix_trial&amp;nbsp;status
service&amp;nbsp;acunetix_trial&amp;nbsp;start
service&amp;nbsp;acunetix_trial&amp;nbsp;stop&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;6.设置服务不更新&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951168346051.png&quot; title=&quot;6.png&quot; alt=&quot;6.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;二、入门使用&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;1.添加目标&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951184583208.png&quot; title=&quot;7.png&quot; alt=&quot;7.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;2.填入需要扫描的站点URL&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951198535144.png&quot; title=&quot;8.png&quot; alt=&quot;8.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951213128163.png&quot; title=&quot;9.png&quot; alt=&quot;9.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951231671899.png&quot; title=&quot;10.png&quot; alt=&quot;10.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;选择对应的站点开始扫描&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951296439036.png&quot; title=&quot;11.png&quot; alt=&quot;11.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951331779498.png&quot; title=&quot;12.png&quot; alt=&quot;12.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&amp;nbsp;查看扫描过程及结果&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.uclouds.top/zb_users/upload/2023/08/202308251692951370891760.png&quot; title=&quot;13.png&quot; alt=&quot;13.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;漏洞信息查找：https://www.scap.org.cn/view/global&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; line-height: 1.5; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-wrap: wrap; background-color: rgb(254, 254, 242);&quot;&gt;三、忘记密码&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; text-wrap: wrap; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word;&quot;&gt;cd&amp;nbsp;/home/acunetix/.acunetix_trial&amp;nbsp;&amp;nbsp;
./change_credentials.sh&amp;nbsp;
Master&amp;nbsp;user&amp;nbsp;found:&amp;nbsp;kali01@qq.com
Email&amp;nbsp;(leave&amp;nbsp;empty&amp;nbsp;for&amp;nbsp;using&amp;nbsp;kali01@qq.com):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#根据提示填入用户名和密码
Using&amp;nbsp;master&amp;nbsp;user&amp;nbsp;kali01@qq.com
Password:&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Aug 2023 16:01:39 +0800</pubDate></item><item><title>centos_7 mariadb 优化参数</title><link>http://www.uclouds.top/?id=49</link><description>&lt;pre class=&quot;prism-highlight prism-language-php&quot;&gt;最大链接数
输入show&amp;nbsp;variables&amp;nbsp;like&amp;nbsp;&amp;#39;max_connections&amp;#39;;一、修改mariadb.service
vim&amp;nbsp;/usr/lib/systemd/system/mariadb.service
在[Service]下面加入以下内容

LimitNOFILE=30000
LimitNPROC=30000

二、修改/etc/my.cnf
vim&amp;nbsp;/etc/my.cnf
在[mysqld]下，加入以下内容

max_connections=30000

输入show&amp;nbsp;variables&amp;nbsp;like&amp;nbsp;&amp;#39;max_connections&amp;#39;;
优化超时时间
max_allowed_packet&amp;nbsp;=&amp;nbsp;64M
wait_timeout&amp;nbsp;=&amp;nbsp;2880000
interactive_timeout&amp;nbsp;=&amp;nbsp;2880000
connect_timeout&amp;nbsp;=&amp;nbsp;120&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 13 May 2022 11:38:38 +0800</pubDate></item><item><title>CENTOS7开机自启动脚本</title><link>http://www.uclouds.top/?id=48</link><description>&lt;div class=&quot;cnblogs_code&quot; style=&quot;background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); padding: 5px; overflow: auto; margin: 5px 0px; display: grid; text-align: justify; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; margin-top: 0px; margin-bottom: 0px; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word; white-space: pre-wrap;&quot;&gt;1、因为在centos7中/etc/rc.d/rc.local的权限被降低了，所以需要赋予其可执行权
chmod&amp;nbsp;+x&amp;nbsp;/etc/rc.d/rc.local
2、赋予脚本可执行权限
假设/usr/local/script/autostart.sh是你的脚本路径，给予执行权限
chmod&amp;nbsp;+x&amp;nbsp;/usr/local/script/autostart.sh
3、打开/etc/rc.d/rc.local文件，在末尾增加如下内容
/usr/local/script/autostart.sh&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 06 Jan 2022 16:42:32 +0800</pubDate></item><item><title>Centos 扩展磁盘大小实战 Linux 磁盘分区扩容</title><link>http://www.uclouds.top/?id=47</link><description>&lt;pre style=&quot;background-color: rgb(255, 255, 255); font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: 13px;&quot; class=&quot;prism-highlight prism-language-bash&quot;&gt;yum&amp;nbsp;install&amp;nbsp;cloud-utils-growpart
yum&amp;nbsp;install&amp;nbsp;xfsprogs
LANG=en_US.UTF-8
growpart&amp;nbsp;/dev/xvdb&amp;nbsp;1
resize2fs&amp;nbsp;/dev/xvdb1&lt;/pre&gt;</description><pubDate>Thu, 06 Jan 2022 16:29:27 +0800</pubDate></item><item><title>关闭客户端证书认证onlyoffice、修改OnlyOffice的连接数限制</title><link>http://www.uclouds.top/?id=46</link><description>&lt;pre style=&quot;background-color: rgb(255, 255, 255); font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: 9.8pt;&quot;&gt;rejectUnauthorized&amp;nbsp;修改为&amp;nbsp;false
docker&amp;nbsp;cp&amp;nbsp;onlyoffice:/etc/onlyoffice/documentserver/default.json&amp;nbsp;.
docker&amp;nbsp;cp&amp;nbsp;default.json&amp;nbsp;&amp;nbsp;onlyoffice:/etc/onlyoffice/documentserver/default.json
docker&amp;nbsp;restart&amp;nbsp;onlyoffice
docker&amp;nbsp;logs&amp;nbsp;onlyoffice
docker&amp;nbsp;logs&amp;nbsp;-f&amp;nbsp;onlyoffice&lt;/pre&gt;&lt;pre style=&quot;background-color: rgb(255, 255, 255); font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace; font-size: 9.8pt;&quot;&gt;修改OnlyOffice的连接数限制
修改六个app.js文件
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/documenteditor/main/app.js
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/documenteditor/mobile/dist/js/app.js
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/presentationeditor/main/app.js
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/presentationeditor/mobile/dist/js/app.js
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/main/app.js
vim&amp;nbsp;/var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js
(this._state.licenseType&amp;nbsp;=&amp;nbsp;e)修改为(this._state.licenseType&amp;nbsp;=&amp;nbsp;0)
this._state.licenseType=n修改为(this._state.licenseType&amp;nbsp;=&amp;nbsp;0)&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 27 Dec 2021 11:10:41 +0800</pubDate></item><item><title>docker容器自动启动设置</title><link>http://www.uclouds.top/?id=45</link><description>&lt;p&gt;docker容器自动启动设置&lt;/p&gt;&lt;p&gt;docker容器自动启动设置&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;第一种方法&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;docker ps -a&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;然后使用命令对容器进行重启&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;docker restart imageid&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;这样就可以将容器设置为开机启动了&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;第二种方法&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;在运行docker容器时可以加如下参数来保证每次docker服务重启后容器也自动重启：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;docker run --restart=always&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;如果已经启动了则可以使用如下命令：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;docker update --restart=always&lt;/p&gt;&lt;p&gt;————————————————&lt;/p&gt;&lt;p&gt;版权声明：本文为CSDN博主「&amp;amp;amp;小萌」的原创文章，遵循CC 4.0 BY-SA版权协议，转载请附上原文出处链接及本声明。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 25 Dec 2021 19:00:05 +0800</pubDate></item><item><title>Linux(CENTOS7) 安装 Docker + 部署OnlyOffice</title><link>http://www.uclouds.top/?id=44</link><description>&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;1、安装docker&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;yum&amp;nbsp;install&amp;nbsp;docker&amp;nbsp;-y&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2、启动docker服务&lt;/strong&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;systemctl&amp;nbsp;start&amp;nbsp;docker&lt;/pre&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;3、查看docker服务启动状态&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;systemctl&amp;nbsp;status&amp;nbsp;docker&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: #C7254E; font-family: &amp;quot;Source Code Pro&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, &amp;quot;Anonymous Pro&amp;quot;, &amp;quot;Droid Sans Mono&amp;quot;, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-variant-ligatures: no-common-ligatures; background-color: #F9F2F4;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: #C7254E; font-family: &amp;quot;Source Code Pro&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, &amp;quot;Anonymous Pro&amp;quot;, &amp;quot;Droid Sans Mono&amp;quot;, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-variant-ligatures: no-common-ligatures; background-color: #F9F2F4;&quot;&gt;&lt;strong style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; margin: 0px; padding: 0px;&quot;&gt;3、开机启动docker&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 12px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;systemctl&amp;nbsp;enable&amp;nbsp;docker

4、更改阿里源&lt;/pre&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: #C7254E; font-family: &amp;quot;Source Code Pro&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, &amp;quot;Anonymous Pro&amp;quot;, &amp;quot;Droid Sans Mono&amp;quot;, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-variant-ligatures: no-common-ligatures; background-color: #F9F2F4;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;vim&amp;nbsp;/etc/docker/daemon.json

{
&amp;nbsp;&amp;nbsp;&amp;quot;registry-mirrors&amp;quot;:&amp;nbsp;[&amp;quot;https://x9o4p9lt.mirror.aliyuncs.com&amp;quot;]
}
sudo&amp;nbsp;systemctl&amp;nbsp;daemon-reload
sudo&amp;nbsp;systemctl&amp;nbsp;restart&amp;nbsp;docker&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;5、拉取OnlyOffice镜像&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;sudo&amp;nbsp;docker&amp;nbsp;pull&amp;nbsp;onlyoffice/documentserver&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;6、启动OnlyOffice镜像并映射到9633端口(端口自定义)&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; white-space: normal; font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; overflow-wrap: break-word;&quot;&gt;sudo&amp;nbsp;docker&amp;nbsp;run&amp;nbsp;-i&amp;nbsp;-t&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;9633:80&amp;nbsp;onlyoffice/documentserver
sudo&amp;nbsp;docker&amp;nbsp;run&amp;nbsp;-it&amp;nbsp;-d&amp;nbsp;-m&amp;nbsp;256M&amp;nbsp;--memory-swap=512M&amp;nbsp;-p&amp;nbsp;9633:80&amp;nbsp;onlyoffice/documentserver
sudo&amp;nbsp;docker&amp;nbsp;run&amp;nbsp;-it&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;9622:80&amp;nbsp;&amp;nbsp;-p&amp;nbsp;9633:443&amp;nbsp;onlyoffice/documentserver
sudo&amp;nbsp;docker&amp;nbsp;run&amp;nbsp;-itd&amp;nbsp;--name&amp;nbsp;onlyoffice&amp;nbsp;&amp;nbsp;-d&amp;nbsp;9622:80&amp;nbsp;&amp;nbsp;-p&amp;nbsp;9633:443&amp;nbsp;onlyoffice/documentserver&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;7、访问OnlyOffice&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background-color, border-color, border-radius, padding, margin, color, opacity; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;; font-size: 12px; overflow-wrap: break-word;&quot;&gt;http:IP:9633

docker&amp;nbsp;exec&amp;nbsp;-it&amp;nbsp;容器ID&amp;nbsp;/bin/bash
进入容器的文件夹Data下面：/var/www/onlyoffice/Data/
在Data目录里建立certswenjianj：mkdir&amp;nbsp;certs
#创建私钥
openssl&amp;nbsp;genrsa&amp;nbsp;-out&amp;nbsp;onlyoffice.key&amp;nbsp;2048
#创建CSR
openssl&amp;nbsp;req&amp;nbsp;-new&amp;nbsp;-key&amp;nbsp;onlyoffice.key&amp;nbsp;-out&amp;nbsp;onlyoffice.csr
#用私枂和CSR签发证书
openssl&amp;nbsp;x509&amp;nbsp;-req&amp;nbsp;-days&amp;nbsp;365&amp;nbsp;-in&amp;nbsp;onlyoffice.csr&amp;nbsp;-signkey&amp;nbsp;onlyoffice.key&amp;nbsp;-out&amp;nbsp;onlyoffice.crt
#用dhparam加密服务器密钥
openssl&amp;nbsp;dhparam&amp;nbsp;-out&amp;nbsp;dhparam.pem&amp;nbsp;2048
退出容器：exit
重启容器：docker&amp;nbsp;restart&amp;nbsp;容器ID
————————————————
版权声明：本文为CSDN博主「q平面人」的原创文章，遵循CC&amp;nbsp;4.0&amp;nbsp;BY-SA版权协议，转载请附上原文出处链接及本声明。
原文链接：https://blog.csdn.net/hotqin888/article/details/112722607&lt;/pre&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Verdana, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 25 Dec 2021 18:45:59 +0800</pubDate></item><item><title>MYSQL 查看最大连接数和修改最大连接数</title><link>http://www.uclouds.top/?id=43</link><description>&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;MySQL查看最大连接数和修改最大连接数&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;1、查看最大连接数&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;show variables like &amp;#39;%max_connections%&amp;#39;;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;2、修改最大连接数&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;set GLOBAL max_connections = 200;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; 以下的文章主要是向大家介绍的是MySQL最大连接数的修改，我们大家都知道MySQL最大连接数的默认值是100, 这个数值对于并发连接很多的数据库的应用是远不够用的，当连接请求大于默认连接数后，就会出现无法连接数据库的错误，因此我们需要把它适当调大一些。在使 用MySQL数据库的时候，经常会遇到这么一个问题，就是“Can not connect to MySQL server. Too many connections”-mysql 1040错误，这是因为访问MySQL且还未释放的连接数目已经达到MySQL的上限。通常，mysql的最大连接数默认是100, 最大可以达到16384。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 常用的修改最大连接数的最常用的两种方式如下:&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 第一种：命令行查看和修改最大连接数(max_connections)。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;code class=&quot;sql spaces&quot; style=&quot;margin: 0px 3px; padding: 0px 5px; font-family: &amp;quot;Courier New&amp;quot;, sans-serif; font-size: 12px; line-height: 1.8; display: inline-block; overflow-x: auto; vertical-align: middle; border-radius: 3px; background-color: rgb(246, 246, 246); color: rgb(232, 62, 140);&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px 3px; padding: 0px 5px; font-family: &amp;quot;Courier New&amp;quot;, sans-serif; font-size: 12px; line-height: 1.8; display: inline-block; overflow-x: auto; vertical-align: middle; border-radius: 3px; background-color: rgb(246, 246, 246); color: rgb(232, 62, 140);&quot;&gt;&amp;gt;mysql&amp;nbsp;-uuser&amp;nbsp;-ppassword(命令行登录MySQL)&lt;/code&gt;&lt;/p&gt;&lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;code class=&quot;sql spaces&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;mysql&amp;gt;show&amp;nbsp;variables&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;sql color1&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;like&lt;/code&gt;&amp;nbsp;&lt;code class=&quot;sql string&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;#39;max_connections&amp;#39;&lt;/code&gt;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;;(查可以看当前的最大连接数)&lt;/code&gt;&lt;/div&gt;&lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;code class=&quot;sql spaces&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;msyql&amp;gt;&lt;/code&gt;&lt;code class=&quot;sql keyword&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;set&lt;/code&gt;&amp;nbsp;&lt;code class=&quot;sql keyword&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;global&lt;/code&gt;&amp;nbsp;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;max_connections=1000;(设置最大连接数为1000，可以再次查看是否设置成功)&lt;/code&gt;&lt;/div&gt;&lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;code class=&quot;sql spaces&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;sql plain&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;mysql&amp;gt;exit&lt;/code&gt;&lt;code class=&quot;sql spaces&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/code&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 这种方式有个问题，就是设置的最大连接数只在mysql当前服务进程有效，一旦mysql重启，又会恢复到初始状态。因为mysql启动后的初始化工作是从其配置文件中读取数据的，而这种方式没有对其配置文件做更改。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 第二种：通过修改配置文件来修改mysql最大连接数(max_connections)。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 这种方式说来很简单，只要修改MySQL配置文件my.ini 或 my.cnf的参数max_connections，将其改为max_connections=1000，然后重启MySQL即可。但是有一点最难的就是 my.ini这个文件在哪找。通常有两种可能，一个是在安装目录下，另一种是在数据文件的目录下，安装的时候如果没有人为改变目录的话，一般就在 C:/ProgramData/MySQL往下的目录下,linux系统中一般在/etc目录下。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;其他需注意的：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp;在编程时，由于用MySQL语句调用数据库时，在每次之执行语句前，会做一个临时的变量用来打开数据库，所以你在使用MySQL语句的时候，记得在每次调用完MySQL之后就关闭MySQL临时变量。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp; &amp;nbsp; 另外对于访问量大的，可以考虑直接写到文本中，根据预测的访问量，先定义假若是100个文件文件名,需要的时候，再对所有文本文件中的数据进行分析，再导入数据库。&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;如果是root帐号，你能看到所有用户的当前连接。如果是其它普通帐号，只能看到自己占用的连接&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;怎么进入mysql命令行呢？ mysql的安装目录下面有个bin目录，先用命令行进入该目录，然后用 mysql -uroot -p123456 来登录（注意：用户名和密码不用包含“”）&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;命令： show processlist;&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;如果是root帐号，你能看到所有用户的当前连接。如果是其它普通帐号，只能看到自己占用的连接。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;show processlist;只列出前100条，如果想全列出请使用show full processlist;&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;mysql&amp;gt; show processlist;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 13px; white-space: normal; background-color: rgb(245, 245, 245);&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;命令： show status;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;命令：show status like &amp;#39;%下面变量%&amp;#39;;&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Aborted_clients&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 由于客户没有正确关闭连接已经死掉，已经放弃的连接数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Aborted_connects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 尝试已经失败的MySQL服务器的连接的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Connections&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 试图连接MySQL服务器的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Created_tmp_tables&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 当执行语句时，已经被创造了的隐含临时表的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Delayed_insert_threads&amp;nbsp; &amp;nbsp;&amp;nbsp; 正在使用的延迟插入处理器线程的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Delayed_writes&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 用INSERT DELAYED写入的行数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Delayed_errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 用INSERT DELAYED写入的发生某些错误(可能重复键值)的行数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Flush_commands&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 执行FLUSH命令的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_delete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 请求从一张表中删除行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_read_first &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 请求读入表中第一行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_read_key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求数字基于键读行。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_read_next&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求读入基于一个键的一行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_read_rnd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求读入基于一个固定位置的一行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_update&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求更新表中一行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Handler_write&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求向表中插入一行的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Key_blocks_used&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 用于关键字缓存的块的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Key_read_requests&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求从缓存读入一个键值的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Key_reads&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 从磁盘物理读入一个键值的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Key_write_requests&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 请求将一个关键字块写入缓存次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Key_writes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 将一个键值块物理写入磁盘的次数。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Max_used_connections &amp;nbsp;&amp;nbsp; 同时使用的连接的最大数目。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Not_flushed_key_blocks &amp;nbsp; 在键缓存中已经改变但是还没被清空到磁盘上的键块。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Not_flushed_delayed_rows&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在INSERT DELAY队列中等待写入的行的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Open_tables&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 打开表的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Open_files&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 打开文件的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Open_streams&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 打开流的数量(主要用于日志记载）&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Opened_tables &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 已经打开的表的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Questions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 发往服务器的查询的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Slow_queries&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 要花超过long_query_time时间的查询数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Threads_connected &amp;nbsp; &amp;nbsp; &amp;nbsp; 当前打开的连接的数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Threads_running &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 不在睡眠的线程数量。&amp;nbsp;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;Uptime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 服务器工作了多少秒。&lt;/p&gt;</description><pubDate>Sat, 18 Sep 2021 09:37:10 +0800</pubDate></item></channel></rss>