摘要:
declare --类型定义 cursor c_eventstate is Select CampaignId,phonenumber,PolicyNumber from mkt_eventstate a where synstate =0 and packagestate = 2 and err... 阅读全文
摘要:
Uri uri = new Uri("http://172.16.238.156:8000/"); ServiceHost host = new ServiceHost(typeof(WcfServer.ChatDuplex), uri); WSDualHttpBinding ws = new W... 阅读全文