2014年3月24日

crazy proj : No 4 - multi threading

摘要: Baiscs:1. Thread localnew ThreadLocal(()=>"hehe")LocalDataStoreSlot slot ; Thread.setData(slot,123)2. Thread with parametersclass MyThreadT data3. background threadIsBackground=false4. control threadstart sleep join abort5. ThreadPoolThreadPool.QueueUserWorkItem(_=>Console.WriteLine( 阅读全文

posted @ 2014-03-24 17:46 surghost 阅读(154) 评论(0) 推荐(0) 编辑

crazy proj : No 3 - wpf and devexpress

摘要: 1. wpfIn this area, I can only say that now I understand the minimal part of the whole picture.And to demostrate this I tried to develop a simple calculator.Three things I should know from this project:a. understand the logic to event bindingb. try catch to deal with exceptionc. xaml's component 阅读全文

posted @ 2014-03-24 15:59 surghost 阅读(134) 评论(0) 推荐(0) 编辑

导航