词汇分组对比
建议 Word Formality Use Case Advice Formal Expert guidance or personal recommendations. Suggestion Informal Casual ideas or options for consideration. Proposal Formal Detailed plan for consideration, often in business. Recommendation Neutral/Formal Strong, endorsed suggestion based on expertise. Tip Informal Small, helpful advice or guidance. Hint Informal Subtle, indirect suggestion. Direction Neutral/Formal Clear instructions or...
to-do-list
🗒✅❌ 入门MCP🗒 2025.6.26 运动打卡✅2025.6.30
后端开发工具链
python uv包管理 fastapi orm-sqlmodel
前端开发工具链
ts教程🤔️加入类型标注,增加了部分写代码的工作量,但开发工具依赖类型系统可以有更好的类型检查和提示功能,从而提升开发体验和大型项目的可维护性 npm install -g typescript使用vue-tsc命令进行类型检查,在package.json可以配置在开启 Vite 开发服务器的同时以侦听模式运行 vue-tsc, 123456789"scripts": { "dev": "concurrently \"vite\" \"vue-tsc --watch\"", // 这里 "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", ...
python知识点笔记
1. orm删除数据为什么通常都是先查询后删除? 先查询,针对查询结果做检查,可以避免删除不存在的数据,或者删除了不该删除的数据,结果更可预期。 如果要针对对象级权限检查,通常都是需要先查询,再做检查,再删除。 执行对象级删除,orm可以执行级联删除动作,以及before_delete和after_delete等钩子操作。但是直接绕过对象查询,直接进行sql级别删除,没有这些钩子操作。 2 对象的局部更新 vs 整体更新 整体更新(PUT) 定义:客户端提交整个资源对象,后端以新对象替换旧对象。 特点: 必须包含完整对象的所有字段。 缺失字段可能被视为“置空”或“删除”。 适合更新“全部信息”的场景。 优点: 实现简单,对象状态明确。 缺点: 数据传输冗余,不适合字段较多的对象或频繁变更的场景。 误操作风险较高(漏字段即为置空)。不过可以通过前端校验或后端逻辑来避免。 局部更新(PATCH) 定义:客户端只提交需要修改的字段,后端仅更新这些字段。 特点:仅包含变化字段。 优点:请求体小,网络效率高。风险低,不易误改未变化字段。 ...
Be Nice
from fastapi docWhen Things are Difficult¶When things are great, everything is easier, so that doesn’t need much instructions. But when things are difficult, here are some guidelines. Try to find the good side. In general, if people are not being unfriendly, try to thank their effort and interest, even if you disagree with the main subject (discussion, PR), just thank them for being interested in the project, or for having dedicated some time to try to do something. It’s difficult to convey...
英语单词
wordgraduallygradually意为“逐渐地,逐步地,渐渐地”。例句:The weather is gradually getting warmer.(天气正在逐渐变暖。) dictatedictate常见的汉语翻译为:听写;口授;命令,指示。例句:The teacher dictated a passage for the students to write down.(老师听写了一段文章让学生们写下来。 ) evaluate释义:评估;评价;估价例句:Our teacher will evaluate our performance in the exam.(我们老师会评估我们在考试中的表现。) intuitive释义:直观的,直觉的,凭直觉获知的例句:The intuitive interface makes it easy for new users to operate the software.(直观的界面使新用户易于操作该软件。 ) intuition释义:直觉,直观感觉,凭直觉感知的能力例句:Intuition is the ability to...
uv使用笔记
官方文档 uv python listuv开发团队将现存所有python版本都整理到了官方仓库中,使用uv python list可以查看所有python版本,并显示哪些在本地安装好了。 uv python install 3.12使用uv python install 3.12可以安装python3.12版本。 uv pip list查看当前python虚拟环境下安装的所有包。uv + pip可以执行pip所有命令。但是执行过包更新操作后需要手动执行uv lock uv lock --upgrade-package requests更新指定包的版本 uv sync根据项目中pyproject.toml文件中指定的python版本,安装对应的python版本。 uv run --with rich example.py或者uv run --with rich --no-project example.py运行脚本,--with指定了依赖库 uv add --script example.py 'requests<3'...
工具收藏
web 前端工具电子书 阅读器 免费下载电子书 图片类 图片压缩 svg to ico convertio.co 在线图片编辑fotor国内版 背景去除 remove.bg icon 阿里icons [iconfont]https://www.iconfont.cn/ 免费icon flaticon 免费icon icones.js 自定义icon生成 favicon.io 免费icon可以导出svg代码 css.gg 操作系统 windows激活工具github 本地脚本 windows微软官方工具