工程是一门科学,科学是严谨的。

10 2013 档案

摘要:namespace mynamespace { public delegate void methodDelegate(object o); public class TimerHandler { private static methodDelegate _method; private static methodDelegate method { get { return _method; } } private static Timer _timer = null; ... 阅读全文
posted @ 2013-10-30 11:07 大圣的笑 阅读(245) 评论(0) 推荐(0)
摘要:SQL Server:create function fun_getPY(@str nvarchar(4000))returns nvarchar(4000)asbegindeclare @word nchar(1),@PY nvarchar(4000)set @PY=''while len(@st... 阅读全文
posted @ 2013-10-18 18:15 大圣的笑 阅读(2189) 评论(0) 推荐(0)