落寞鞋垫

文章
4
资源
0
加入时间
2年10月21天

MFC子窗口和父窗口(SetParent,SetOwner)

转自: http://hi.baidu.com/winnyang/blog/item/c4fdcd3698b33ad1a2cc2b79.html一、概念和区别在windows系统中,每个窗口对象都对应有一个数据结构,形成一个list链表。系统的窗口管理器通过这个list来获取窗口信息和管理每个窗口。这个数据结构中有四个数据用来构建list,即child、sibling、parent、owner...

ruby 语法(ARGV,传参数)--读取文件档案

脚本读取的文字档案:ex15_sample.txtThis is stuff I typed into a file.It is really cool stuff.Lots and lots of fun to have in here.ruby脚本:filename=ARGV.first # ARGV获取传进来第一个的参数prompt="> "#可以