10 2013 档案

C# DataTable,DataSet,IList,IEnumerable 互转扩展属性
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using System.Collections;namespace XHSoft.... 阅读全文

posted @ 2013-10-13 20:11 张大大123 阅读(177) 评论(0) 推荐(0) 编辑

ExtAspNet页面跳转的方法
摘要:一:如果在Page_Load中则可以用Response.Redirect("ABC.aspx"); 二:在其它事件中可以用以下方法: protected void Button1_Click(object sender, EventArgs e) { Page.R... 阅读全文

posted @ 2013-10-09 12:25 张大大123 阅读(306) 评论(0) 推荐(0) 编辑

使用钩子参与到TCP拥塞事件的处理中
摘要:TCP定义了几个拥塞事件,当这些事件发生时,我们可以通过TCP的拥塞控制算法,调用自定义的处理函数, 来做一些额外的事情的。也就是说,我们可以很简便的参与到TCP对拥塞事件的处理过程中。 Author:zhangskd @ csdn blog TCP的拥塞事件集: /* Events pas... 阅读全文

posted @ 2013-10-09 10:40 张大大123 阅读(429) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示