gin一 初體驗

2021-09-29 08:35:35 字數 2470 閱讀 2676

// 除錯

if gin.isdebugging()

// 路由分組

}// upload 上傳檔案

// curl -x post -f "upload=@./ping.txt" -f "upload=@./pong.txt" -h "content-type: multipart/form-data"

func upload(c *gin.context)

// multiupload 上傳多個檔案

}// map map作為get和post引數

// curl -xpost -d "names[first]=thinkerou\&names[second]=tianou"

func map(c *gin.context) )

}// xiaokoutian 設定元資料

func xiaokoutian(c *gin.context)

// helloworld 讀元資料 + 寫日誌

// curl -xget

func helloworld(c *gin.context)

value2, ok2 := c.get("passwd")

if ok2

now := time.now().format("2006-01-02 15:04:05")

fmt.fprintln(gin.defaultwriter, ">>>>>>>> 我正在除錯,勿擾! "+now)

}// pong 路由引數

// curl -xget user/wuxian/me

func pong(c *gin.context)

// welcome 請求引數

// curl -xget welcome?firstname=wu\&lastname=xian

func welcome(c *gin.context)

// json 響應json

}// post post方法

// curl -xpost formpost -d "name=wuxian&age=20"

func post(c *gin.context) )

}// getpost url引數 + body

Spring MVC 初體驗(一)

spring mvc 初體驗 一 最近開始研究spring 的mvc web框架,首先是說明一下spring mvc中的流程.spring 中有乙個非常重要的類dispatherservlet 他非常類似於struts1 中的actionservlet 和 struts2中的dispatherfil...

Jquery初體驗一

固態硬碟 機械鍵盤 視網膜顯示屏 水冷機箱 由來,自執行函式 茶葉蛋切糕 芭比香包 吮指原味雞 啤酒 鏈式程式設計 層次選擇器 月亮之上 江南style 小蘋果哈根達斯 和路雪五仁月餅 泡菜 韓庚蔡妍西蘭花 過濾器 0湯姆克魯斯 1碧鹹姆 2傑克瓊斯 3李維斯 4匡威 海賊王 妖精的尾巴 進擊的巨人...

SpringSecurity(一)初體驗

一 只需要新增兩個依賴 org.springframework.boot groupid spring boot starter security artifactid dependency org.springframework.boot groupid spring boot starter w...