2007年6月10日
摘要: Functoid is no more than a piece of .Net code, find my another post BizTalk-Get to know functoid for more detail. The functoids coming with BizTalk do not always satisfy your needs. How to create our own custom functoid? In this article, I want to create a functoid which get current date/date time based on given format.
阅读全文
摘要: You want BizTalk Server to send the same message to multiple downstream systems for further processing. Send Port Group is designed to serve this purpose.
阅读全文
摘要: I am here not talking about debugging BizTalk application with HAT, my topic is how to debug map in VS2005.
阅读全文
摘要: This article is intended to give you a general idea about what’s functoid in BizTalk. Functoid is no more than a piece of .Net code...
阅读全文
摘要: BizTalk - String Functoids
阅读全文
摘要: 七夕对于大多数中国人来说只是传统的情人节,但是对我来说意义却非同寻常!去年的七夕我把新娘子迎回家,今年的七夕我在梦寐以求的新公司上班正好一周,今年的七夕是一个值得庆祝和总结工作的日子。
阅读全文
摘要: 在“一夫一妻”制的社会中,受道德约束,每个人(虽然本例是用girl’s engagement,但是实际不论对于男人或者女生都是成立的,^_^。)一旦有了婚约就不应该再接受其他的婚约。不知道现在还有没有“指腹为婚”和“娃娃亲”,虽然这与现在提倡的“婚姻自由,自主婚姻”等观念格格不入,但是与“一夫一妻”制度是没有冲突的,而且对于本例是很有用的。“指腹为婚”和“娃娃亲”映射到本例,就是early created singleton object,GirlsEngagement实例在外界访问以前已经存在了,所以大家不要再去试图追求一个从小就有了婚约的人。现实生活中并不是一个追求者去追一个被追求者这么简单,更多的时候可能是一对多的关系,多个人同时追求一个人(多线程问题),这个时候会出现非常非常多的问题,如果没有任何限制,这个被追求者同时有了多个婚约,后果真的不堪设想啊!轻则会有各种各样的纠纷,重则可能会搞得头破血流,你死我活。追求一个自己心仪的对象如果想更大可能性拿到婚约,最好是让别人知道某人正在被你追,但是这个时候你也要搞清楚,你喜欢的人是不是已经有了婚约,别跟大家说你要追某MM,结果发现人家
阅读全文