posted @ 2007-12-03 14:54 孤峰皓月 阅读(666) 评论(0) 推荐(0) 编辑
posted @ 2007-11-08 00:36 孤峰皓月 阅读(250) 评论(0) 推荐(0) 编辑
|
|||
摘要:
http://bbs.51cto.com/thread-433820-1-1.htmldeclare @code varchar(50) select top 1 @code = UserCode from Info_User where charindex('071030',UserCode)>0 order by id desc select @code set @code=substring... 阅读全文
posted @ 2007-11-08 00:36 孤峰皓月 阅读(250) 评论(0) 推荐(0) 编辑
摘要:
1. Socket 同步与异步 同步时 达到 这条代码 。 tcpclient.receive(); 时 ,不会向下执行 , 是不见不散的那种痴情种 , tcpclient.beginreceive(); 则属于那种 一切随缘 ,有当然好,没有也无所谓, 那种不会为谁死去活来的那种... 阅读全文
posted @ 2007-09-17 08:33 孤峰皓月 阅读(525) 评论(0) 推荐(0) 编辑 |
|||