12 2018 档案
摘要:https://stackoverflow.com/questions/4591059/download-file-from-ftp-with-progress-totalbytestoreceive-is-always-1 With FTP protocol, WebClient in gener
阅读全文
摘要:@echo off echo.Current User is '%USERNAME%'echo.This script must run with administrative privileges to register ActiveX DLLsecho.Start register the DL
阅读全文
摘要:一般添加web服务引用是.NET用代理类模式 创建SOAP请求代理类,代理类是.NET开发工具VS自动给你生成。 下面用一般HTTP的模式有时候可能更合适,原理是构造SOAP请求的XML后POST过去: 下面是HelloWorld的例子 不错意外会返回如下: 不构造XML结构请求也是可以的: 会返回
阅读全文