-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
personal Qiuzhiwang source code
个人求职网源代码-personal Qiuzhiwang source code
- 2023-09-09 05:20:03下载
- 积分:1
-
聊天程序,实现客户端/服务器通信
聊天程序,实现客户端/服务器通信-chat program to achieve the client/server communication
- 2022-04-29 20:26:07下载
- 积分:1
-
msluyple-pair
利用http协议实现网络通信,是基于c语言编写(Use the HTTP protocol to realize network communication, is based on the c language)
- 2017-03-25 00:57:12下载
- 积分:1
-
网络信息智能采集系统源码下载
网络信息智能采集系统,是一款基于http协议的Web信息采集软件,应用于网站信息采集,信息安全监控等领域。
- 2014-10-23下载
- 积分:1
-
Computer networks
计算机网络-系统方法 第三版 英文版
作 者: (美)彼德森(Peterson,L.L.) 等著
出 版 社: 机械工业出版社
出版时间: 2005-3-1 字 数: 版 次: 1 页 数: 813 印刷时间: 2005/03/01 开 本: 印 次: 纸 张: 胶版纸 I S B N : 9787111160564 包 装: 平装 所属分类: 图书 >> 计算机/网络 >> 计算机理论
-Computer networks- a systems approach the third edition of English Authors: (U.S.) Peterson (Peterson, LL) waiting Publisher: Mechanical Industry Publishing House Time: 2005-3-1 words: Revision: 1 Pages: 813 printing time: 2005/03/01 Format: Printing time: paper: offset paper ISBN: 9787111160564 Packaging: paperback owned Category: Books
- 2022-06-17 14:19:22下载
- 积分:1
-
在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机网络。一个大的复杂的...
在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机网络。一个大的复杂的测试系统往往系统的测量、输入、输出、结果分析分布在不同的地理位置,仅用一台计算机并不能胜任测试任务,需要由分布在不同地理位置的若干计算机共同完成整个测试任务。-In the virtual instrument, the computer has become part of the equipment so that the computer can be brought into full play. In addition to equipment import, export, data processing, analysis, results showed that the completion by a computer, the computer network can be formed. A large test systems are often complex system of measurement, input, output, results in different geographical location, just a computer and can not do the test tasks, the need for different location in a number of computers together to complete the test任务.
- 2022-07-28 03:37:41下载
- 积分:1
-
elliot wave with point
//参数
- 2022-06-13 17:14:35下载
- 积分:1
-
asp Guide to the foundation, and I hope to help beginners.
asp方面的基础教程,希望对初学者有所帮助。-asp Guide to the foundation, and I hope to help beginners.
- 2022-12-19 09:15:03下载
- 积分:1
-
BUS
公交查询系统 Android studio(Bus search system can used by Android studio)
- 2019-01-11 17:08:28下载
- 积分:1