posted @ 2007-12-03 14:54 孤峰皓月 阅读(674) 评论(0) 推荐(0)
摘要:
AJAX.PRO 文本框智能提示功能 阅读全文
摘要:
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 孤峰皓月 阅读(260) 评论(0) 推荐(0)
摘要:
Multiview和View控件 使用事例 阅读全文
posted @ 2007-10-16 11:15 孤峰皓月 阅读(2255) 评论(0) 推荐(0)
摘要:
1. Socket 同步与异步 同步时 达到 这条代码 。 tcpclient.receive(); 时 ,不会向下执行 , 是不见不散的那种痴情种 , tcpclient.beginreceive(); 则属于那种 一切随缘 ,有当然好,没有也无所谓, 那种不会为谁死去活来的那种... 阅读全文
posted @ 2007-09-17 08:33 孤峰皓月 阅读(532) 评论(0) 推荐(0)
摘要:
C#Windows 服务制作安装删除. 用户注销后,程序继续运行 阅读全文
posted @ 2007-09-11 16:29 孤峰皓月 阅读(1826) 评论(3) 推荐(0)
摘要:
最基本的Socket编程 C#版 [转] 阅读全文
posted @ 2007-09-04 23:43 孤峰皓月 阅读(566) 评论(0) 推荐(0)
摘要:
SQL Server CHARINDEX和PATINDEX详解 阅读全文
posted @ 2007-08-29 10:08 孤峰皓月 阅读(367) 评论(0) 推荐(0)