E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
httprouter
HttpClient解读(2)-http连接的使用
HttoRoute,先根据route定位到RouteSpecificPool,然后从RouteSpecificPool中借出一个httpConnection,借出后都是用一个Entry包装的,entry里面含有
httpRouter
suichangkele
·
2019-03-10 13:00
Golang 的Gin框架入门教学
Gin介绍Gin是一个Golang写的web框架,具有高性能的优点,,基于
httprouter
,它提供了类似martini但更好性能(路由性能约快40倍)的API服务。
阿泽Aze
·
2018-08-28 19:44
golang
gin
Dockerfile实战(翻译)
cdgoEampleDocker#go工程放到app下面$mkdirapp$viapp/app.goapp.go源码如下packagemainimport("fmt""github.com/julienschmidt/
httprouter
dk_mcu
·
2018-07-24 22:49
微服务
Dockerfile实战(翻译)
cdgoEampleDocker#go工程放到app下面$mkdirapp$viapp/app.goapp.go源码如下packagemainimport("fmt""github.com/julienschmidt/
httprouter
dk_mcu
·
2018-07-24 22:49
微服务
Gin Web Framework 中文版
它具有类似马提尼的API,具有更好的性能,由于
httprouter
,速度提高了40倍。
哈哈怪1111
·
2018-06-22 09:08
Go语言web框架 gin
Martini有更好的性能,比Martini快40倍,Ohhhh….看着不错的样子,所以就想记录一下gin的学习.gin的github代码在这里:gin源码.gin的效率获得如此突飞猛进,得益于另一个开源项目
httprouter
fwhezfwhez
·
2018-01-25 15:00
go
Go实战--golang中使用echo框架、MongoDB、JWT搭建REST API(labstack/echo、gopkg.in/mgo.v2、dgrijalva/jwt-go)
之前介绍过golang中restfulapi的博客,是使用redis作为持久化,
httprouter
作为框架:Go实战–通过
httprouter
和redis框架搭建restfulapi服务(github.com
一蓑烟雨1989
·
2017-11-27 15:02
go
Go从不放弃到实战
用client-go调用Kubernetes API
程序用
httprouter
包来作为http的访问接口。返回的
ppingfann
·
2017-08-18 15:09
kubernetes
Go实战--通过
httprouter
和redis框架搭建restful api服务(github.com/julienschmidt/
httprouter
)
Go实战–通过gin-gonic框架搭建restfulapi服务(github.com/gin-gonic/gin)》跟大家介绍了使用gin+mysql搭建一个restfulapi服务,今天主要介绍的是
httprouter
一蓑烟雨1989
·
2017-08-14 16:34
go
Go从不放弃到实战
gin url树
gin路由其实采用了https://github.com/julienschmidt/
httprouter
这个项目的路由,gin是一个非常精致的framework,代码量不多,web
皿小草
·
2017-05-21 17:06
golang
Gin Web框架简介
基于
httprouter
,它提供了类似martini但更好性能(路由性能约快40倍)的API服务.如果你希望构建一个高性能的生产环境,你会喜欢上使用Gin。
moxiaomomo
·
2016-04-14 18:00
play2.0文档-面向java开发者(2)
HTTProutingThebuilt-inHTTProuter(内置的
HTTProuter
)TherouteristhecomponentthattranslateseachincomingHTTPrequesttoanactioncall
DavidBao
·
2015-06-14 23:00
play2.0文档-面向java开发者(2)
HTTProutingThebuilt-inHTTProuter(内置的
HTTProuter
)TherouteristhecomponentthattranslateseachincomingHTTPrequesttoanactioncall
老盖
·
2012-04-06 13:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他