-
14360
全数据嗅探器源码程序,例程结合易语言网络通讯支持库sock.fne,调用API函数实现截流经过网卡的所有数据。(Full data source sniffer program , combined with routines easy language network communications support library sock.fne, call the API functions achieve closure of all data through the network card .)
- 2015-08-13 17:52:45下载
- 积分:1
-
RemoteStartup
说明: 远程开机的程序,有mfc,vc++,非常实用(Remote boot-consuming procedures, mfc, vc++, Very useful)
- 2008-11-21 11:04:54下载
- 积分:1
-
Winsock
关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
- 2010-12-19 23:20:09下载
- 积分:1
-
ssd8的webserver的的答案 大家参考下
ssd8的webserver的的答案 大家参考下-answers of ssd8 webserver
- 2022-01-27 20:21:42下载
- 积分:1
-
C++ TCP库
C++ TCP库 -C++ TCP lib
- 2022-06-01 03:24:12下载
- 积分:1
-
VB 例程序讲解
说明: VB 例程序讲解
、局域网聊天程序
二、可以换肤的窗体
三、richtext实现的文本编辑器
四、用OLE实现文件拖放
五、窗体卸载时弹出确认对话框
六、让控件大小随窗体改变而改变
七、拖动无标题栏窗体
八、在打开文件对话框中选择多文件
(VB procedures on cases, two LAN chat program, the Eurocargo Form 3, the realization richtext text editor 4, OLE files with drag-and-drop 5, Form unloading pop confirmation dialog box six, with the size controls Form change of seven, dragging Untitled Form 8 column, in fighting to open a file selection dialog many documents)
- 2005-12-08 17:04:27下载
- 积分:1
-
Libnidsdetect
利用Libnids开发包设计的检测攻击的源代码(use Libnids development kits designed detection of the source code attacks)
- 2007-03-26 12:50:54下载
- 积分:1
-
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码
大量Dos下的tcp程序,含有很多协议如telnet,ftp,tftp等源码-Dos under a large number of tcp procedures, contains a lot of agreement, such as telnet, ftp, tftp, such as source
- 2022-01-28 22:52:12下载
- 积分: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
-
Test20190329_Http_By5_9_7
qt5 http模块简单测试,主要是get post的异步使用(Simple test of Qt5 HTTP module)
- 2020-06-18 05:00:01下载
- 积分:1