Wang Miao's Full-Stack & Agent Architecture Blog
I am Wang Miao, an anime-loving programmer, full-stack architect, and Agent architect focused on Node.js, Python, AI engineering, and complex system design. Business inquiries: 1061214467@qq.com.
Latest articles
可嵌入 AI 聊天插件 — 通用开发提示词模板
# 可嵌入 AI 聊天插件 — 通用开发提示词模板 > 本文档从 `seedling-ai-chat` 项目提取核心业务与技术能力,整理为**与技术栈无关**的通用提示词模板。 > 使用时将 `{{占位符}}` 替换为你的实际选型即可交给...
Updated
手写vue3响应式原理
# vue3响应式原理 前面写过[vue2响应式原理](/813) 想了解的可以去看下, 本章讲vue3的响应式原理,并对照着源码手写一下简化的vue3响应式系统。 ## Proxy 在 Vue.2x 中,使用 `Object.define...
Updated
uniapp丝滑Tabbar
```html <template> <view class="page"> <view class="tabbar-box"> <block v-for="(item,index) in tabbar" :key="index"> <vi...
Updated
Git/GitHub笔记
## OverView * git init/git clone git@github.com:user/repo [本地目标文件夹/.] * git pull [--rebase] [upstream master] = git fetc...
Updated
海外前端动态情报源清单
## 信息源 以下是周刊的信息源: > 覆盖技术博客、浏览器厂商、框架团队、行业趋势等维度,便于系统性追踪海外一手动态。 #### 📚 技术博客 / 社区刊物 * [medium.com/](https://medium.com/ "htt...
Updated
Nuxt.js 特性
Nuxt.js 是一个基于 Vue.js 的通用应用框架,它支持多种渲染模式,包括静态生成(SSG)、服务端渲染(SSR)和客户端渲染(CSR)。这种灵活性使得 Nuxt.js 成为了一个非常强大的工具,可以根据具体的需求选择最合适的渲染方...
Updated
理解http浏览器的协商缓存和强制缓存
# 一:浏览器缓存的作用是什么? 1. 缓存可以减少冗余的数据传输。节省了网络带宽,从而更快的加载页面。 2. 缓存降低了服务器的要求,从而服务器更快的响应。 那么我们使用缓存,缓存的资源文件到什么地方去了呢? 那么首先来看下 memory...
Updated
Cursor 同一个账号,为什么Docs没有同步过来
关于 Cursor 的 Docs 没有同步的问题,我来为您分析一下: 可能的原因: - 本地缓存问题 - Docs 可能存在本地缓存,需要清理后重新同步 - 本地的 Docs 数据可能与云端不同步 - 同步设置问题 - 可能未开启自动同步功...
Updated
qq空间说说一键自动批量删除脚本
``` var temp = true; function clickDel() { try { document.querySelector('.app_canvas_frame').contentDocument.querySelect...
Updated
微信app 中打开的链接,是用什么沙盒技术隔离的。
### 直接回答 - 研究表明,微信app中打开的链接很可能使用Android WebView的沙盒技术进行隔离。 - 这包括将渲染进程运行在独立进程中,并使用Android的isolated_app沙盒和seccomp-bpf过滤器。 -...
Updated
No articles in this category yet.