
综合
thebigbird
。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一些知识收集
C# String与byte[]之间转换 http://developer.51cto.com/art/200908/148342.htmstring类型转成byte[]: byte[] byteArray = System.Text.Encoding.Default原创 2011-09-15 17:37:42 · 362 阅读 · 0 评论 -
多线程
1. 不需要传递参数,也不需要返回参数2. 需要传递单个参数:object arg3. 需要传递多个参数:使用专门的线程类4. 传出参数:使用委托的异步调用方法和回调5. 线程池http://blog.youkuaiyun.com/glumtree/article/det原创 2011-09-20 12:01:22 · 296 阅读 · 0 评论