天马行空  
I ---- Inject 投入 L ---- Loyal 忠诚 O ---- Observant 用心 V ---- Valiant 勇敢 E ---- Enjoyment 喜悦 Y ---- Yes 愿意 O ---- Obligation 责任
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页

2014年1月27日

摘要: RelayCommand有8个,看似很多,其实就是几个变化的组合:1.是否Generic2. 执行是使用lambda表达式还是method3.是否有CanExecute这些都在源代码Snippets中 阅读全文
posted @ 2014-01-27 15:09 浅蓝 阅读(306) 评论(0) 推荐(0) 编辑

2014年1月23日

摘要: Skip the path: stick to the StorageFile:http://blogs.msdn.com/b/wsdevsol/archive/2012/12/05/stray-from-the-path-stick-to-the-storagefile.aspxConverting a StorageFile to a path to remember it for later is often workable, but you will need to have a fallback identifier for path-less StorageItems. The 阅读全文
posted @ 2014-01-23 10:12 浅蓝 阅读(171) 评论(0) 推荐(0) 编辑

2014年1月15日

摘要: XAML中用一字符即可展示漂亮的图型例如:Symbol Icon: Peoplehttp://www.geekchamp.com/icon-explorer/action-icons/icon?code=e125 图形:使用方法:注意:字体必须是Segoe UI Symbol如果你使... 阅读全文
posted @ 2014-01-15 16:12 浅蓝 阅读(375) 评论(0) 推荐(0) 编辑

2014年1月13日

摘要: 浅谈win8合约:http://www.devdiv.com/Windows_Metro-windows_metro_app_windows_contracts_-thread-131717-1-1.htmlWindows 8 中搜索合约的使用: http://www.devdiv.com/Windows_Metro-windows_metro_app_windows_-thread-131730-1-1.html在您的应用程序中激活 Windows 8 合约: http://blogs.msdn.com/b/windowsappdev_cn/archive/2012/03/30/window 阅读全文
posted @ 2014-01-13 14:34 浅蓝 阅读(193) 评论(0) 推荐(0) 编辑
 
摘要: ListView中每一项的高度默认是相同的,除非超过其预定高度值,否则需要动点手脚。VariableSizedListView 继承 ListView然后重写protected override void PrepareContainerForItemOverride(DependencyObject element, object item){var localItem = item as HeadingItem;var lvi = element as ListViewItem;lvi.Height = 28;//这样就修改了高度 lvi.Margin = new Thickness(0, 阅读全文
posted @ 2014-01-13 14:13 浅蓝 阅读(423) 评论(0) 推荐(0) 编辑

2013年12月17日

摘要: 4.关于子视图, MVVMLight Using Two Views:http://www.codeproject.com/Articles/323187/MVVMLight-Using-Two-Views3.这篇讲的不错:MVVM、MVVMLight、MVVMLight Toolkit之我见2.using the code snippet:a.in Visual Studio, in the code behind file, MainViewModel.cs, enter the letters mvvminpc and press tab. This will expand to a p 阅读全文
posted @ 2013-12-17 10:42 浅蓝 阅读(246) 评论(0) 推荐(0) 编辑

2013年12月11日

摘要: 先测试基本的RichTextBlock,看能否读取。 测试RichTextBlock中哪些子控件是可以被读取的。结论:只有Hyperlink能Tab到,能被读取。问题:RichTextBlock在获取焦点Focus()后,Narrator也不能读取其内容或AutomationProperties.Name。方案A:将RichTextBlock rtb1的选中内容放入一个TextBox tb2,将焦点转移到tb2. 方案A问题1:选取是一个动态持续过程,焦点转移会导致选取中断。 方案A1a:检测鼠标动作,在其鼠标MouseUp后才转移焦点。(无MouseUp事件,此路不通) ... 阅读全文
posted @ 2013-12-11 14:59 浅蓝 阅读(416) 评论(0) 推荐(0) 编辑
 
摘要: Policheck is a profing and testing tool for sensitive terminology and helps in ensuring thattrustworthy content is provided to Microsoft Customers.http://policheck.software.informer.com/这介绍很详细:http://prezi.com/bllmzufbenb3/policheck/Download link:http://toolbox/policheck/Release/ProjectReleases.aspx 阅读全文
posted @ 2013-12-11 14:55 浅蓝 阅读(606) 评论(0) 推荐(0) 编辑

2013年12月10日

摘要: 搜狐内部颈椎操http://my.tv.sohu.com/us/1642966/2557962.shtml 或者:http://www.tudou.com/programs/view/zpmGZxMOOTg/做正,脊柱直立状态:1.(目的:放松颈经)双手碰肩,转圈。2.右耳靠向右肩,左肩下沉,保持;左同。左2遍。上提放正脊柱。3.双手放右侧椅子把手,腰椎、胸椎、颈部右转,保持;左同。4.双手指交叉,上举直。低头,下巴向下延伸,保持。向前坐。5.双手指交叉,向后放在椅子背上,抬头,缓慢画半圆。最后正中保持一会。脖子放正,放松一会。6.(目的:放松)双肩转圈。职场瑜珈颈椎操 - 家庭篇http:/ 阅读全文
posted @ 2013-12-10 13:16 浅蓝 阅读(287) 评论(0) 推荐(0) 编辑

2013年11月25日

摘要: http://msdn.microsoft.com/en-us/library/windows/apps/hh831183.aspx做 HighContrast时,采用以下分目录方式:/ProjectFolder /images welcome.png /contrast-black welcome.png /contrast-white welcome.png /fr-FR welcome.png /contrast-black ... 阅读全文
posted @ 2013-11-25 16:55 浅蓝 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页