综合
thebigbird
。
展开
-
一些知识收集
C# String与byte[]之间转换 http://developer.51cto.com/art/200908/148342.htm string类型转成byte[]: byte[] byteArray = System.Text.Encoding.Default原创 2011-09-15 17:37:42 · 342 阅读 · 0 评论 -
多线程
1. 不需要传递参数,也不需要返回参数 2. 需要传递单个参数:object arg 3. 需要传递多个参数:使用专门的线程类 4. 传出参数:使用委托的异步调用方法和回调 5. 线程池 http://blog.csdn.net/glumtree/article/det原创 2011-09-20 12:01:22 · 284 阅读 · 0 评论