登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:C++
  2. 代码类别:网络编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

3. 获取天气实况【源码】

这是一个界面和操作简单的天气查询工具。可以自动根据IP地址获取天气信息;可以自动定时提醒;可以显示日历信息;可以自定义皮肤等。

0
下载
105
浏览
2015-03-04发布

5. nolinknet

  无连接的VC++网络通信 源代码,输入本机端口号、目标端口号、目标机IP地址,可以发送消息,并不建立连接。(Connectionless network communications VC++ source code, enter the local port number, destination port number, destination IP address, you can send a message, does not establish a connection.)

4
下载
175
浏览
2015-02-06发布

8. nas

  从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)

8
下载
192
浏览
2015-02-02发布

9. C# 邮件群发示例 源码下载

实现邮件群发功能,可以设置定时,支持HTML邮件、支持虚拟邮箱

0
下载
93
浏览
2015-01-26发布

11. acl-master

  acl_cpp 是基于 acl 库的 C++ 库,包括 MIIME 解析、Handlersocket 客户端库、数据库连接池(支持mysql/sqlite)、WEB 编程、数据库编程、阻塞/非阻塞数据流等内容。(acl_cpp is based acl library of C++ libraries, main elements: common features acl C library, MIIME parsing, Memcached client library, Handlersocket client library, connection pool (support mysql/sqlite), WEB programming, programming, blocking/non-blocking streams and other content.)

1
下载
166
浏览
2015-01-14发布

14. 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(); } } }}

0
下载
80
浏览
2015-01-07发布

15. wcf 通过修改header 验证访问权限的两种方式【推荐】

通过继承 IClientMessageInspector  IDispatchMessageInspector   实现 请求消息头的验证

0
下载
101
浏览
2015-01-07发布

16. ksniffer_src

  WINPCAP 抓包工具,可以用来抓包等功能,十分简单的代码,可以直接使用(WINPCAP tools)

7
下载
190
浏览
2015-01-05发布

17. wcf 通过header 验证用户名密码例子源码(无须证书)

wcf 通过header 验证用户名密码例子源码(无须证书)

0
下载
104
浏览
2015-01-05发布

18. ISP_pc_14y1231b

  透過 Socket 擷取影像,並進行 OpenCV MOG2 計算(Capture images through Socket, and OpenCV MOG2 computing)

3
下载
210
浏览
2014-12-31发布

19. WCF 权限验证 实例源码下载

wcf 自定义权限验证调用完整例子源码

0
下载
111
浏览
2014-12-31发布

20. UDPMultiRecv

  UDP Server M multi users

2
下载
103
浏览
2014-12-30发布