-
dns
一个简单的DNS服务器,可以在嵌入式系统中使用。(A simple DNS server,it can be used in embedded system.)
- 2019-04-02 11:00:11下载
- 积分:1
-
SSH+ EXT to do a simple customer relationship management system, with various fe...
SSH+EXT做的简单的客户关系管理系统,含各种功能的源码,是入门学习的良好参看资料-SSH+ EXT to do a simple customer relationship management system, with various features of the source code, is a good entry-see the information to learn
- 2022-03-05 11:35:30下载
- 积分:1
-
C++实现的屏幕监控系统
应用背景
主要实现对一定量(最多64台)的局域网计算机实施远程桌面监视和控制功能。采用CS模式,客户端定时将自己的屏幕图像进行抓取,抓取后,客户端对对象进行差异化比较,确定是否需要发送,如果需要发送,先对图像进行压缩,压缩后发出,服务器对收到的数据进行显示,并将服务器端的控制指令发送到客户端,客户端收到控制指令后进行相应响应。
关键技术该工程主要完成对一定量(最多64台)的局域网计算机实施远程桌面监视和控制功能。该工程的关键技术包括图像的差异比较法和压缩传输,用到的网络模型是异步选择模型。该项目出色完成了对局域网计算机的有效监视和控制,耗费计算机资源很低。
- 2023-07-15 11:25:05下载
- 积分:1
-
users of the software can be made to see to delete their messages, the administr...
该软件用户可以发表,察看,删除自己的留言,管理员管理留言-users of the software can be made to see to delete their messages, the administrator manages messages
- 2022-09-24 21:40:03下载
- 积分: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
-
新浪APP
新浪APP
- 2013-08-01下载
- 积分:1
-
阻塞模式TCP客户端服务器
使用VC6.0实现的TCP客户端程序。知识要点,TCP的消息机制。自定义的消息发送方法
- 2022-04-21 19:59:55下载
- 积分:1
-
111186731IEEE_39bus_PI_Pooya_mask
说明: ieee 39 节点,用于电力系统网络测试(ieee 39-bus test system, used to test the electricity system)
- 2020-06-16 05:00:01下载
- 积分:1
-
stunman源代码
特技演员是一种开放源码实现击晕协议(用于 NAT 会话遍历实用程序) 在 Rfc 中指定5389 ,
- 2023-03-23 09:45:04下载
- 积分:1
-
C#实现UDP打洞即时视频聊天
C#实现UDP打洞即时视频聊天
- 2014-01-15下载
- 积分:1