摘要:
dotnet threading, part iiauthor: randy morindate added: 17th mar 2003type: tutorialrating: this is a printable version of "dotnet threading, part ii". for the complete online version, ......
摘要:
smarter tools, dumber developers?
......
AsynchronousSocketUtilityClasses–PartI
author: william kennedy 【程序编程相关:
页面部分刷新问题】
asynchronous socket utility classes – part i 【推荐阅读:VisualBasic.Net连各种数据】
type: tutorial 【扩展信息:
在DataGrid中添加一个合计字段】date added: 28th mar 2003rating: this is a printable version of "asynchronous socket utility classes – part i". for the complete online version, please visit http://www.devarticles.com/content.php?articleid=492
摘要:
简介
随着web服务的不断发展,其客户端引用也不断的发展壮大,适时、动态的依据.asmx文件所在的url来添加web引用成为趋势。
当我们加载了一个web服务以后,这个web服务有可能会更换url地址。这样会让我们引用的服务失效,这是我们不愿看到的事情。那么如何才能在更改web services的url地址以后,web应用还能继续生效呢?
下面的列子将会告诉你。
首先我们创......