Golang go test
源码地址:https://github.com/panyingyun/ducktest
官方参考:https://blog.golang.org/cover
Goang之go test
go test 包括代码单元测试、性能测试、用例测试、覆盖率、性能分析等5个方面的全面测试框架
usage: go test [build/test flags] …
专注于数字孪生及工业软件SaaS的研发
源码地址:https://github.com/panyingyun/ducktest
官方参考:https://blog.golang.org/cover
go test 包括代码单元测试、性能测试、用例测试、覆盖率、性能分析等5个方面的全面测试框架
usage: go test [build/test flags] …
Install golang
tar -C /usr/local -xzf go1.7.3.linux-amd64.tar.gz
/etc/profile
export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:/usr/local/go/bin
source …
Golang的其他坑
http://colobu.com/2015/09/07/gotchas-and-common-mistakes-in-go-golang/
二维码:
https://github.com/skip2/go-qrcode
小文件的文件系统
首先明确一点,所有的在cmd命令行下对环境变量的修改只对当前窗口有效, 不是永久性的修改。也就是说当关闭此cmd命令行窗口后,将不再起作用。 永久性修改环境变量的方法有两种:一种是直接修改注册表,另一种是通过我的电脑-〉属性-〉高级,来设置系统的环境变量
显示、设置或删除 cmd.exe 环境变量。 SET [variable=[string]] …
总是忘记,Golang设计的不好的地方,对[]byte无好感
hello := "123"
bytehello :=[]byte(hello)
strhello := string(bytehell0)
Golang …
###分布式的实时消息平台NSQ
http://nsq.io/deployment/installing.html
http://wiki.jikexueyuan.com/project/nsq-guide/nsqadmin.html
###开源分布式文件系统 SeaweedFS …
###分布式的实时消息平台NSQ
http://nsq.io/deployment/installing.html
http://wiki.jikexueyuan.com/project/nsq-guide/nsqadmin.html
###开源分布式文件系统 SeaweedFS …
Android目前MVC事实上解耦已经做到很好,View的部分交给layout xml去描述,Activity去做Control的部分,Model的部分交给ContentProvider 去做了。你发现这里的View和Model没有直接数据交换,是通过Activity这个Control进行连接的。所以说Google其实 …
eclipse->help->install new software add site http://download.eclipse.org/callisto/releases/ …
yum provides ifconfig
yum -y install net-tools