摘要: 依赖软件:autoconf/automake/m4/perl 非必需以来:libtool autoconf 是一个用于生成可以自动地配置软件源码包,用以适应多种UNIX类系统的shell脚本工具,其中autoconf依赖软件 m4,便于生成脚本。 automake是一个从Makefile.am文件自 阅读全文
posted @ 2017-04-09 20:47 有料 阅读(599) 评论(0) 推荐(0)
摘要: 内容整理:go test 阅读全文
posted @ 2017-02-18 14:29 有料 阅读(103) 评论(0) 推荐(0)
摘要: package main import ( "fmt" ) type Txt struct { name string } func main() { //list1------------------------- x := 1 y := 2 fmt.Println("x1:", x) fmt.Println("y1:", y)... 阅读全文
posted @ 2017-02-14 13:58 有料 阅读(135) 评论(0) 推荐(0)
摘要: 本篇内容是关于 go strings 包内容的详解,逐步更新中 阅读全文
posted @ 2017-02-13 16:02 有料 阅读(255) 评论(0) 推荐(0)
摘要: 引用:https://github.com/jiashaokun/go-util 只在使用中实现了部分函数 阅读全文
posted @ 2017-02-10 16:06 有料 阅读(2735) 评论(0) 推荐(0)
摘要: go 匿名函数与其他语言基本上是无区别的,下面举个例子说明 阅读全文
posted @ 2017-02-03 16:18 有料 阅读(1784) 评论(0) 推荐(0)
摘要: go 设计一个 接入Api 的配置文件,使用 interface,type struct 以及 array 阅读全文
posted @ 2017-01-22 16:36 有料 阅读(716) 评论(0) 推荐(0)
摘要: 上述完成一个简单的 GO channel 的使用 go routine 阅读全文
posted @ 2017-01-20 15:02 有料 阅读(568) 评论(0) 推荐(0)
摘要: Go数组操作 随笔 阅读全文
posted @ 2017-01-16 11:42 有料 阅读(1505) 评论(0) 推荐(0)
摘要: mac 环境下,安装docker 下载链接:https://download.docker.com/mac/stable/Docker.dmg 下载完毕后,直接双击安装,下一步直到最后 创建dockerfile文件,该文件为了构建容器使用 运行dockerfile docker build -t n 阅读全文
posted @ 2017-01-10 16:59 有料 阅读(681) 评论(0) 推荐(0)