记录一下,用golang实现一个静态资源容器,膜拜下强人 http.Handle("/", http.FileServer(http.Dir(currentPath+"/static/"))) 非常好用,有机会,试一下其他的框架 PS,Golang对于不同header的解析方法不一样啊……在这里做个总结记录一下:1. 普通的表单提交 // ParseForm populates r.Form and r.PostForm. // For other HTTP met
可以通过内建函数len查看channel中元素的个数. 内建函数len的定义如下: func len(v Type) int The len built-in function returns the length of v, according to its type: Array: the number of elements in v.数组中元素的个数 Pointer to array: the number of elements in *v (even if v is nil).数组中
经Android数据被访问,返回的数据(json格公式,object数据类型:strJson) 业务需求:经webservice调用外部暴露数据并返回json数据序列化.阅读到数据库表:[SQ_Event] TODO 解说webservice小程序应用 json序列化 解说webservice小程序应用 using HMFW.BLL.BaseInfo; using HMFW.BLL.SQJS.ZJWG; using HMFW.BLL.UserRoleManage; using HMFW.Comm
qqwry 纯真 IP 库的一个服务.通过http提供一个ip地址归属地查询支持 软件介绍 我们大家做网站的时候,都会需要将用户的IP地址转换为归属地址功能,而之前的作法大都是从硬盘的数据文件中读取,这样不太高效.我这次将纯真IP库直接加载到内存中,并以http服务的方式提供接口出来.这样方便自己项目中所有的程序都能方便的接口IP查询功能了. 安装 go安装 go get github.com/freshcn/qqwry 二进制包直接下载 https://github.com/freshcn/q