摘要: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\wsdl.exe wsdl.exe /l:cs /n:WeatherWS /out:WeatherWS.cs http://www.webxml.co 阅读全文
posted @ 2019-03-04 17:26 tangw99 阅读(717) 评论(0) 推荐(0)
摘要: String url = "http://localhost:11528/FlowEngine.asmx"; String soapAction = "http://tempuri.org/ProcessFlowRequest"; var soapClient = new SoapClient(ur 阅读全文
posted @ 2019-03-04 17:25 tangw99 阅读(125) 评论(0) 推荐(0)
摘要: 1.卸载项目可通过使用右键单击上下文菜单,从解决方案资源管理器中卸载很少使用的各个项目。 2.重构解决方案可以将解决方案拆分为多个较小的解决方案文件,并在这些文件中包含常用的项目。 此重构可大幅减少工作流的内存使用率。 此外,解决方案越小,加载速度越快。 3.配置调试选项如果经常在调试会话期间遇到内 阅读全文
posted @ 2019-03-04 17:22 tangw99 阅读(1247) 评论(0) 推荐(0)
摘要: declare @str varchar(100)set @str='搜索的字符'declare @s varchar(8000)declare tb cursor local forselect s='if exists(select 1 from ['+b.name+'] where ['+a. 阅读全文
posted @ 2019-03-04 17:20 tangw99 阅读(198) 评论(0) 推荐(0)