摘要:
一,报错信息: [24-Apr-2026 14:41:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Twig\json_encode() in /tools/phpmyadmin/vendor/twig/twi 阅读全文
posted @ 2026-04-25 07:13
刘宏缔的架构森林
阅读(4)
评论(0)
推荐(0)
摘要:
一,安装php # yum install php 查看安装后的版本: # php --version PHP 7.2.34 (cli) (built: Feb 23 2024 07:31:29) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend 阅读全文
posted @ 2026-04-25 07:13
刘宏缔的架构森林
阅读(13)
评论(0)
推荐(0)
摘要:
一,准备依赖环境 # yum install perl # yum install net-tools # yum install libaio-devel # yum install numactl-devel 二,下载mysql源并安装 # wget https://dev.mysql.com/ 阅读全文
posted @ 2026-04-25 07:12
刘宏缔的架构森林
阅读(14)
评论(0)
推荐(0)
摘要:
一,命令: # cat /etc/os-release NAME="Kylin Linux Advanced Server" VERSION="V10 (Lance)" ID="kylin" VERSION_ID="V10" PRETTY_NAME="Kylin Linux Advanced Ser 阅读全文
posted @ 2026-04-25 07:12
刘宏缔的架构森林
阅读(16)
评论(0)
推荐(0)
摘要:
一,安装依赖 官方文档: https://devguide.python.org/getting-started/setup-building/#install-dependencies 安装: dnf install git pkg-config dnf install dnf-plugins-c 阅读全文
posted @ 2026-04-25 07:11
刘宏缔的架构森林
阅读(32)
评论(0)
推荐(0)
摘要:
一,报错信息: sqlalchemy.exc.OperationalError: (MySQLdb.OperationalError) (1138, 'Invalid use of NULL value') [SQL: ALTER TABLE enterprise MODIFY pay_status 阅读全文
posted @ 2026-04-25 07:11
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
摘要:
一,报错信息: upstream prematurely closed connection while reading response header from upstream 二,解决: 后端flask没能正常返回,经排查后是当前接口使用了redis,而.env中针对redis的配置错误 阅读全文
posted @ 2026-04-25 07:10
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
摘要:
一,例子: def user_center(): """ 用户中心 tags: - 用户 description: 用户中心 responses: 200: description: 成功 schema: properties: status: type: integer description: 阅读全文
posted @ 2026-04-25 07:10
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
摘要:
一,安装第三方库: pip install flasgger 二,初始化: 配置 SWAGGER_CONFIG = { "title": "企业库-接口文档", "description": "接口文档", "headers": [], "specs": [ { "endpoint": "docs" 阅读全文
posted @ 2026-04-25 07:09
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
摘要:
一,代码: 引入相关的库 <!-- import vue --> <script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script> <!-- import CSS --> <link rel="stylesheet" hr 阅读全文
posted @ 2026-04-25 07:08
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
浙公网安备 33010602011771号