Golang Manual By AstaXie-20120522
questions, please contact the Copyright holders at xiemengjun@gmail.com. The CHM Manual is Made By AstaXie xiemengjun@gmail.com Go is an expressive, concurrent, garbage-collected programming0 码力 | 6205 页 | 12.83 MB | 1 年前3Build web application with Golang
For example, if you create the directory $GOPATH/src/github.com/astaxie/beedb , then the package path would be github.com/astaxie/beedb . The package name will be the last directory in your path, source communities, including Github, Google Code, BitBucket, and Launchpad. go get github.com/astaxie/beedb You can use go get -u … to update your remote packages and it will automatically install src |-github.com |-astaxie |-beedb pkg |--${GOOS}_${GOARCH} |-github.com |-astaxie |-beedb.a Actually,0 码力 | 327 页 | 1.63 MB | 1 年前3Go Web编程
0许可协议)授权,代码 遵循BSD 3-Clause License(3项条款的BSD许可协议)。 开始阅读 开始阅读 开始阅读 2 Copyright (c) 2012, AstaXie and The Contributors All rights reserved. Redistribution and use in source and binary forms, with the documentation and/or other materials provided with the distribution. Neither the name of the AstaXie nor the names of its contributors may be used to endorse or promote products derived from this software 以后自己新建应用或者一个代码包都是在src目录下新建一个文件夹,文件夹名称一般是代码包名称,当然也允许多 级目录,例如在src下面新建了目录$GOPATH/src/github.com/astaxie/beedb 那么这个包路径就 是“github.com/astaxie/beedb”,包名称是最后一个目录beedb 执行如下代码 sh cd $GOPATH/src mkdir mymath 新建文件sqrt.go,内容如下0 码力 | 295 页 | 5.91 MB | 1 年前3Go Programming Pattern in Kubernetes Philosophy
instances $ kubectl get astaxie NAME KIND astaxie1 AstaXie.v1.cr.client-go.k8s.io My AstaXie Object & Controller etcd kube-apiserver types register AstaXie Controller astaxie1 OnDelete OnUpdate0 码力 | 29 页 | 2.12 MB | 1 年前3如何使用 docker 部署一个 beego 项目
tool* RUN go get githu .com/astaxie/beego && go get github.com/beego/bee class="highlight-chroma">RUN go get github.com/astaxie/beego && go get github.com/beego/bee安装
RUN go get githu .com/astaxie/beego && go get github.com/beego/beebeego
tool*0 码力 | 5 页 | 269.19 KB | 1 年前3Go基础语法宝典
float32 = 3.1415926 const Pi = 3.1415926 const i = 10000 const MaxThread = 10 const prefix = "astaxie_" //示例代码 var isActive bool // 全局变量声明 var enabled, disabled = true, false // 忽略类型的声明 func test() struct { name string age int } var P person // P现在就是person类型的变量了 P.name = "Astaxie" // 赋值"Astaxie"给P的name属性. P.age = 25 // 赋值"25"给变量P的age属性 fmt.Printf("The person's name is %s", P.name)0 码力 | 47 页 | 1020.34 KB | 1 年前3Bazel build //:Go
gen BUILD 3. bazel run //:gazelle -- update-repos to add deps DEMO build astaxie/beego with bazel DEMO build astaxie/beego with bazel 1. [x] Packages Versioned 2. [x] Verifiable and verified0 码力 | 85 页 | 3.46 MB | 1 年前3TiDB中文技术文档
RedHat RocksDB Team Rust Team 8cbx Akihiro Suda aliyx alston111111 andelf Andy Librian Arthur Yang astaxie Bai, Yang bailaohe Bin Liu Blame cosmos 鸣谢 特别感谢参与项目的企业和团队 感谢以下组织/个人提供出色的开源软件/服务: 感谢社区个人贡献者 TiDB Contributor0 码力 | 444 页 | 4.89 MB | 5 月前3TiDB v5.1 Documentation
contributors • 8cbx • Akihiro Suda • aliyx • alston111111 • andelf • Andy Librian • Arthur Yang • astaxie • Bai, Yang • bailaohe • Bin Liu • Blame cosmos • Breezewish • Carlos Ferreira • Ce Gao • Changjian0 码力 | 2745 页 | 47.65 MB | 1 年前3TiDB v5.3 Documentation
contributors • 8cbx • Akihiro Suda • aliyx • alston111111 • andelf • Andy Librian • Arthur Yang • astaxie • Bai, Yang • bailaohe • Bin Liu • Blame cosmos • Breezewish • Carlos Ferreira • Ce Gao • Changjian0 码力 | 2996 页 | 49.30 MB | 1 年前3
共 38 条
- 1
- 2
- 3
- 4