-
hindingpro
此程序用VC编写,利用DDK可隐藏进程 (This program written by VC, the process can be hidden by DDK)
- 2010-12-25 17:47:11下载
- 积分: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
-
SyxKey5.6
魔兽改键,vc++编写,功能比较简单。
魔兽改键,vc++编写,功能比较简单。(war3)
- 2010-06-16 14:36:32下载
- 积分:1
-
rtc
RTCSample is a fully functional RTC application the uses the RTC
Client API to expose Presence, Instant Messaging, and PC-to-PC
audio/video call features.
- 2008-01-30 18:44:17下载
- 积分:1
-
CTsignalSample
说明: 信号卷积的simulink实现,界面简单易懂,通过simulink来实现卷积更加直观方便(Convolution use Simulink )
- 2011-03-25 18:06:59下载
- 积分:1
-
DSP-C2000
《DSP C2000程序员高手进阶 PDF 版 》,这本书针对dsp c2000系列编程进行了深入的探讨,非常有用。(DSP C2000 programmer to master advanced PDF version)
- 2014-04-21 17:03:43下载
- 积分:1
-
BFS
Breadth First Search Algorithm
- 2014-10-25 12:54:10下载
- 积分:1
-
Mobile
模拟手机通讯录,在控制台下实现来电显示、通话记录保存等功能(Analog phone contacts, at the console to achieve caller ID, call record keeping and other functions)
- 2015-01-17 18:27:16下载
- 积分:1
-
OpenGL
opengl的学习资料,比较详细,适合学习(opengl learning materials, more detailed, suitable for learning)
- 2014-03-11 09:39:32下载
- 积分:1
-
osgOcean
osg 海面上添加小船,有月亮,有风,有倒影(OSG adds boats to the sea, with the moon, the wind and the reflection)
- 2020-09-13 17:27:59下载
- 积分:1