首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
退出登录
注册
登录
DreamWork
--没有学问无脸见爹娘!
博客园
首页
新随笔
联系
管理
订阅
2010年1月26日
Socket开发笔记一
正文内容加载中...
posted @ 2010-01-26 22:11 非空
阅读(301)
评论(0)
推荐(0)
编辑
2009年7月3日
三种方式实现异步socket
摘要:using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using Wintellect.Threading.AsyncProgModel;namespace ExtensionTest{ /* * 没有异常处理 前两种还没有实现持续接收 * ...
阅读全文
posted @ 2009-07-03 11:06 非空
阅读(4886)
评论(0)
推荐(0)
编辑
2009年7月2日
实现文件异步读写、暂停、继续、停止功能的类
摘要:using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;using System.ComponentModel;namespace ExtensionTest{ public class Async : IDisposable { private b...
阅读全文
posted @ 2009-07-02 22:31 非空
阅读(1515)
评论(2)
推荐(0)
编辑
Linq
摘要:
阅读全文
posted @ 2009-07-02 16:10 非空
阅读(194)
评论(0)
推荐(0)
编辑
扩展设计时支持
摘要:关于扩展设计时支持的一些学习和实践心得
阅读全文
posted @ 2009-07-02 16:00 非空
阅读(183)
评论(1)
推荐(0)
编辑