2014年12月13日
摘要: 让我们看看我们的朋友——对话框。它是一头老黄牛。不管什么时候,我们想往我们的程序里添加什么精巧的东西,我们会创建一个类,将它绑定到一个对话框上,然后让它去和用户交流。工具提供商已经让生产对话框变得很容易了。几乎市场上每个IDE都有一个GUI创建器。你可以把各种控件拖拽到对话框上,再一一将它们组装。生... 阅读全文
posted @ 2014-12-13 11:14 飞鸟的天空 阅读(123) 评论(0) 推荐(0)
摘要: 引言本文描述用来开发复杂GUI应用程序的TASKMASTER框架模式。该模式运用OOD原则引导开发者创建灵活、易于维护、可复用的GUI框架。 阅读全文
posted @ 2014-12-13 10:41 飞鸟的天空 阅读(193) 评论(0) 推荐(0)
摘要: 塔利根特,IBM的全资子公司,基于对Smalltalk的经典编程模型MVC的泛化,正在为C++和Java编程语言开发下一代的编程模型,称为模型/视图/表现者或MVP。 阅读全文
posted @ 2014-12-13 10:15 飞鸟的天空 阅读(186) 评论(0) 推荐(0)
  2011年5月16日
摘要: Does VML compete with GIF and PNG? No. Both GIF and PNG are raster (or bit-mapped) formats that can be used to store vector graphics. Raster formats store every pixel, whereas vector formats such as V... 阅读全文
posted @ 2011-05-16 16:28 飞鸟的天空 阅读(226) 评论(0) 推荐(0)
摘要: Vector Markup Language (VML) is an XML-based exchange, editing, and delivery format for high-quality vector graphics on the Web that meets the needs of both productivity users and graphic design professionals. XML is an emerging simple, flexible, and open text-based language that complements HTML. ( 阅读全文
posted @ 2011-05-16 16:21 飞鸟的天空 阅读(200) 评论(0) 推荐(0)