码迷,mamicode.com
首页 >  
搜索关键字:docker run    ( 34239个结果
Quartz Features
Runtime EnvironmentsQuartz can run embedded within another free standing applicationQuartz can be instantiated within an application server (or servle...
分类:其他好文   时间:2014-06-25 19:13:37    阅读次数:225
Sublime text2用户自定义配置
[{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, { // Emmet: Zencoding "ke...
分类:其他好文   时间:2014-06-25 15:31:43    阅读次数:154
sas数组
ARRAY array-name { subscript } ;*字符型数组输出;data a; array simple{3}$ red green yellow ("r" "g" "b"); put red=; put simple(1)=;run;...
分类:其他好文   时间:2014-06-25 15:11:35    阅读次数:881
[LeetCode] Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2014-06-25 14:58:16    阅读次数:210
redis 配置文件翻译
2014年6月24日 17:29:11如果有其它配置文件,可以使用 include 指令默认的redis不会以守护进程运行,需要这样的话可以 daemonize yes进程信息放在/var/run/redis.pid中,可以用指令 pidfile 指定端口默认为6397 设为0的话 redis不会监...
分类:其他好文   时间:2014-06-25 14:22:02    阅读次数:223
外观模式之C++实现
#include"stdafx.h"#include#includeusingnamespacestd;classHand{public:voidGet(){coutGet();mouth->Eat();coutSee();leg->Run();coutEat();person->Run();ret...
分类:编程语言   时间:2014-06-25 14:17:23    阅读次数:269
ArcGIS API for Silverlight 编辑Geometry
概述 ArcMap的编辑功能是很强大的,ArcEngine编写的CS程序也能够用到ArcMap中提供的编辑功能,那么ArcGIS API forSilverlight针对Geometry的编辑提供了哪些功能呢? 本文说的只是对Geometry本身的编辑,并不涉及到编辑时的拓扑检查,编辑的数据源等。对于BS程序来说,能够方便的编辑Geometry基本上就满足大部分需求了。 ArcGIS Run...
分类:Windows程序   时间:2014-06-25 08:30:35    阅读次数:326
LeetCode: Longest Consecutive Sequence [128]
【题目】 Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example, Given [100, 4, 200, 1, 3, 2], The longest consecutive elements sequence is [1, 2, 3, 4]. Return its length: 4. Your algorithm should run...
分类:其他好文   时间:2014-06-25 07:55:42    阅读次数:244
【Java】【Flume】Flume-NG启动过程源码分析(二)
本节分析配置文件的解析,即PollingPropertiesFileConfigurationProvider.FileWatcherRunnable.run中的eventBus.post(getConfiguration())。分析getConfiguration()方法。此方法在AbstractConfigurationProvider类中实现了,并且这个类也初始化了三大组件的工厂类:this...
分类:编程语言   时间:2014-06-24 17:21:53    阅读次数:547
Docker的一个安全漏洞
最近又翻译了一篇关于Docker的文章,内容是Docker发布的一个安全漏洞以及应对方法,地址在docker中文社区的《突破DOCKER容器的漏洞验证代码》其实我十来年前做过一段时间的系统安全,还结识了安全圈里一帮兄弟,后来我转行做了存储,也一直在关注安全领域。这一两年安全行业迅..
分类:其他好文   时间:2014-06-24 16:22:51    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!