Published onJuly 25, 2025解决 Cursor 地区限制的问题AI 生成的摘要Cursor 限制中国大陆 IP 使用大模型,用户体验下降。提供两种绕过检测的方法,分别为 HTTP 代理和 TUN 模式。Read more →
Published onMay 28, 2025【解决】Vue devtools 中的 open in editor 不起作用AI 生成的摘要`vue-devtool` 插件的“open in editor”功能在使用`wsl + cursor`时失效,通过设置环境变量`LAUNCH_EDITOR`为`cursor`解决了问题。Read more →
Published onMay 18, 2025非必要不使用 React.useEffectAI 生成的摘要`useEffect` 的使用复杂,依赖参数影响执行时机,过度使用会导致代码混乱,建议谨慎使用。Read more →
Published onFebruary 24, 2025Stream of Node.jsAI 生成的摘要本文介绍了Node.js中的流,包括流类型、缓冲、背压、操作模式、事件和对象模式,强调了流在处理I/O时的高效性。Read more →
Published onFebruary 14, 2025ollama 体验AI 生成的摘要在Ubuntu 24.04上安装Ollama,配置AMD GPU,创建服务并拉取模型以运行本地大模型。Read more →
Published onDecember 29, 2024如何查看 LangChain.js 发出的请求AI 生成的摘要本文介绍了如何调试 LangChain 的 HTTP 请求,包括设置 DEBUG 环境变量、使用自定义 fetch 和代理工具监控请求信息。Read more →
Published onDecember 2, 2024VSCode + Ubuntu Remote developmentAI 生成的摘要通过利用闲置的 Thinkpad T14 安装 Ubuntu,并配置 VSCode Remote Development,减轻老 Mac 的计算压力。Read more →
Published onOctober 31, 2024Font SubsetAI 生成的摘要通过字体子集化减少中文字体文件大小,提升网页加载速度,使用fonttools和fontmin工具实现优化。Read more →
Published onOctober 29, 2024Webfont 和 CLSAI 生成的摘要webfont加载会导致CLS问题,通过使用合适的fallback字体和调整字体指标可减少影响,提高用户体验。Read more →