<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://ac-wiki.cn/index.php?action=history&amp;feed=atom&amp;title=ISR</id>
	<title>ISR - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://ac-wiki.cn/index.php?action=history&amp;feed=atom&amp;title=ISR"/>
	<link rel="alternate" type="text/html" href="https://ac-wiki.cn/index.php?title=ISR&amp;action=history"/>
	<updated>2026-08-24T03:17:29Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://ac-wiki.cn/index.php?title=ISR&amp;diff=3386&amp;oldid=prev</id>
		<title>2026年6月19日 (五) 15:09 天明</title>
		<link rel="alternate" type="text/html" href="https://ac-wiki.cn/index.php?title=ISR&amp;diff=3386&amp;oldid=prev"/>
		<updated>2026-06-19T15:09:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;zh-Hans-CN&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2026年6月19日 (五) 23:09的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;第1行：&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;第1行：&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;ISR &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;是中断服务例程（Interrupt Service Routine）的缩写，专指计算机系统中响应硬件中断请求而执行的程序片段。当外部设备（如键盘、磁盘、网卡）向 CPU 发送中断信号时，操作系统暂停当前任务，保存上下文，跳转至预定义的中断向量表中对应的 ISR 执行。核心特点包括：执行时间极短、不可阻塞、优先级可分级。ISR 起源于早期计算机的中断机制，在现代操作系统中配合中断控制器（如 APIC）实现对 I/O 事件的实时响应。&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[&lt;/ins&gt;ISR&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]] 是 [[Next.js]] 提供的增量静态再生技术，用于在静态站点构建后按需更新特定页面内容。它通过设置 revalidate 时间或调用触发 [[API]]，使页面在首次静态生成后仍可在用户请求时异步重新生成并缓存，兼顾静态页面的加载速度与动态内容的实时性。Next.js 9.5 版本首次引入该特性，后续版本完善了按路径控制、手动再生等机制。ISR 适用于需要频繁更新部分内容的场景，如博客、电商产品详情页等，无需全量重建即可保持数据新鲜。&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key acwiki_mysql:diff:1.41:old-1991:rev-3386:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>天明</name></author>
	</entry>
	<entry>
		<id>https://ac-wiki.cn/index.php?title=ISR&amp;diff=1991&amp;oldid=prev</id>
		<title>天明：​创建页面，内容为“ISR 是中断服务例程（Interrupt Service Routine）的缩写，专指计算机系统中响应硬件中断请求而执行的程序片段。当外部设备（如键盘、磁盘、网卡）向 CPU 发送中断信号时，操作系统暂停当前任务，保存上下文，跳转至预定义的中断向量表中对应的 ISR 执行。核心特点包括：执行时间极短、不可阻塞、优先级可分级。ISR 起源于早期计算机的中断机制，在…”</title>
		<link rel="alternate" type="text/html" href="https://ac-wiki.cn/index.php?title=ISR&amp;diff=1991&amp;oldid=prev"/>
		<updated>2026-06-06T16:47:28Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“ISR 是中断服务例程（Interrupt Service Routine）的缩写，专指计算机系统中响应硬件中断请求而执行的程序片段。当外部设备（如键盘、磁盘、网卡）向 CPU 发送中断信号时，操作系统暂停当前任务，保存上下文，跳转至预定义的中断向量表中对应的 ISR 执行。核心特点包括：执行时间极短、不可阻塞、优先级可分级。ISR 起源于早期计算机的中断机制，在…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ISR 是中断服务例程（Interrupt Service Routine）的缩写，专指计算机系统中响应硬件中断请求而执行的程序片段。当外部设备（如键盘、磁盘、网卡）向 CPU 发送中断信号时，操作系统暂停当前任务，保存上下文，跳转至预定义的中断向量表中对应的 ISR 执行。核心特点包括：执行时间极短、不可阻塞、优先级可分级。ISR 起源于早期计算机的中断机制，在现代操作系统中配合中断控制器（如 APIC）实现对 I/O 事件的实时响应。&lt;/div&gt;</summary>
		<author><name>天明</name></author>
	</entry>
</feed>