码迷,mamicode.com
首页 >  
搜索关键字:docker images    ( 33692个结果
UVA Quadtrees
题目如下; Quadtrees  A quadtree is a representation format used to encode images. The fundamental ideabehind the quadtree is that any image can be split into four quadrants. Each...
分类:其他好文   时间:2014-06-05 04:20:06    阅读次数:226
Windows Images for OpenStack
This note summarizes articles from other places about Microsoft Windows images for OpenStack creation, along with some first hand experience. The whol...
分类:Windows程序   时间:2014-06-03 07:34:53    阅读次数:615
微信中QQ表情的解析(php)
微信公众平台接受的消息中,标签是用'/:'开头的字符串表示的,如果要在网页上显示(比如制作微信大屏幕),就需要进行转换。 所以我向微信公众平台按顺序发送了各个QQ表情,在微信公众平台后台可以看到接受的表情会被解析成https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/0.gif 这样的图片。所以自己写一套解析函数即可。 在微信公...
分类:微信   时间:2014-06-02 23:20:52    阅读次数:537
情感的艺术3D角色动画
3D人物造型When drawn animation frame by frame, the images have a tendency to change, at least a little, but it increased by at least movement, even his ca...
分类:其他好文   时间:2014-06-02 22:19:26    阅读次数:379
[翻译] About Core Image
About Core ImageCore Image is an image processing and analysis technology designed to provide near real-time processing forstill and video images. It ...
分类:其他好文   时间:2014-05-31 18:22:41    阅读次数:289
谷歌下设置滚动条的css样式
.oLi-lists-scroll::-webkit-scrollbar { width:5px; padding:1px; background:url(../images/repeat-bar.png) repeat-y;}/* Track */.oLi-lists-scroll::-webki...
分类:Web程序   时间:2014-05-29 19:02:39    阅读次数:386
docker基础教程
docker基础教程Docker使用基本教程Docker中文文档1.启动docker--有两种方式如果你是二进制安装的,你可以使用sudo /docker -d &来启动如果你是apt-get安装的你可以用service docker start开启2.搜索安装镜像官方安装方式docker pull...
分类:其他好文   时间:2014-05-29 18:57:30    阅读次数:788
解决docker apt-get 的时候DNS出现问题的问题
http://docs.docker.io/installation/ubuntulinux/#docker-and-local-dns-server-warnings按照这个改一下默认的DNScontainer 和 笔记本要公用一个DNS服务器貌似.
分类:其他好文   时间:2014-05-29 12:02:33    阅读次数:317
[翻译]只为图片使用IMG标签(Use IMG tags only for Images)
原文地址:Use IMG tags only for Images 首先,补充一些背景知识。 web开发人员经常通过在主页预加载(预缓存)将来的页面所用到的一些资源的方式来优化网站的性能。常用的手段是在主页内容加载完之后开启预读取资源下载。有些网站通过使用IMG标签的形式来打到预读取的目的-...
分类:其他好文   时间:2014-05-29 02:41:20    阅读次数:343
Cgroups控制cpu,内存,io示例
Cgroups是control groups的缩写,最初由Google工程师提出,后来编进linux内核。Cgroups是实现IaaS虚拟化(kvm、lxc等),PaaS容器沙箱(Docker等)的资源管理控制部分的底层基础。百度私有PaaS云就是使用轻量的cgoups做的应用之间的隔离,以下是关于...
分类:其他好文   时间:2014-05-26 19:45:07    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!