ATL: Active Template Library(活动模板库) 一种开发框架,通过它可以快速建立基于COM的组件基本特征: 1.对低级别COM功能的内置式支持:IUnknown, 类工厂, self-registration 2.支持IDL(interface definition l...
分类:
其他好文 时间:
2014-06-19 09:09:26
阅读次数:
265
class TestCase: def run(self, result=None): if result is None: result=self.defaultTestResult() result.startTest(self) t...
分类:
其他好文 时间:
2014-06-18 23:51:59
阅读次数:
355
local pos = ccp(10, 10)local sprite=display.newSprite("02.png") //创建一个精灵sprite:setPosition(ccp(10,10))self:addChild(sprite) if sprite:getBound...
分类:
其他好文 时间:
2014-06-18 22:02:41
阅读次数:
198
searchBar=[[UISearchBaralloc]initWithFrame:CGRectMake(0.0,0.0,self.view.bounds.size.width,40)];searchBar.placeholder=@"EnterName";searchBar.delegate=s...
分类:
其他好文 时间:
2014-06-18 20:39:48
阅读次数:
172
var testKo = function () { self = this; self.Text1 = ko.observable("1"); self.Text2 = k...
分类:
Web程序 时间:
2014-06-18 18:52:25
阅读次数:
214
WinDirStat is a disk usage statistics viewer and cleanup tool for various versions ofMicrosoft Windows.Note:if you are looking for an alternative forL...
在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。window.self功能:是对当前窗口自身的引用。它和window属性是等...
删除名为-a的文件rm./-arm---a告诉rm这是最后一个选项,参见getoptls-i列出inum,然后用find.-inuminum_of_thisfile-execrm{}\;删除名为\a的文件rm\\a如何看出redhat的版本是7还是8(hutuworm)cat/proc/version或者cat/etc/redhat-release或者cat/etc/issue文件在哪个rpm中(无双..
分类:
其他好文 时间:
2014-06-16 18:27:04
阅读次数:
274
在上一家公司的时候,写python,用的emeditor,由于是公司的电脑,都是配置好的,写python还是比较顺手,现在离开后,一直用notepad++,想转到notepad++来写python的代码,遂研究了下,配置了自己的Notepad++的python环境。首先你要安装python、note...
分类:
编程语言 时间:
2014-06-15 13:57:18
阅读次数:
257
php类的静态成员函数效率比类的普通成员函数的要高.例子: var2 = 'bbbbbbbbbbbbbbbb';} www.jbxue.compublic static function secho1(){echo self :: $var1 . '';}public function secho2...
分类:
Web程序 时间:
2014-06-15 09:42:51
阅读次数:
224