一、CCDirector主要函数如下:
1、Scene * getRunningScene () //获取当前运行的场景
2、double getAnimationInterval () //获取当前的FPS
3、virtual void setAnimationInterval (double dValue)=0 //设置FPS
4、b...
分类:
其他好文 时间:
2014-08-07 13:22:30
阅读次数:
290
http://archives.opennebula.org/documentation:archives:rel2.2:congContextualizing Virtual Machines 2.2There are two contextualization mechanisms availa...
分类:
其他好文 时间:
2014-08-07 13:03:20
阅读次数:
275
http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-provision-sql-server/Provisioning a SQL Server Virtual Machine on AzureThe Az...
分类:
数据库 时间:
2014-08-07 12:59:30
阅读次数:
437
This topic provides guidelines on how to sign up for SQL Server on a Azure virtual machine and how to get started creating SQL Server databases in Mic...
分类:
数据库 时间:
2014-08-07 12:53:30
阅读次数:
406
Top命令监控某个进程的资源占有情况下面是各种内存:VIRT:virtual memory usage 1、进程“需要的”虚拟内存大小,包括进程使用的库、代码、数据等 2、假如进程申请100m的内存,但实际只使用了10m,那么它会增长100m,而不是实际的使用量RES:resident memory...
分类:
其他好文 时间:
2014-08-07 12:51:29
阅读次数:
199
最近碰到一些问题,一开始很难调试和解决,最后发现原来是在基类函数的模板方法中对子类需要重写的函数没有使用virtual,如下class Base{public: void say(){test();} void test(){}};class Child : public Base{p...
分类:
编程语言 时间:
2014-08-07 12:44:00
阅读次数:
223
DNS:domainnameservice(域名服务)名称解析:主机名解析概念:把一种名称转换为另一种名称的过程。名称:字串、数字LDAP:轻量级目录服务访问权限389/tcp解析:根所有用户提供一种名称,去查询解析库,以得到另一种名称根域:rootdomain一级域:root-leveldomain二级域:公司..
分类:
其他好文 时间:
2014-08-07 07:25:30
阅读次数:
304
DNS:domainNameService监听在53/udp,53/tcpC/S架构:S(bind)、C(共享)bind:bekerleyinternetnamedomainFQDN:FullQualifiedDomainName完全限定域名www.magedu.com.:FQDNmagedu.com:域名主机名解析:把一种名称转换为另一种名称的过程,一般指字串和数字之间的转换。解析库..
分类:
系统相关 时间:
2014-08-07 07:21:30
阅读次数:
436
A file system layout apportions an underlying physical volume into one or more virtual volumes (vvols) of a storage system. The underlying physical vo...
分类:
其他好文 时间:
2014-08-06 21:52:22
阅读次数:
510
DescriptionUnidirectional TSPBackgroundProblems that require minimum paths through some domain appear in many different areas of computer science. For...
分类:
其他好文 时间:
2014-08-06 14:16:41
阅读次数:
336