<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_欢迎访问闪电猪的窝，很抱歉，目前几乎没有内容</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/17080/rss</id><updated>2006-05-07T06:02:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17080/rss"/><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/05/07/393129.html</id><title type="text">Socket连接的小知识，和一个疑难杂症 </title><summary type="text">我这篇文章说一个Socket的小技巧，另外咨询一个问题这些天重点攻打Socket以前总觉得Socket编程应该比较容易，也做过简单的Socket程序。但真正要应用时，发现有很大问题！我用C#语言我这个程序用到的Socket也不算多。大概50个Socket客户端连接到internet上不同服务器上，用的是TCP协议。数据传输内容是一些琐碎的包，总共用到网络带宽大概512bps。问题产生在数据延迟上了...</summary><published>2006-05-07T03:54:00Z</published><updated>2006-05-07T03:54:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/05/07/393129.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/05/07/393129.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/05/07/393045.html</id><title type="text">Socket连接的疑难杂症</title><summary type="text">这些天终于搞定线程调度的问题开始重点攻打SocketC#操作Socket还是比较方便但终于还是出了问题我这个程序用到的Socket也不算多。大概50个Socket客户端连接到internet上不同服务器上，用的是TCP协议。数据传输内容是一些琐碎的包，用到网络带宽大概512bps问题产生在数据延迟上了当开启几个Socket的时候，效果非常好，实时性很高，延迟稳定然而开到40个Socket的时候，从...</summary><published>2006-05-07T02:25:00Z</published><updated>2006-05-07T02:25:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/05/07/393045.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/05/07/393045.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/05/04/391485.html</id><title type="text">请教一个多线程的的问题</title><summary type="text">我用C#写了一个多线程的程序这个程序开很多端口接收数据，每个端口分配了一个线程接受每个接受线程对应还有一个执行线程，运行一些需要阻塞的函数我接受网络的线程用循环的方式察看是否有数据。每个循环用Thread.Suspend()挂起同样，配套的阻塞进程也在不停循环，每个循环Thread.Suspend()挂起另外有一个总调度线程MainThread.这个线程在确定其他线程有了新的数据或任务时，用Thr...</summary><published>2006-05-04T06:11:00Z</published><updated>2006-05-04T06:11:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/05/04/391485.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/05/04/391485.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/03/22/355697.html</id><title type="text">我快被DataGrid搞疯了，高手来帮一下</title><summary type="text">我用的是C#我把DataGrid绑定到一个DataSet中的DataTable后台有个进程不断更新这个DataTable，这时候DataGrid也会跟着改变其中的内容但是!!!DataGrid经常出错有时候整个程序无相应，有时候出现DataGrid的错误信息，有时候DataGrid上干脆就是红红的一个大八叉X!!这种问题应该如何解决呢？或者有没有办法可以让后DataGrid不跟随后台数据表一起更新...</summary><published>2006-03-22T03:53:00Z</published><updated>2006-03-22T03:53:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/03/22/355697.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/03/22/355697.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/03/16/351759.html</id><title type="text">终于用到DataGrid了，比较郁闷</title><summary type="text">我用的是windows窗体的DataGrid控件在显示时间的时候，不显示具体的小时/分钟/秒上网查资料，介绍的都是web下的DataGrid如何现实，form下的不能用这些办法谁能帮帮我谢谢~~</summary><published>2006-03-16T15:05:00Z</published><updated>2006-03-16T15:05:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/03/16/351759.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/03/16/351759.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/03/12/348355.html</id><title type="text">急问！vs2003不能使用framework2.0么？</title><summary type="text">想用framework2.0于是安装之却发vs2003仍然用的1.1于是卸载1.1然后vs2003罢工了！！！2003中找不到相关设置怎么办呢？</summary><published>2006-03-12T06:12:00Z</published><updated>2006-03-12T06:12:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/03/12/348355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/03/12/348355.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/03/12/348284.html</id><title type="text">c#的程序能够移植到vc++上么？</title><summary type="text">最近写了个c#的程序，这个程序运算非常多，速度就显得慢了。想移植到vc++上用非托管代码（我对vc++还不熟）不知道这个工作是不是非常困难？？我在c#中引用的.net库，在非托管的程序中能调用么？？</summary><published>2006-03-12T03:55:00Z</published><updated>2006-03-12T03:55:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/03/12/348284.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/03/12/348284.html"/></entry><entry><id>http://www.cnblogs.com/foreverpk/archive/2006/03/06/344305.html</id><title type="text">给A*寻路算法增加惯性方向</title><summary type="text">最近学习游戏中的A*算法，有点心得，写出来共享同时也希望这方面的前辈指点一下我是根据这两篇文章和其中的代码改写的，用C#语言，然后增加了惯性方向http://blog.vckbase.com/panic/archive/2005/03/20/3778.htmlhttp://blog.vckbase.com/panic/archive/2005/03/28/4144.html源代码http://ww...</summary><published>2006-03-06T14:31:00Z</published><updated>2006-03-06T14:31:00Z</updated><author><name>闪电猪</name><uri>http://www.cnblogs.com/foreverpk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foreverpk/archive/2006/03/06/344305.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foreverpk/archive/2006/03/06/344305.html"/></entry></feed>
