京东三级列表页持续架构优化:Golang + Lua (OpenResty) 最佳实践 经验

页面渲染:采用OpenResty(Nginx+Lua)来作模板渲染,方便页面逻辑的调整; 业务处理:采用golang,所有的筛选、过滤逻辑都是在这一层处理的; 数据异构:页面渲染需要相关的数据、过滤筛选需要的数据,都是通过异构过来的;

li6532772 2016-11-22   26823   0

godep v78 发布,golang第三方依赖管理工具 资讯

godep是目前golang主流的第三方的依赖管理工具,包括docker、coreos等很多基于go语言的项目都是使用godep来进行来解决项目包依赖和版本管理问题的。Golang对包依赖的管理很严格

jopen 2017-01-19   11388   0
godep   Golang  

godep v79 发布,golang第三方依赖管理工具 资讯

godep是目前golang主流的第三方的依赖管理工具,包括docker、coreos等很多基于go语言的项目都是使用godep来进行来解决项目包依赖和版本管理问题的。Golang对包依赖的管理很严格

jopen 2017-02-03   8392   0
godep   Golang  

godep v75 发布,golang第三方依赖管理工具 资讯

godep是目前golang主流的第三方的依赖管理工具,包括docker、coreos等很多基于go语言的项目都是使用godep来进行来解决项目包依赖和版本管理问题的。Golang对包依赖的管理很严格

jopen 2016-11-06   12971   0
godep   Golang  

Go的50度灰:Golang新开发者要注意的陷阱和常见错误 经验

com/2015/09/07/gotchas-and-common-mistakes-in-go-golang/ Go是一门简单有趣的语言,但与其他语言类似,它会有一些技巧。。。这些技巧的绝大部分并不

jopen 2015-09-07   204314   0

程序员瑞典最大的约会网站的开发测试经验 经验

implementation detail January 18 - Moving forward with golang February 02 - Getting started with FoundationDB

jopen 2014-08-23   94758   0

Web实时聊天应用:gochatapp 经验

IO库(socket.io是跨平台跨语言的即时通讯框架)。 Login Chat application Requirements Golang 1.2 go get "github.com/googollee/go-socket

jopen 2014-10-06   32373   0

游戏服务器骨架:gonet2 经验

+-----> snowflake | | +----> game3+----> | | | +-----> chat ++ | +-----> rank + 使用方式假定为: 前端用两个部署在不同物理服务器上

jopen 2015-10-16   37425   0

Go语言框架,类库,软件汇总:awesome-go 经验

all contributors ; you rock! Join us on Slack to chat with other awesome-go maintainers! ( Request an

jopen 2015-12-28   108215   0

机器学习开源项目、类库、软件集合 经验

implementation of the Porter Stemming algorithm. paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm

jopen 2014-10-10   102246   0

机器学习框架、库和软件集合:awesome-machine-learning 经验

implementation of the Porter Stemming algorithm. paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm

jopen 2014-10-16   134300   0

大量 MySQL 学习资源集合:awesome-mysql 经验

benchmark tool. ChatOps Scripts integrated into chat rooms Hubot MySQL ChatOps Connectors MySQL connectors

n6bg 2015-04-30   28722   0

机器学习平台、框架、库和软件集合 经验

implementation of the Porter Stemming algorithm. paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm

jopen 2015-01-08   127601   0

机器学习框架,类库和软件汇总 经验

implementation of the Porter Stemming algorithm. paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm

jopen 2015-11-23   70827   0

一个Go语言实现的web爬虫 代码段

fetcher) } return } func main() { Crawl("http://golang.org/", 4, fetcher) } // fakeFetcher 是返回若干结果的 Fetcher。

g2b4 2015-03-24   5768   0
Golang  

使用Go语言一段时间的感受 资讯

Server+Client 的项目,Client 是 Android 手机,大概也就是几十的规模。Server 是纯 Golang 实现,没有 apache 或者 ngix 这种 web server,也没有数据库,自己写了个文件管理

openkk 2012-03-04   111219   0

如何从源代码构建 Go 1.5 开发环境 经验

$HOME/golang/ ├── 3rdpkg ├── go └── own 其中$HOME/golang/3rdpkg,$HOME/golang/go和$HOME/golang/own目录应

b2f5 2015-06-08   25555   0

使用Go语言开发Android&IOS应用 经验

使用Golang开发手机应用的具体步骤 TL:DR 1. 下载安装Go语言(版本1.5+) Golang链接 2. 下载安装 gomobile 下载 $ go get golang.org

jopen 2015-09-12   72964   0

awesome-machine-learning - 非常棒的机器学习框架,库和软件集合 经验

implementation of the Porter Stemming algorithm. paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm

jopen 2016-02-05   169699   0

非常棒的Go语言框架,库和软件集合:Awesome Go 经验

role-based access control (RBAC) implementation in Golang. goth - provides a simple, clean, and idiomatic

jopen 2015-09-13   185912   0
1 2 3 4 5 6 7 8 9 10