码迷,mamicode.com
首页 >  
搜索关键字:change master    ( 21951个结果
libvirtsAPI
mongodb远程服务器连接mongo -uroot -p321 master.puppet.org:27017/admin基于libvcirt的虚拟化guest domain overview:A guest domain may be transient, or persistent. A tr...
分类:Windows程序   时间:2014-06-28 19:38:48    阅读次数:431
设计对象的一些基本原则(学习自设计模式之禅)
1.单一职责原则(srp):就是设计一个对象,对象的职责要单一.比如设计用户类,将用户的行为和用户的属性分成两个接口,继承的方式设计类.还有一个srp的解释是:there is no more than one reason for a class to change但srp的原则有可能把握的过细,...
分类:其他好文   时间:2014-06-28 13:57:06    阅读次数:205
gocrawl 分析
1. gocrawl 类结构 1 // The crawler itself, the master of the whole process 2 type Crawler struct { 3 Options *Options 4 5 // Internal fields 6 ...
分类:其他好文   时间:2014-06-28 13:52:36    阅读次数:175
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:其他好文   时间:2014-06-28 12:34:14    阅读次数:466
Activity重要函数
一。onConfigurationChanged 与android:configChangesLists configuration changes that the activity will handle itself. When a configuration change occurs at...
分类:其他好文   时间:2014-06-28 12:15:22    阅读次数:207
mtime,ctime,atime
在学习makefile的时候涉及到修改时间,对于mtime,ctime,atime三个时间之间有啥区别呢??atime - access time mtime - if modify timectime - of change timels -luTo view ctimels -lcTo vi.....
分类:其他好文   时间:2014-06-23 07:58:14    阅读次数:246
hust 1546 && hdu 3911 Black And White
题目描述There are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color of a continuous ...
分类:其他好文   时间:2014-06-22 23:46:15    阅读次数:199
Hadoop0.21.0部署安装以及mapreduce测试
鉴于hadoop的需要。。。但是并不限于此。。。有时候闲输入密码麻烦,也可以用这种办法从一个节点通过ssh进入另一个节点。。。设要使master进入slave是免密码的,则可以在master(ip为192.168.169.9)中如下操作:命令:ssh-keygen -t rsa 然后一路回车(该命令...
分类:其他好文   时间:2014-06-22 23:31:51    阅读次数:332
texCUBE() to CubemapSampler.Sample()
update dx9 to dx11refers to CUBEMAP samplertexCUBE(CubeMpaSampler,normal)maybe change toCubemapSampler.Sample(CubeMapSamplerState,???)??? 这里需要一个 三维向量....
分类:其他好文   时间:2014-06-21 14:25:05    阅读次数:230
include/linux/tasks.h
#ifndef _LINUX_TASKS_H#define _LINUX_TASKS_H/** This is the maximum nr of tasks - change it if you need to*///最大的进程数量#define NR_TASKS 128#endif
分类:系统相关   时间:2014-06-20 17:29:36    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!