-
UDS
cOffice通用OA系统源代码 OA系统 通用 cOffice 通用OA系统源代码(OA system cOffice general OA system source code cOffice General General OA system source code)
- 2009-04-29 18:30:45下载
- 积分:1
-
抓封包C++原程序
C++ socket 抓包封包源码,使用socket通信有需要的可以拿来参考,很实用(C++ socket packet capture source code, the use of socket communication can be used for reference, very practical)
- 2020-11-26 16:29:31下载
- 积分: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
-
socksrv
该例程是一个server的程序。它通过和client进行连接建立通信。可以发送字符。(the routines of a server process. Through its client and for the establishment of communication links. Send characters.)
- 2006-05-19 19:11:39下载
- 积分:1
-
Network-Program-Pro-Code
Windows网络与通信程序设计 源码 (Windows network and communications programming source code)
- 2009-03-23 13:33:41下载
- 积分:1
-
RemoteStartup
说明: 远程开机的程序,有mfc,vc++,非常实用(Remote boot-consuming procedures, mfc, vc++, Very useful)
- 2008-11-21 11:04:54下载
- 积分:1
-
nejwork_card-permit
本代码演示了播放AVI的全屏幕启动画面,本程序在VC++60环境下通过调试可以运行,()
- 2017-10-29 18:05:30下载
- 积分:1
-
Wi-Fi
Wifi共享小软件,适用于win7以上系统,在接通网络后,还需要手动桥接一下网卡,做的不好,请大家斧正。(Wifi Tool,the min System is win7,after build,if u want run this tool,u must bridge network card)
- 2015-11-20 09:51:14下载
- 积分:1
-
Socket
说明: socket的服务器和客户端,实现点对点聊天功能(socket server and client, to achieve point-to-point chat)
- 2008-12-07 09:25:50下载
- 积分:1
-
les-4-3-tools
CyberBot botnet tool for hacking
- 2013-10-04 02:41:58下载
- 积分:1