上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 43 下一页
摘要: Extensible Application Markup Language (XAML) is a markup language for declarative application programming. Application = Code + Makeup http://www.charlespetzold.com/home.html The Two APIs A book... 阅读全文
posted @ 2007-10-25 09:58 许晓光 阅读(291) 评论(0) 推荐(0)
摘要: Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. http://msd... 阅读全文
posted @ 2007-10-24 16:32 许晓光 阅读(435) 评论(0) 推荐(0)
摘要: Book Description Foundations of Object-Oriented Programming Using .NET 2.0 Patterns solves the object-oriented and pattern-programming problem by mixing the two--the book teaches object-oriented conce... 阅读全文
posted @ 2007-10-22 13:44 许晓光 阅读(318) 评论(0) 推荐(0)
摘要: http://www.eclipse.org/aspectj/ a seamless aspect-oriented extension to the Javatm... 阅读全文
posted @ 2007-10-22 09:04 许晓光 阅读(200) 评论(0) 推荐(0)
摘要: DECLARE Employee_Cursor CURSOR FOR SELECT EmployeeID, Title FROM AdventureWorks.HumanResources.Employee; OPEN Employee_Cursor; FETCH NEXT FROM Employee_Cursor; WHILE @@FETCH_STATUS = 0 BEGIN ... 阅读全文
posted @ 2007-10-18 12:44 许晓光 阅读(117) 评论(0) 推荐(0)
摘要: William C.Wake 图 1. 软件项目过去和现在的成功和失败 XP 的价值 正如我在“XP 精华”中所说的,XP 规定了一组核心价值和实践,可以让软件开发人员发挥他们的专长:编写代码。XP 消除了大多数重量级过程中不必要的东西,它们减慢开发速度、耗费开发人员的精力(例如甘特图、状态报告,以及大量的需求文档等),从而偏离目标。Kent Beck 在他的书 Extreme Prog... 阅读全文
posted @ 2007-10-16 09:11 许晓光 阅读(245) 评论(0) 推荐(0)
摘要: 基本原则: 1、关注用户及其任务,而不是技术 2、首先考虑功能,然后才是表示 3、从用户的视角看问题,使用用户的词汇进行描述 4、不要向用户暴露实现细节 5、使常用的用户任务简单化,不要让用户解决额外的问题 6、保持一致性,引导用户的使用习惯 7、保持显示惯性,传递信息,而不仅仅是数据 8、设计应满足响应需求 禁忌: 1、同一页面包含重复功能的链接或按钮 2、将复选框用作单选按钮 3、无初始值... 阅读全文
posted @ 2007-10-15 12:40 许晓光 阅读(279) 评论(0) 推荐(0)
摘要: 非托管的C++工程中,必须添加VC++路径,包括include file, reference files 和library files.而且要注意路径的上下次序! 如果有多个工程,要注意工程编译的顺序.如果编译的顺序不对,可能导致DLL不能正确的生成,使其他工程的引用失败! 阅读全文
posted @ 2007-10-12 18:18 许晓光 阅读(156) 评论(0) 推荐(0)
摘要: Introduction This article show how to activate an MDI child form maximized, without the fireworks that erupt when you activate an MDI child form using the Active() or Select() methods of the child fo... 阅读全文
posted @ 2007-10-12 11:11 许晓光 阅读(536) 评论(0) 推荐(0)
摘要: 我是讲师; 阅读全文
posted @ 2007-10-12 09:38 许晓光 阅读(114) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 43 下一页