1 2 3 4 5 ··· 52 下一页
摘要: 一、官网 https://astral.sh/ 2、github https://github.com/astral-sh/uv 3、安装方法 # 两者选其一 curl -LsSf https://astral.sh/uv/install.sh | sh# or wget -qO- https:// 阅读全文
posted @ 2026-03-02 20:29 代码诠释的世界 阅读(7) 评论(0) 推荐(0)
摘要: 一、场景 我的仓库是forked的别人的仓库进行二开的,但是希望同步别人的更新 二、操作方法 详见参考链接 参考链接: 原始仓库更新同步到你的forked仓库_fork仓库会同步更新吗-CSDN博客 阅读全文
posted @ 2026-03-02 20:21 代码诠释的世界 阅读(2) 评论(0) 推荐(0)
摘要: 一、场景 合并当前定的commit到上一次的commit中 修改提交的用户名和邮箱信息 二、方法 方法1:git rebase 方法2:git filter-branch 参考链接: 修改Git提交历史中的author,email和name等信息_git commit --amend --reset 阅读全文
posted @ 2026-03-02 20:17 代码诠释的世界 阅读(11) 评论(0) 推荐(0)
摘要: 1、官网 https://www.nestjs.com.cn/ 2、安装 npm install --save @nestjs-modules/ioredis ioredis 3、使用 参考链接 参考链接: nestjs 连接redis_nest redis url-CSDN博客 阅读全文
posted @ 2026-03-02 20:08 代码诠释的世界 阅读(3) 评论(0) 推荐(0)
摘要: 一、官网 https://www.prisma.io/ 二、文档 https://www.prisma.io/docs 三、github https://github.com/prisma/prisma 四、安装 pnpm add prisma @prisma/client pnpm add -D 阅读全文
posted @ 2026-03-02 20:01 代码诠释的世界 阅读(3) 评论(0) 推荐(0)
摘要: 1、场景 有些定时任务和邮件,休息日不想发出来,影响大家愉快的休息的时间 2、用到的库 chinesecalendar · PyPI 3、安装与升级 # 安装 pip3 install chinesecalendar # 升级 pip install -U chinesecalendar 或者 pi 阅读全文
posted @ 2026-03-02 19:53 代码诠释的世界 阅读(5) 评论(0) 推荐(0)
摘要: 一、官网 https://opencode.ai/ 二、安装方法 https://opencode.ai/download 三、github https://github.com/anomalyco/opencode 四、使用方法 官方文档 https://opencode.ai/docs/zh-c 阅读全文
posted @ 2026-03-02 19:44 代码诠释的世界 阅读(29) 评论(0) 推荐(0)
摘要: 一、问题 安装完openclaw之后,打开终端报错:/Users/xxx/.openclaw/completions/openclaw.zsh:3803: command not found: compdef 二、解决办法 1、编辑~/.zshrc文件 vim ~/.zshrc 2、添加补全命令: 阅读全文
posted @ 2026-03-02 10:25 代码诠释的世界 阅读(335) 评论(0) 推荐(0)
摘要: 一、安装 https://code.claude.com/docs/zh-CN/setup 二、现象 Unable to connect to Anthropic services Failed to connect to api.anthropic.com: ERR_BAD_REQUEST Ple 阅读全文
posted @ 2025-12-09 10:02 代码诠释的世界 阅读(1750) 评论(0) 推荐(0)
摘要: 一、问题 二、原因 分支有新的提交,push之前没有及时pull远程代码到本地。 三、解决 https://www.cnblogs.com/wutou/p/18499842 阅读全文
posted @ 2025-12-05 10:34 代码诠释的世界 阅读(13) 评论(0) 推荐(0)
1 2 3 4 5 ··· 52 下一页