2007年8月12日

摘要: 大家好:我通过TFS添加一个新的任务时,为什么不能设置这个任务的开始时间和结束时间。这个管理才有什么机制,求教!~ 阅读全文

posted @ 2007-08-12 13:17 ting 阅读(299) 评论(1) 推荐(0)


2006年3月30日

摘要: 1publicclassApplicationSettings2{34privateboolappSettingsChanged;5//用于存储应用程序设置的变量。67privatePointformLocation;89publicPointFormLocation10{11get{returnformLocation;}12set13{14if(value!=formLocation)15{1... 阅读全文

posted @ 2006-03-30 09:08 ting 阅读(435) 评论(0) 推荐(0)


2006年3月25日

摘要: sql server里 临时表是在系统数据库tempdb里的 所以如下:1ifobject_id('tempdb.#tmp_table')isnotnull2droptable#tmp_table 阅读全文

posted @ 2006-03-25 23:13 ting 阅读(288) 评论(0) 推荐(0)


2006年3月24日

摘要: 1declare@xxml2set@x='<bookgenre="security"publicationdate="2002"ISBN="0-7356-1588-2">3<title>WritingSecureCode</title>4<author>5<first-name>Michael</first-name>6<... 阅读全文

posted @ 2006-03-24 14:49 ting 阅读(324) 评论(0) 推荐(0)

摘要: 1Declare@xlevelsysname--定义表名2set@xlevel='table1'3declare@numint,@sqlsnvarchar(100)4set@sqls='select@a=count(*)from'+@xlevel5execsp_executesql@sqls,N'@aintoutput',@numoutput6select@num7 阅读全文

posted @ 2006-03-24 10:58 ting 阅读(508) 评论(0) 推荐(0)


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3