mongodb远程服务器连接mongo -uroot -p321 master.puppet.org:27017/admin基于libvcirt的虚拟化guest domain overview:A guest domain may be transient, or persistent. A tr...
虚拟机默认情况下所拥有的资源都是不同的, 比如说CPU clock. 在一个忙碌的系统中, 虚拟机甚至可能在很短的一段时间内被拒绝分配资源给它, 这种情况还可能发生在高系统负荷, VMotion, Backup的时候. 或者说虚拟机收到了超过它可以感知的CPU资源的量, 比如说操作系统认为它有1个2...
分类:
其他好文 时间:
2014-06-28 18:10:41
阅读次数:
299
aaaconfig Configure RADIUS for AAA servicesad Specifies all administration domain (AD)-level operationsag Configure the Access Gateway featureagshow D...
分类:
其他好文 时间:
2014-06-28 17:23:01
阅读次数:
362
转载出处:http://www.cqrs.nu/FaqWhat is a domain?The field for which a system is built. Airport management, insurance sales, coffee shops, orbital flight, ...
分类:
其他好文 时间:
2014-06-28 11:56:38
阅读次数:
289
网络相关的东西几乎都是建立在套接字之上.所以这个内容对于程序员来说还是蛮重要的啊.
其实套接字也就是一个特殊的设备文件而已,我始终不能明白为什么要叫套接字.这么个奇怪的名字.不过还是就这样算了吧.关键还是编程上.由于其重要性,我还是写的详细一点吧.
一.套接字
核心函数: int socket(int domain,int type,int protocol);
这个函数在通信域d...
分类:
系统相关 时间:
2014-06-22 21:04:46
阅读次数:
395
JavaScript跨域总结与解决办法(转)什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(h...
分类:
编程语言 时间:
2014-06-21 11:08:10
阅读次数:
207
转:http://blog.csdn.net/littlebo01/article/details/17554953[python] view plaincopyprint? 使用OpenERP自定义模块开发的时候,你会发现,有一个uid(当前登录用户id)特别好用,不管是在xml的domain.....
分类:
其他好文 时间:
2014-06-21 10:11:16
阅读次数:
270
page 201show ip routeCorrection(05-4)Basic configuration of R1:enableconfigure terminalhostname R1no ip domain-lookup (Disable DNS lookup)enable secre...
分类:
其他好文 时间:
2014-06-21 00:04:24
阅读次数:
332
BACKGROUND OF THE INVENTIONThe present invention relates to data transfer across domains, and more particularly, to data transfer across a number of d...
分类:
移动开发 时间:
2014-06-18 13:55:52
阅读次数:
422
关于跨域访问,使用JSONP的方法,我前面已经demo过了,具体见http://supercharles888.blog.51cto.com/609344/856886,HTML5提供了一个非常强大的API,叫postMessage,它其实就是以前iframe的进化版本,使用起来极其方便,这里举个实验例子:
我们依旧按照与上文相同的设定,假定我们有2个Domain
Domain1: h...
分类:
Web程序 时间:
2014-06-18 12:23:53
阅读次数:
278