自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

yzl11的博客

付出往往要>回报

  • 博客(35)
  • 资源 (6)
  • 收藏
  • 关注

转载 Docker Registry V1 与 V2 的区别解析以及灵雀云的实时同步迁移实践

http://www.csdn.net/article/2015-09-09/2825651

2016-01-28 20:43:24 765

转载 电子书:《Docker入门实战》

http://dockone.io/article/233

2016-01-28 11:29:12 758

转载 Segmentation fault

https://en.wikipedia.org/wiki/Segmentation_fault

2016-01-27 09:51:04 454

原创 将字符串中的空格移除,并将大写转换为小写

echo "B346 E31D E7E3 C6F9 D1D4 603F 4DFB 61BF 26EF 7A14" | \ tr -d "[:space:]" | tr '[:upper:]' '[:lower:]'

2016-01-21 14:46:05 583

转载 Docker网络详解及pipework源码解读与实践

http://www.infoq.com/cn/articles/docker-network-and-pipework-open-source-explanation-practice

2016-01-19 15:07:10 287

转载 Docker源码分析(七):Docker Container网络 (上)

http://www.infoq.com/cn/articles/docker-source-code-analysis-part7?utm_source=infoq&utm_medium=related_content_link&utm_campaign=relatedContent_articles_clk

2016-01-19 15:06:10 249

转载 docker网络配置方法总结

http://www.cnblogs.com/feisky/p/4105497.html?foxhandler=RssReadRenderProcessHandler

2016-01-19 14:26:01 287

转载 pipework的使用以及源码分析

http://www.superwu.cn/2015/03/05/1812/

2016-01-19 14:24:43 312

转载 GPG key generation: Not enough random bytes available.

http://linux-audit.com/gpg-key-generation-not-enough-random-bytes-available/

2016-01-18 15:57:58 515

转载 CoreOS那些事之Rkt容器尝鲜

http://www.infoq.com/cn/articles/coreos-rkt-container-part-01?utm_campaign=infoq_content&utm_term=globalhttp://www.infoq.com/cn/articles/coreos-rkt-container-part-02

2016-01-18 15:09:26 409

转载 Docker容器详细学习教程

http://www.52codes.net/article/600.html

2016-01-15 19:08:54 412

原创 Macaron文档说明

https://go-macaron.com/docs/middlewares/routing

2016-01-15 08:58:21 1115

转载 What happens when you run a container?

Either by using the docker binary or via the API, the Docker client tells the Docker daemon to run a container.$ docker run -i -t ubuntu /bin/bashLet’s break down this command. The Docker cli

2016-01-14 20:24:20 300

原创 Docker Registry HTTP API V2

https://github.com/docker/distribution/blob/master/docs/spec/api.md

2016-01-14 19:04:44 1549

转载 Docker学习总结之跨主机进行link

http://www.cnblogs.com/vikings-blog/p/4223462.html?utm_source=tuicool&utm_medium=referral

2016-01-14 11:12:53 867

转载 HTTP报文详解

http://www.oschina.net/question/565065_81309

2016-01-14 09:21:23 269

转载 VMware在使用桥接方式时无法联网

在vmware使用桥接方式上网时有时出现连不上网络解决办法:在vmware菜单选择Edit---vitrual network editor :在Bridged to:中不要选择Automatic(默认),选择计算机的物理网卡,然后启动系统,就能联网了原文链接:http://blog.csdn.net/xxg3053/article/detail

2016-01-13 09:52:00 573

原创 docker run hello-world的工作流程

1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. 3. The Docker daemon created a new container from that image whic

2016-01-12 15:54:54 641

原创 Ubuntu源列表

http://wiki.ubuntu.org.cn/Template:14.04source

2016-01-12 11:23:26 220

转载 /etc/hosts文件修改后如何生效

http://blog.csdn.net/hshl1214/article/details/48031407

2016-01-12 09:30:28 1193

原创 docker官方手册

https://docs.docker.com/engine/reference/

2016-01-12 08:54:32 320

转载 Docker学习总结之Run命令介绍

http://www.cnblogs.com/vikings-blog/p/4238062.html?utm_source=tuicool&utm_medium=referral

2016-01-11 15:15:18 247

转载 深入 Docker:容器和镜像

http://segmentfault.com/a/1190000002766882

2016-01-07 14:58:28 325

转载 两台虚拟机ping不通

http://blog.sina.com.cn/s/blog_60fde0c70102vd8e.html

2016-01-07 11:22:48 879

原创 使用host模式搭建dockyard环境

一、在宿主主机的相关配置1)下载docker的bin文件,步骤如下:wget https://get.docker.com/builds/Linux/x86_64/docker-1.8.3mv docker-1.8.3 dockercp docker /usr/bin2)配置containerops网络打开 /etc/hosts,添加127.0.0.1 cont

2016-01-07 10:07:59 769

转载 利用虚拟网桥实现Docker容器的跨主机访问

http://www.bubuko.com/infodetail-773104.html

2016-01-07 10:00:40 328

转载 8 个你可能不知道的 Docker 知识

http://segmentfault.com/a/1190000002734062

2016-01-07 09:03:21 280

原创 docker查看容器IP

docker inspect --format='{{.NetworkSettings.IPAddress}}' $(docker ps -a -q)

2016-01-06 19:48:43 15368 2

转载 Docker安全部署的17条建议

http://www.codeceo.com/article/17-docker-safe-config.html

2016-01-06 18:00:20 321

转载 Docker 网络配置

http://www.oschina.net/translate/docker-network-configuration

2016-01-06 10:22:10 262

转载 Docker容器修改hosts文件重启不变

http://dockone.io/question/400

2016-01-06 10:17:37 3510

转载 apt-get: Could not resolve 'archive.ubuntu.com'

http://my.oschina.net/duoli/blog/388960

2016-01-05 16:49:13 594

原创 如何交互式地创建一个Docker容器

https://linux.cn/article-5484-1.html

2016-01-05 09:04:33 393

原创 杀死进程名中含有指定字符串的进程

kill -9 $(pgrep 要杀死的进程名中所含的字符串),示例:kill -9 $(pgrep dock)杀死进程名中含有dock的所有进程

2016-01-05 09:00:54 2216

转载 通过网页集中访问Docker容器

http://www.iyunv.com/thread-88921-1-1.html

2016-01-04 11:19:47 487

数字图像处理与机器视觉——Visual C++与Matlab实现(pdf+附书源码)

学习数字图像处理和机器视觉不可多得的资料,里面包含有全书的pdf以及附书源码,源码里有Matlab仿真实现的代码和使用Visual C++实现的代码。

2015-07-07

Visual C++网络高级编程(pdf)+实例源代码

本书介绍了TCP/IP协议、Winsock I/O模型(select模型、WSAAsyncSelect模型、WSAEventSelect模型)、多媒体与网络编程、多线程编程、Telnet协议的实现、HTTP协议的实现、FTP协议的实现、UDP协议的实现、ICMP协议的实现、PPP协议的实现、文件下载、代理服务器的实现、ATL、DCOM和ActiveX技术、网络安全等。

2014-09-02

嵌入式Linux应用程序开发标准教程

这是华清远见嵌入式培训中心的标准教程,里面讲述了Linux基础命令、Linux的C语言编程、嵌入式系统基础、进程控制开发、多线程编程、网络编程、Qt图形编程等内容。

2012-11-01

嵌入式Linux应用程序开发详解

此压缩包是华清远见的嵌入式Linux课程,里面有Linux的快速入门、Linux的基础命令、Linux的C语言编程、Linux开发环境的搭建、文件I/O编程、进程间通信、网络编程、设备驱动开发、Qt图形编程等内容。

2012-11-01

PIC单片机学习资料

第1章 PIC16F877的外围功能模块 第2章 模拟量输入与输出 第3章 秒表 第4章 通用同步/异步通信的应用

2012-03-31

const的所有用法

内有const关键字的具体用法,还有具体的例子详解

2012-03-30

空空如也

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

TA关注的人

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