<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>设计模式 :: Tag</title><link>https://viogami.github.io/blog/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/index.html</link><description/><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 10 Feb 2026 01:55:19 +0000</lastBuildDate><atom:link href="https://viogami.github.io/blog/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/index.xml" rel="self" type="application/rss+xml"/><item><title>接口状态化设计--游标分页的优雅方案</title><link>https://viogami.github.io/blog/web/api-design-stateful-cursor/index.html</link><pubDate>Tue, 10 Feb 2026 01:55:19 +0000</pubDate><guid>https://viogami.github.io/blog/web/api-design-stateful-cursor/index.html</guid><description>- 无状态接口（Stateless）：
每次请求都是独立的，服务端不保存任何与上一次请求相关的上下文。
- 有状态接口（Stateful）：
多次请求之间有关联，服务端保存并依赖客户端的历史状态。</description></item></channel></rss>