Alice's Blog

Alice's Blog
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  我的程序人生

摘要:.Net平台AOP技术研究 1、引言2、AOP技术基础3、Java平台AOP技术研究4、.Net平台AOP技术研究4.1.Net平台AOP技术概览.Net平台与Java平台相比,由于它至今在服务端仍不具备与unix系统的兼容性,也不具备类似于Java平台下J2EE这样的企业级容器,使得.Net平台在大型的企业级应用上,常常为人所诟病。就目前而言,.Net平台并没有提供AOP技术的直接实现,而微... 阅读全文

posted @ 2006-02-13 11:19 Alice 阅读(173) 评论(0) 推荐(0)

摘要:加入一个propertyGrid PropertyGrid propertyGrid1 = new PropertyGrid();propertyGrid1.CommandsVisibleIfAvailable = true; propertyGrid1.Location = new Point(10, 20); propertyGrid1.Size ... 阅读全文

posted @ 2005-10-30 20:42 Alice 阅读(885) 评论(0) 推荐(0)

摘要:Draw Dorp-Down propertyGrid [TypeConverter(typeof(backgroundRepeatConverter)), DescriptionAttribute("description"), CategoryAttribute("行为")] public string backgroundR... 阅读全文

posted @ 2005-10-30 20:41 Alice 阅读(320) 评论(0) 推荐(0)

摘要:1How to Determine the Item Selected from a Property Grid Drop-down Listfrom http://www.devx.com/tips/Tip/22531 2In Visual Studio, when you select an item on a form you're building, the Property Gr... 阅读全文

posted @ 2005-07-08 22:43 Alice 阅读(630) 评论(0) 推荐(0)