Skip to content

Commit

Permalink
🎉auto update by Gmeek action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Feb 20, 2024
1 parent c3110d9 commit 8be8830
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 120 deletions.
42 changes: 0 additions & 42 deletions backup/网页路由和shiny.router使用方法.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
- [什么是路由?](#什么是路由)
- [实现需要解决的的俩个核心问题?](#实现需要解决的的俩个核心问题)
- [route 和router区别](#route-和router区别)
- [服务器端路由](#服务器端路由)
- [客户端路由(浏览器)](#客户端路由浏览器)
- [动态路由协议:](#动态路由协议)
- [(1)路由器之间需要实时地交换路由信息](#1路由器之间需要实时地交换路由信息)
- [(2)路由器根据路由算法把收集到的路由信息加工成路由表,供路由器在转发IP报文时查阅。](#2路由器根据路由算法把收集到的路由信息加工成路由表供路由器在转发ip报文时查阅)
- [动态路由与静态路由区别](#动态路由与静态路由区别)
- [shiny中的路由包shiny.router](#shiny中的路由包shinyrouter)
- [下载](#下载)
- [函数](#函数)
- [(1)change\_page](#1change_page)
- [(2)disable\_bootstrap\_on\_bookmark](#2disable_bootstrap_on_bookmark)
- [(3)get\_page](#3get_page)
- [(4)get\_query\_param](#4get_query_param)
- [(5)is\_page](#5is_page)
- [(6)route\_link](#6route_link)
- [(7)router\_ui](#7router_ui)
- [(8)router\_server](#8router_server)
- [(9)route](#9route)
- [(10)parse\_url\_path](#10parse_url_path)
- [(11)PAGE\_404\_ROUTE](#11page_404_route)
- [(12)page404](#12page404)
- [(13)make\_router](#13make_router)
- [示例](#示例)
- [(1)创建初始应用程序](#1创建初始应用程序)
- [(2)安装并添加依赖项,同时更新dependencies.R文件](#2安装并添加依赖项同时更新dependenciesr文件)
- [(3)填充内容](#3填充内容)
- [从UCSCXena下载Lung Cancer (Raponi 2006)的phenotype数据集,处理后转换为RData文件,保存于app/logic/Lung Cancer.RData](#从ucscxena下载lung-cancer-raponi-2006的phenotype数据集处理后转换为rdata文件保存于applogiclung-cancerrdata)
- [创建首页](#创建首页)
- [cohort页面,使用a2函数读取数据](#cohort页面使用a2函数读取数据)
- [(4)添加404页](#4添加404页)
- [(5)将 UI 模块包装在:router\_ui](#5将-ui-模块包装在router_ui)
- [(6)添加按钮跳转导航](#6添加按钮跳转导航)
- [(7)读取并显示参数](#7读取并显示参数)
- [在该页面如何change\_page都返回"cohort"](#在该页面如何change_page都返回cohort)
- [(8)在url改变参数时改变selectinput](#8在url改变参数时改变selectinput)
- [(9)减少输出](#9减少输出)
- [该情况下,处于home页面时也会执行该函数并输出](#该情况下处于home页面时也会执行该函数并输出)
- [添加is\_page后在cohort页面才执行该函数并输出](#添加is_page后在cohort页面才执行该函数并输出)

# 什么是路由?

> 路由描述的是 URL 与 UI 之间的映射关系,这种映射是单向的,即 URL 变化引起 UI 更新(无需刷新页面)。
Expand Down
Loading

0 comments on commit 8be8830

Please sign in to comment.