05 2011 档案

摘要: WP7 对于在输入的时候可以设置文本框的输入作用域。也就是说,在对于文本输入的时可以设置不能的键盘。比如:设置数字时,只调用数字键盘出来,电子邮件也如此。由于目前在对文本框设置作用域时,没有智能提...阅读全文
posted @ 2011-05-04 22:51 good man 阅读(255) | 评论 (1) 编辑
摘要: 2011西安世界园艺博览会4月28日在西安开幕,西安世界园艺博览会会址位于西安浐灞生态区,园区占地265公顷,集园艺展示、展会活动、文化娱乐、创意PARK、综合服务于一体,将水域、绿地和花海完美结...阅读全文
posted @ 2011-05-03 22:23 good man 阅读(839) | 评论 (12) 编辑
摘要: 在项目开发中常用到这些,记录下来,以后忘记了,来查询 public class XmlCountryRepository : ICountryRepository { private static List<CountryData> countryList = null; static XmlCountryRepository() { XDocument loadedData = XDocume...阅读全文
posted @ 2011-05-03 21:42 good man 阅读(546) | 评论 (0) 编辑