上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 66 下一页
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/*--更新字符串列表中,指定位置的字符串 更新字符串列表中,指定位置的字符串为新的值 如果位置超出范围,则不做更新 --邹建2004.07(引用请保留此信息)--*/ /... 阅读全文
posted @ 2008-11-26 08:48 roboth 阅读(189) 评论(0) 推荐(0) 编辑
摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_split]') and xtype in (N'FN', N'IF', N'TF')) drop function [dbo].[f_split] GO /*--得到字符串列表指定位置的字符 可以自定义字符串列表的分隔符 如果取数位置超出的范... 阅读全文
posted @ 2008-11-25 18:25 roboth 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 几步搞定Windows Service. 阅读全文
posted @ 2008-11-25 16:41 roboth 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Timer控件可以实现轮询功能。 阅读全文
posted @ 2008-11-25 09:29 roboth 阅读(192) 评论(0) 推荐(0) 编辑
摘要: NEWID(),CHECKSUM,WHILE,IGNORE_DUP_KEY 阅读全文
posted @ 2008-11-24 09:57 roboth 阅读(871) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 66 下一页