-
VC多线程的TCP编程
VC多线程的TCP编程,分client和server
- 2022-05-13 11:40:08下载
- 积分:1
-
com.BoboJingDong
高仿京东 实现首页图片轮播 二级缓存 异步下载 加载动画等(Jingdong achieve high imitation Home Photo Carousel two cache asynchronous loading animation download)
- 2014-07-01 10:35:33下载
- 积分:1
-
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
-
一个支持POP3(Post Office Protocol Version 3)的MFC类
一个支持POP3(Post Office Protocol Version 3)的MFC类-a support POP3 (Post Office Protocol Version 3), the MFC category
- 2022-03-23 17:15:31下载
- 积分:1
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
微软ping程序源代码完整版
资源描述 4 | Version 1.1 修改记录: |
5 | 解决了socket阻塞的问题,从而能够正确地处理超时的请求! |
6 |------------------------------------------------------------------------------|
7 | Version 1.2 修改记录: &nbs
- 2022-11-19 00:20:03下载
- 积分:1
-
AsyncTcp
一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。(General chat programs are using the socket mode of communication. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the server through the exchange of messages.)
- 2013-08-26 10:10:08下载
- 积分:1
-
WS_32
说明: 利用WS_32截取和发送封包的例子,DELPHI源码,无任何组件(The use of interception and send packets WS_32 example, DELPHI source, without any component)
- 2008-10-29 08:49:20下载
- 积分:1
-
2015A
说明: 2015年数学建模国赛A题MATLAB源代码(Modeling Question A of the 2015 National Competition)
- 2020-08-15 15:58:28下载
- 积分:1
-
This is a static web programming examples, the theme is a personal table which i...
这是一个静态网页编程的实例,主题是一个个人情况表其中必要的多有,无解压密码.-This is a static web programming examples, the theme is a personal table which is more necessary, without extracting passwords.
- 2022-03-09 16:01:38下载
- 积分:1