07 2012 档案

prism wp7 applicationbar 不能立即触发textbox 的双向绑定
摘要:<i:Interaction.Behaviors> <prismInteractivity:UpdateTextBindingOnPropertyChanged /> </i:Interaction.Behaviors>xmlns:prismInteractivity="clr-namespace:Microsoft.Practices.Prism.Interactivity;assembly=Microsoft.Practices.Prism.Interactivity" xmlns:i="clr-namespace:Syst 阅读全文

posted @ 2012-07-19 17:49 GIS-MAN 阅读(250) 评论(0) 推荐(0) 编辑

windows phone pivot 开发过程中的使用心得
摘要:首先pivot的的selection changed 事件 触发 pivotindex 的时间 比较晚,他是在完全进入另一pivotitem的时候 才会触发pivotindex改变next ManipulationCompleted事件 触发 pivotindex 的时间要早的很多 ,嘿嘿 阅读全文

posted @ 2012-07-18 11:03 GIS-MAN 阅读(166) 评论(0) 推荐(0) 编辑

asynChronous delegaTes 异步委托
摘要:static int TakesAWhile(int data, int ms) { Console.WriteLine("TakesAWhile started"); Thread.Sleep(ms); Console.WriteLine("TakesAWhile completed"); return ++data; } ... 阅读全文

posted @ 2012-07-12 16:56 GIS-MAN 阅读(141) 评论(0) 推荐(0) 编辑

正则表达式基础 之 ?
摘要:Console.WriteLine (Regex.Match ("color", @"colou?r").Success); // True Console.WriteLine (Regex.Match ("colour", @"colou?r").Success); // True Console.WriteLine (Regex.Match ("colouur", @"... 阅读全文

posted @ 2012-07-12 16:56 GIS-MAN 阅读(163) 评论(0) 推荐(0) 编辑

线程不安全
摘要:class ThreadUnsafe { static int _val1 = 1, _val2 = 1; static void Go() { if (_val2 != 0) Console.WriteLine (_val1 / _val2); _val2 = 0; } }///方法的定义和分配的内存地... 阅读全文

posted @ 2012-07-12 16:55 GIS-MAN 阅读(161) 评论(0) 推荐(0) 编辑

线程基础知识
摘要:Semaphores can be useful in limiting concurrency—preventing too many threads from executing a particular piece of code at once. In the following example, five threads try to enter a nightclub that a... 阅读全文

posted @ 2012-07-10 17:57 GIS-MAN 阅读(156) 评论(0) 推荐(0) 编辑

linq TO XML 基础
摘要:这样写可以用在linq 查询里面 阅读全文

posted @ 2012-07-10 17:09 GIS-MAN 阅读(126) 评论(0) 推荐(0) 编辑

linq 查询表达式
摘要: 阅读全文

posted @ 2012-07-10 16:01 GIS-MAN 阅读(115) 评论(0) 推荐(0) 编辑

linq 简单操作符
摘要: 阅读全文

posted @ 2012-07-10 15:50 GIS-MAN 阅读(76) 评论(0) 推荐(0) 编辑

linq 基础
摘要: 阅读全文

posted @ 2012-07-10 15:42 GIS-MAN 阅读(102) 评论(0) 推荐(0) 编辑

network
摘要: 阅读全文

posted @ 2012-07-09 11:34 GIS-MAN 阅读(133) 评论(0) 推荐(0) 编辑

导航

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10
点击右上角即可分享
微信分享提示