routing
是指確定乙個應用是如何響應客戶端傳送到特定端點的請求,該端點是uri(或路徑)和特定的http請求方法(get、post等)。
每個路由可以有乙個或多個處理程式函式,這些函式將在路由被匹配的時候執行。
路由使用一下的格式來定義:
method
(path
,handler
)method
是乙個 小寫的 http 請求方法(譯者注:如get
,post
…)
path
是請求路徑位址
handler
是在匹配路由時執行的函式
get(
'/',
function
(req, res)
)post
('/'
,function
(req, res)
)put
('/user'
,function
(req, res)
)put
('/user'
,function
(req, res)
)delete
('/user'
,function
(req, res)
)
Ocelot中文文件入門
ocelot僅適用於.net core,目前是根據netstandard2.0構建的,如果ocelot適合您,這個文件可能會有用。安裝nuget包 使用nuget安裝ocelot及其依賴項。您需要建立乙個netstandard2.0專案並將其打包到其中。然後按照下面的 啟動 和 配置 部分啟動並執行...
Hugo中文文件 快速開始
1.二進位制安裝 推薦 簡單 快速 mac下直接使用homebrew安裝 brew install hugo2.原始碼安裝 原始碼編譯安裝,首先安裝好依賴的工具 設定好gopath環境變數,獲取原始碼並編譯 如果需要更新所有hugo的依賴庫,增加 u引數 go get u v github.com ...
Pentaho bi 中文文件
目錄 building and debugging pentaho with eclipse zh cn 1.5.4 getting started with the bi platform zh cn 1.5.4 pentaho building components 1.5.4 pentaho ...