摘要: "Docker入门系列(四)" 准备工作 安装docker,版本最低1.13 准备 "Docker Compose" , "Docker for Mac" 以及 "Docker for Windows" 都已经预装了compose。linux系统需要自己安装, "官方安装教程" 。 了解 "dock 阅读全文
posted @ 2017-10-15 10:28 ruccsbingo 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: "Docker入门系列(三)" 准备工作 安装docker,版本最低1.13 准备 "Docker Compose" , "Docker for Mac" 以及 "Docker for Windows" 都已经预装了compose。linux系统需要自己安装, "官方安装教程" 。 了解 "dock 阅读全文
posted @ 2017-10-15 10:27 ruccsbingo 阅读(793) 评论(0) 推荐(0) 编辑
摘要: "Docker入门系列(二)" 准备工作 安装docker,版本最低1.13 了解前一部分的内容 "目标和安排" 验证docker环境可用 docker run hello world 介绍 现在,可以使用docker的方式构建一个应用。首先,我们从最基础、最底层的部分开始。在这篇文章中,将介绍容器 阅读全文
posted @ 2017-10-15 10:26 ruccsbingo 阅读(439) 评论(0) 推荐(0) 编辑
摘要: "Docker入门系列(一)" 这个系列的教程来源于docker的官方文档,此文档的目的在于一步一步学习docker的使用方法。 这一系列的教程有如下几篇文档: 1. docker安装启动 2. 构建第一个docker应用 3. 让你的应用变为可扩展的服务 4. 让你的服务跨越多台机器 5. 增加一 阅读全文
posted @ 2017-10-15 10:24 ruccsbingo 阅读(253) 评论(0) 推荐(0) 编辑
摘要: [TOC]##关键字final**java**中**final**关键字在不同的场景下,有不用的用法,但是都是表达相同的意思即**不能被改变**。接下来,详细的讲解**final**修饰**data**、**methods**和**class**的用法。### **final**修饰**data**... 阅读全文
posted @ 2015-07-25 17:24 ruccsbingo 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 设置Intel编译器的运行环境在terminal中执行编译器的环境脚本 compilervars.sh:source /bin/compilervars.sh 是编译器的安装目录, 可以是intel64或者ia32intel64: intel64架构的编译器和库文件ia32:IA-32架构的编译器... 阅读全文
posted @ 2015-05-22 16:59 ruccsbingo 阅读(291) 评论(0) 推荐(1) 编辑
摘要: 1 What is FlatBuffers.FlatBuffers is a serialization library for games and other memory constrained apps.FlatBuffers allows you to directly access ser... 阅读全文
posted @ 2015-04-13 15:21 ruccsbingo 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1 What is Angle.The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to ... 阅读全文
posted @ 2015-04-13 11:37 ruccsbingo 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 1 What is SKIA.Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms. It... 阅读全文
posted @ 2015-04-13 11:27 ruccsbingo 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 1 What is protocol buffer.Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structrured data - th... 阅读全文
posted @ 2015-04-13 11:07 ruccsbingo 阅读(293) 评论(0) 推荐(0) 编辑