1 2 3 4 5 ··· 50 下一页
摘要: 耗子面板[26] Go 语言开发的服务器管理面板。(@devhaozi[27] 投稿) [26]耗子面板:https://github.com/tnb-labs/panel 阅读全文
posted @ 2025-05-23 15:15 tslam 阅读(16) 评论(0) 推荐(0)
摘要: Zero Convert[24] 在线批量转换文件,基于 WebAssembly 技术,完全本地完成,还可以编辑图片 [24]Zero Convert:https://nextbconvert.com/ 阅读全文
posted @ 2025-05-23 15:13 tslam 阅读(18) 评论(0) 推荐(0)
摘要: xtool[23] Xcode 的替代品,在 Linux/Win/macOS 开发 iOS 应用。 [23]xtool:https://github.com/xtool-org/xtool 阅读全文
posted @ 2025-05-23 15:12 tslam 阅读(14) 评论(0) 推荐(0)
摘要: 文档 官方文档: Basic usage | Documentation | Poetry - Python dependency management and packaging made easy 网络博客: Poetry:现代Python依赖管理工具的实践指南 | ApFramework 安装 阅读全文
posted @ 2025-05-16 16:55 tslam 阅读(26) 评论(0) 推荐(0)
摘要: 总体CPU使用率建议 理想范围:70%-80% 的 总CPU使用率(即所有服务加起来占用约90-100个逻辑CPU) 原因: 预留缓冲:保留20%-30%的CPU资源应对突发流量、内核调度开销、后台任务(如监控、日志、备份) 避免争抢:防止因CPU饱和导致进程调度延迟(高负载时Linux的CFS调度 阅读全文
posted @ 2025-05-09 10:00 tslam 阅读(67) 评论(0) 推荐(0)
摘要: 官方文档: 欢迎使用 Pydantic - Pydantic 官方文档 阅读全文
posted @ 2025-04-23 11:03 tslam 阅读(19) 评论(0) 推荐(0)
摘要: 官网: asyncio 异步 I/O — Python 3.13.3 文档 阅读全文
posted @ 2025-04-23 10:58 tslam 阅读(5) 评论(0) 推荐(0)
摘要: 官方文档: https://docs.python.org/zh-cn/3.13/library/typing.html 阅读全文
posted @ 2025-04-23 10:49 tslam 阅读(14) 评论(0) 推荐(0)
摘要: 如下 exc_info=True 等同于 traceback import logging import sys # 配置日志系统 def setup_logger(): # 创建logger对象 logger = logging.getLogger(__name__) logger.setLeve 阅读全文
posted @ 2025-04-15 09:02 tslam 阅读(28) 评论(0) 推荐(0)
摘要: 设置 > 设备 > 触摸板, 关闭"触摸板"选项 阅读全文
posted @ 2025-04-07 15:40 tslam 阅读(14) 评论(0) 推荐(0)
1 2 3 4 5 ··· 50 下一页