会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tslam
博客园
首页
新随笔
联系
订阅
管理
2026年4月26日
git 拉取github别人的仓库修改代码后提交到自己的仓库
摘要: 我在 gitbub拷贝一个仓库,然后再master分支修改了一部分代码(自我测试), 如何将这个更改后的代码提交到我自己的仓库? 这样做是否合规? 步骤 1:修改远程仓库地址 # 查看当前远程仓库git remote -v # 删除原来的远程仓库地址git remote remove origin
阅读全文
posted @ 2026-04-26 19:33 tslam
阅读(7)
评论(0)
推荐(0)
2025年5月23日
服务器管理面板
摘要: 耗子面板[26] Go 语言开发的服务器管理面板。(@devhaozi[27] 投稿) [26]耗子面板:https://github.com/tnb-labs/panel
阅读全文
posted @ 2025-05-23 15:15 tslam
阅读(29)
评论(0)
推荐(0)
转换文件
摘要: Zero Convert[24] 在线批量转换文件,基于 WebAssembly 技术,完全本地完成,还可以编辑图片 [24]Zero Convert:https://nextbconvert.com/
阅读全文
posted @ 2025-05-23 15:13 tslam
阅读(111)
评论(0)
推荐(0)
开发IOS应用工具
摘要: xtool[23] Xcode 的替代品,在 Linux/Win/macOS 开发 iOS 应用。 [23]xtool:https://github.com/xtool-org/xtool
阅读全文
posted @ 2025-05-23 15:12 tslam
阅读(41)
评论(0)
推荐(0)
2025年5月16日
Poetry | 包管理
摘要: 文档 官方文档: Basic usage | Documentation | Poetry - Python dependency management and packaging made easy 网络博客: Poetry:现代Python依赖管理工具的实践指南 | ApFramework 安装
阅读全文
posted @ 2025-05-16 16:55 tslam
阅读(38)
评论(0)
推荐(0)
2025年5月9日
CPU使用率
摘要: 总体CPU使用率建议 理想范围:70%-80% 的 总CPU使用率(即所有服务加起来占用约90-100个逻辑CPU) 原因: 预留缓冲:保留20%-30%的CPU资源应对突发流量、内核调度开销、后台任务(如监控、日志、备份) 避免争抢:防止因CPU饱和导致进程调度延迟(高负载时Linux的CFS调度
阅读全文
posted @ 2025-05-09 10:00 tslam
阅读(124)
评论(0)
推荐(0)
2025年4月23日
python pydantic 数据定义和数据验证库
摘要: 官方文档: 欢迎使用 Pydantic - Pydantic 官方文档
阅读全文
posted @ 2025-04-23 11:03 tslam
阅读(39)
评论(0)
推荐(0)
python asyncio 并发 异步
摘要: 官网: asyncio 异步 I/O — Python 3.13.3 文档
阅读全文
posted @ 2025-04-23 10:58 tslam
阅读(5)
评论(0)
推荐(0)
python typing
摘要: 官方文档: https://docs.python.org/zh-cn/3.13/library/typing.html
阅读全文
posted @ 2025-04-23 10:49 tslam
阅读(19)
评论(0)
推荐(0)
2025年4月15日
traceback | 记录详细日志
摘要: 如下 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
阅读(52)
评论(0)
推荐(0)
下一页
公告