摘要:
搭建WPF环境需要安装的软件或扩展主要有:Visual Studio2005: 使用迅雷下载.net framework3.0 , Visual Studio2005 WPF扩展, windows SDK,这些都可以到这里下载除此之外,为了更好地运用XAML进行开发,你应该下载 Expression Blend注:windows SDK 和 Expression Blend是可选的,但推荐您下载 阅读全文
posted @ 2009-11-04 13:00
啊T
阅读(196)
评论(0)
推荐(0)
摘要:
我们在开发中经常会用List<string>来保存一组字符串,比如下面这段代码:List<string>studentNames=newList<string>();studentNames.Add("John");studentNames.Add("Mary");studentNames.Add("Rose");可是有时候,我们要从中获取一个字符串,字符串的内... 阅读全文
posted @ 2009-11-04 10:31
啊T
阅读(1243)
评论(0)
推荐(0)