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 阅读(257) 评论(0) 推荐(0)

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

posted @ 2012-07-18 11:03 GIS-MAN 阅读(177) 评论(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 阅读(148) 评论(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 阅读(173) 评论(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 阅读(173) 评论(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 阅读(162) 评论(0) 推荐(0)

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

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

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

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

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

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

linq 基础
摘要: 阅读全文

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

network
摘要: 阅读全文

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

导航