摘要: if not (select object_id('Tempdb..#TempTable')) is nulldrop table #TempTable 阅读全文
posted @ 2012-02-24 17:52 顿金 阅读(118) 评论(0) 推荐(0)
摘要: public class FtpState { private ManualResetEvent wait; private FtpWebRequest request; private string fileName; private Exception operationException =... 阅读全文
posted @ 2012-02-24 10:32 顿金 阅读(294) 评论(0) 推荐(0)