上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: OO concept about JavaScript concept about the properties of objects 1. DataProperty & AccessProperty DataProperty: Configurable, Enumerable,Writable,V 阅读全文
posted @ 2016-07-11 17:35 kongshu 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Tesseract OCR Tuitor environment preparement 1. get the tesseract dll, nuget from vs. 2. get the test data, we can get it from "github" Start to write 阅读全文
posted @ 2016-07-10 16:38 kongshu 阅读(155) 评论(0) 推荐(0) 编辑
摘要: What is the difference between static,relative, absolute,fixed we can refer to this link: "expand" 阅读全文
posted @ 2016-07-07 15:18 kongshu 阅读(94) 评论(0) 推荐(0) 编辑
摘要: How to call a function asynchronizly in C Page1 Delegate.begininvoke, endinvoke BeginInvoke and EndInvoke we use four ways to process the asynchronoze 阅读全文
posted @ 2016-06-16 07:14 kongshu 阅读(431) 评论(0) 推荐(0) 编辑
摘要: Summary of WCF Client to use service 1. use ChannelFactory to create proxy to use service. Client code show below. we put our endpoing in config file 阅读全文
posted @ 2016-06-03 07:13 kongshu 阅读(83) 评论(0) 推荐(0) 编辑
摘要: how to write a windows services 1. "susport microsoft" This aritcle describe the detail step to setup a windows service hello world. 2. As currently, 阅读全文
posted @ 2016-05-31 12:49 kongshu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: How to Raize Command to evalituate in mvvm 1. In mvvmlight, we bind our control to the relaycommand object. But, the commmand only execute the CanExec 阅读全文
posted @ 2016-05-29 14:44 kongshu 阅读(109) 评论(0) 推荐(0) 编辑
摘要: DataTemplate ControlTemplate 1. we can search many posts about this topic. some valuable link: "DataTemplate和ControlTemplate的关系" , 2. we can see some 阅读全文
posted @ 2016-05-25 07:11 kongshu 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Xaml edit bug about vs2013+ 1. sometimes, vs will say some class not found in the namespace. but, we confirm the class is defined in that namespace. i 阅读全文
posted @ 2016-05-23 21:53 kongshu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: INPC & RaizePropertyChanged in mvvmlight In WPF app, MvvM Framework, we binding the UIElement from View to the Public Properties in ViewModel. what do 阅读全文
posted @ 2016-05-23 21:47 kongshu 阅读(258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页