-
WifiControl
用来控制网卡的源码,可以列出机器中所有的网卡,并可实现禁用和启用网卡(card used to control the source, a list of all the machines card and can achieve banned and the opening of NIC)
- 2020-07-29 16:48:38下载
- 积分:1
-
JAVA局域网通讯源码,可以实现局域网间的相互通讯
JAVA局域网通讯源码,可以实现局域网间的相互通讯-JAVA LAN communications source, you can realize the inter-LAN communications
- 2022-03-02 02:39:17下载
- 积分: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
-
晕了,还要上传呀,真是的,下一点东西都这么麻烦~~,呜 ,又一PHP程序...
晕了,还要上传呀,真是的,下一点东西都这么麻烦~~,呜 ,又一PHP程序-dizzy, but also upload it, is really the point where things are so ~ ~ trouble, Woo, another PHP procedures
- 2022-03-15 04:13:48下载
- 积分:1
-
SuperSocket.ClientEngine-master(1)
SuperSocket ClientEngine
- 2018-12-27 14:46:01下载
- 积分:1
-
lancs
说明: vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
- 2010-04-20 07:35:37下载
- 积分:1
-
thresholds
分布式网络,考虑拜占庭攻击,通过门限设计改善网络性能,提高分布式定位精确度(Distributed network, consider the Byzantine attack, by improving the design of network performance threshold, distributed improve positioning accuracy)
- 2021-03-18 14:39:20下载
- 积分:1
-
Computer-Networks-and-Internets
这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
- 2013-12-27 21:41:43下载
- 积分:1
-
多人聊天程序
基于TCP/IP的多人聊天程序(包含服务器和客户端)( Chat the procedure based on the TCP/IP multi- people (to
contain server and customer end) )
- 2004-07-03 23:37:55下载
- 积分:1
-
socket 通信(基于Pyhton 的GUI)
使用python编写了基于SOCKET 的服务器端,用于接收数据,接收到的数据存储在txt文本中,该软件具有配置界面。
- 2022-04-26 21:38:12下载
- 积分:1