<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>路由 on 知识铺的博客</title>
    <link>https://index.zshipu.com/geek001/tags/%E8%B7%AF%E7%94%B1/</link>
    <description>Recent content in 路由 on 知识铺的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 14 Jun 2024 02:18:18 +0000</lastBuildDate>
    <atom:link href="https://index.zshipu.com/geek001/tags/%E8%B7%AF%E7%94%B1/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>控制器</title>
      <link>https://index.zshipu.com/geek001/post/20240507/%E6%8E%A7%E5%88%B6%E5%99%A8--%E7%9F%A5%E8%AF%86%E9%93%BA/</link>
      <pubDate>Fri, 14 Jun 2024 02:18:18 +0000</pubDate>
      <guid>https://index.zshipu.com/geek001/post/20240507/%E6%8E%A7%E5%88%B6%E5%99%A8--%E7%9F%A5%E8%AF%86%E9%93%BA/</guid>
      <description>控制器 控制器负责处理传入请求并向客户端返回响应。 控制器的目的是接收应用的特定请求。路由机制控制哪个控制器接收哪些请求。通常，每个控制器都有不止一条路由，不同的路由可以执行不同的操作。 为了创建基本控制器，我们使用类和装饰器。装饰器将类与所需的元数据相关联，并使 Nest 能够创建路由映射（将</description>
    </item>
    <item>
      <title>Next.js 应用程序中的路由和导航</title>
      <link>https://index.zshipu.com/geek001/post/20240507/Next.js-%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E4%B8%AD%E7%9A%84%E8%B7%AF%E7%94%B1%E5%92%8C%E5%AF%BC%E8%88%AA--%E7%9F%A5%E8%AF%86%E9%93%BA/</link>
      <pubDate>Thu, 23 May 2024 00:58:53 +0000</pubDate>
      <guid>https://index.zshipu.com/geek001/post/20240507/Next.js-%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E4%B8%AD%E7%9A%84%E8%B7%AF%E7%94%B1%E5%92%8C%E5%AF%BC%E8%88%AA--%E7%9F%A5%E8%AF%86%E9%93%BA/</guid>
      <description>应用程序中的路线/导航 导航是指用户浏览 Next.js 网站的方式。路由和链接是可用于定义站点导航的两种主要方法。 由于每个组件的内置路由定义，Next.js 中的路由很容易理解。要优化应用程序路由，了解索引、嵌套和动态路由非常重要。 指数 像 index.js 这样的索引文件将路由到应用程序的起始点 / ，而不是 /index 。您可以</description>
    </item>
    <item>
      <title>Next.js 中的路由和导航</title>
      <link>https://index.zshipu.com/geek001/post/20240507/Next.js-%E4%B8%AD%E7%9A%84%E8%B7%AF%E7%94%B1%E5%92%8C%E5%AF%BC%E8%88%AA--%E7%9F%A5%E8%AF%86%E9%93%BA/</link>
      <pubDate>Tue, 07 May 2024 10:37:47 +0000</pubDate>
      <guid>https://index.zshipu.com/geek001/post/20240507/Next.js-%E4%B8%AD%E7%9A%84%E8%B7%AF%E7%94%B1%E5%92%8C%E5%AF%BC%E8%88%AA--%E7%9F%A5%E8%AF%86%E9%93%BA/</guid>
      <description>应用程序中的路线/导航 导航是指用户浏览 Next.js 网站的方式。路由和链接是可用于定义站点导航的两种主要方法。 由于每个组件的内置路由定义，Next.js 中的路由很容易理解。要优化应用程序路由，了解索引、嵌套和动态路由非常重要。 指数 像 index.js 这样的索引文件将路由到应用程序的起始点 / ，而不是 /index 。您可以</description>
    </item>
  </channel>
</rss>
