上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页
摘要: 参考资料:http://cgs1999.iteye.com/blog/1596671 1 案例描述 某日,在JavaEye上看到一道面试题,题目是这样的:请对以下的代码进行优化 Java代码 for (int i = 0; i < 1000; i++) for (int j = 0; j < 100 阅读全文
posted @ 2016-12-21 15:51 junneyang 阅读(1562) 评论(0) 推荐(0)
摘要: read -rsp $'Press enter to continue...\n' 参考资料: 参考资料: http://stackoverflow.com/questions/92802/what-is-the-linux-equivalent-to-dos-pause https://zhida 阅读全文
posted @ 2016-12-21 13:16 junneyang 阅读(387) 评论(0) 推荐(0)
摘要: Gox 是一个简单的,不花俏的Go平台交叉编译工具,它的用处就和标准的 go build 一样。Gox 会并行地为多种平台编译。Gox 同时也提供了一套交叉编译工具链。 Gox 项目地址:https://github.com/mitchellh/gox 安装 为了安装 Gox,请使用 go get。 阅读全文
posted @ 2016-12-21 11:41 junneyang 阅读(2870) 评论(0) 推荐(0)
摘要: 虽然golang是用C实现的,并且被称为下一代的C语言,但是golang跟C的差别还是很大的。它定义了一套很丰富的数据类型及数据结构,这些类型和结构或者是直接映射为C的数据类型,或者是用C struct来实现。了解golang的数据类型和数据结构的底层实现,将有助于我们更好的理解golang并写出质 阅读全文
posted @ 2016-12-20 18:11 junneyang 阅读(6180) 评论(0) 推荐(0)
摘要: https://www.douban.com/note/512625720/ http://blog.csdn.net/hanxin1987216/article/details/8156010 https://github.com/jemalloc https://github.com/heoni 阅读全文
posted @ 2016-12-20 14:44 junneyang 阅读(393) 评论(0) 推荐(0)
摘要: golang垃圾回收 & 性能调优 阅读全文
posted @ 2016-12-19 17:25 junneyang 阅读(951) 评论(0) 推荐(0)
摘要: Bookmarks 阅读全文
posted @ 2016-12-19 16:14 junneyang 阅读(398) 评论(0) 推荐(0)
摘要: SDNLAB技术分享(十五):容器网络大观 SDNLAB君 • 16-06-17 •2957 人围观 编者按:本文系SDNLAB技术分享系列,本次分享来自SDN撕X群(群主:大猫猫)群直播,我们希望通过SDNLAB提供的平台传播知识,传递价值,欢迎加入我们的行列。 分享嘉宾 分享介绍:张晨:目前就读 阅读全文
posted @ 2016-12-19 16:06 junneyang 阅读(978) 评论(0) 推荐(1)
摘要: Add Open vSwitch-based multitenant backend for use with OpenShift / Kubernetes: https://github.com/coreos/flannel/pull/384 flannel 通信原理图: https://raw. 阅读全文
posted @ 2016-12-19 10:34 junneyang 阅读(764) 评论(0) 推荐(0)
摘要: 中国移动Kubernetes多集群统一管理实践: http://www.tuicool.com/articles/FrqQrqI#c-22517 一种新的进入容器的方式: WebSocket + Docker Remote API: http://www.tuicool.com/articles/A 阅读全文
posted @ 2016-12-19 10:25 junneyang 阅读(424) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页