摘要: 两种写法:if (conn.State == System.Data.ConnectionState.Open) { conn.Close(); }if (conn.State != System.Data.ConnectionState.Closed) { conn.Close(); }大家常用的是哪个? 阅读全文
posted @ 2013-12-02 21:04 Patrick Yu 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: Private Declare Function CoCreateGuid Lib "ole32" (id As Any) As Long Private Function CreateGUID() As String Dim id(0 To 15) As Byte Dim Cnt As Long, GUID As String If CoCreateGuid(id(0)) = 0 Then For Cnt = 0 To 15 CreateGUID = CreateGUID + IIf(id(Cnt) < 16, "0", "" 阅读全文
posted @ 2013-10-31 15:16 Patrick Yu 阅读(6278) 评论(0) 推荐(0) 编辑
摘要: Convert.ChangeType不能处理Nullable类型的解决办法 阅读全文
posted @ 2013-07-24 17:32 Patrick Yu 阅读(3010) 评论(0) 推荐(0) 编辑
摘要: EDI sender 阅读全文
posted @ 2011-11-28 10:44 Patrick Yu 阅读(286) 评论(3) 推荐(0) 编辑
摘要: Biztalk Subscriber Publisher 阅读全文
posted @ 2011-11-28 10:32 Patrick Yu 阅读(272) 评论(0) 推荐(0) 编辑
摘要: EDI代码集 阅读全文
posted @ 2011-11-26 21:11 Patrick Yu 阅读(2366) 评论(0) 推荐(0) 编辑
摘要: Biztalk 经典 题目 阅读全文
posted @ 2011-11-03 16:34 Patrick Yu 阅读(327) 评论(0) 推荐(1) 编辑
摘要: Biztalk WF 阅读全文
posted @ 2011-11-03 16:26 Patrick Yu 阅读(249) 评论(0) 推荐(0) 编辑
摘要: I like hiking in the mountains during holidays. 我喜欢在假日时去登山。 中文里讲的 「登山」或是「爬山」,英文里 充其量只能说成 hike in the mountains,像我自己常会不小心说成 mountain climbing,但是 mountain climbing 这个字指的是技术攀登,也就是要用绳索辅助的那种攀岩式 (rock climbing) 的爬山方法才能称得上是 mountain climbing。所以每次当我跟老美提到我从高中到大学都一直是 mountain climbing club 的一员,众人无不瞪大了眼睛,但后来发. 阅读全文
posted @ 2011-11-03 15:56 Patrick Yu 阅读(3225) 评论(0) 推荐(0) 编辑
摘要: Biztalk 2010, 分布式安装, SID 阅读全文
posted @ 2011-07-10 11:06 Patrick Yu 阅读(231) 评论(0) 推荐(0) 编辑