-
CtrlIPClt
网络方面关于ip的得到与获取方面的代码,哈哈哈 (ip on the network and get access to the area code, Ha Ha Ha)
- 2006-11-14 11:08:37下载
- 积分:1
-
TCPIPxieyijiwangluobiancheng
TCP/IP协议及网络编程技术,是网络编程学习或者爱好者的从入门到精通的一本必备电子书籍!!!!(TCP/IP protocol and network programming, network programming enthusiasts or learning entry to master an essential e-books! ! ! !)
- 2016-03-28 14:03:27下载
- 积分:1
-
一个小型的DDE服务器 dde-server-mfc-application
说明: 一个小型的DDE服务器,可以拿来练手和学习(A small DDE server that can be used for hands-on training and learning)
- 2020-06-19 02:40:01下载
- 积分:1
-
send
组播发送端,socket通信,Windows网络编程(Multicast sender, socket communications, Windows network programming)
- 2021-01-13 22:48:47下载
- 积分: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
-
762365
VC Database Books CD-ROMs Machinery Industry Publishing(VC Database Books CD - ROMs Machinery Industry Publishing)
- 2017-07-21 23:08:20下载
- 积分:1
-
torbrowser
torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)
- 2016-07-19 13:16:42下载
- 积分:1
-
C# ModBus发送数据以及接收数据 示例源码
C# ModBus发送数据以及接收数据 示例源码
- 2019-10-21下载
- 积分:1
-
TCP侧信道攻击,用于实现CVE-2016-5696的漏洞验证 mountain_goat-master
TCP侧信道攻击,用于实现CVE-2016-5696的漏洞验证(off-path exploit used to do CVE-2016-5696 poc)
- 2020-06-19 04:20:01下载
- 积分:1
-
-个完整的ftp程序源代码
关于FTP的代码,支持网络间的文件传输,用户权限的设定.(on FTP code, the support network file transfer, set user privileges.)
- 2005-05-17 21:15:40下载
- 积分:1