自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

转载 Go语言设置时区问题

package mainimport ( "fmt" "time")func main(){ var cstZone = time.FixedZone("CST", 8*3600) // 东八 fmt.Println(time.Now().In(cstZone).Format("01-02-2006 15:04:05"))}

2018-05-24 13:42:35 9437

转载 stdin、stdout、stderr和STDIN_FILENO、STDOUT_FILENO、STDERR_FILENO的区别和联系

转载自:https://blog.csdn.net/yeyuangen/article/details/67819991、STDIN_FILENO的作用:    ①STDIN_FILENO属于系统API接口库,其声明为 int 型,是一个打开文件句柄,对应的函数主要包括 open/read/write/close 等系统级调用。        ②操作系统一级提供的文件API都是以文件描述符来表示文...

2018-05-19 13:01:25 4053

原创 Go语言net/http包解析

立个flag,一星期内完成这篇blog。

2018-05-09 10:58:35 4370

原创 Failed to start Docker Application Container Engine-阿里云ECS中给Docker配置daocloud加速器后无法启动服务问题

环境: 阿里云ECS Centos7 err:给docker配置daocloud的加速器后,执行systemctl restart docker后,报错:Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and...

2018-05-08 12:40:14 3872 1

原创 设置secureCRT长时间连接不自动断开

关闭secureCRT声音:

2018-05-03 15:46:25 20843

原创 Error: docker-ce conflicts with 2:docker-1.13.1-53.git774336d.el7.centos.x86_64

环境: Centos 7  Docker版本:docker-ce.x86_64 0:18.03.0.ce-1.el7.centos运行命令:yum install -y kubernetes错误:Error: docker-ce conflicts with 2:docker-1.13.1-53.git774336d.el7.centos.x86_64错误原因:(https://stackover...

2018-05-03 09:55:04 9214 3

hyperledger-fabricdocs Documentation-Release master

hyperledger-fabricdocs Documentation-Release master Apr 12, 2018

2018-04-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除