2009年9月18日
posted @ 2009-09-18 13:51 hill 阅读(524) 评论(0) 编辑
2009年4月21日
UpdateData(TRUE)将控件内容更新到关联变量
UpdateData(FALSE)将变量的值更新至控件的内容
posted @ 2009-04-21 15:49 hill 阅读(720) 评论(0) 编辑
2006年10月25日
posted @ 2006-10-25 12:08 hill 阅读(88) 评论(0) 编辑
posted @ 2006-10-25 12:07 hill 阅读(99) 评论(0) 编辑
2006年10月20日
posted @ 2006-10-20 16:02 hill 阅读(146) 评论(0) 编辑
2006年10月13日
string str =""初始化对象分配空间
而string str=null初始化对象有人提到:NULL的话没有在heap里分配内存,只是在stack里有一个引用,目标是空的,但即使初始化为空字符串也会在heap里分配内存了(见:http://topic.csdn.net/t/20050302/20/3819568.html)
posted @ 2006-10-13 17:18 hill 阅读(349) 评论(0) 编辑
posted @ 2006-10-13 17:16 hill 阅读(32) 评论(0) 编辑
posted @ 2006-10-13 17:14 hill 阅读(110) 评论(0) 编辑
2006年10月12日
posted @ 2006-10-12 17:31 hill 阅读(308) 评论(0) 编辑
posted @ 2006-10-12 16:14 hill 阅读(7573) 评论(1) 编辑