-
GetAllComponent
示範如何用BCB6將Form裡面所有的元件抓出來.(BCB6 will demonstrate how Form grab all the components inside.)
- 2013-01-22 11:38:39下载
- 积分:1
-
小车
能够贴着左边的墙走,直到走出迷宫,亲测有效。望采纳!!!(Able to stick to the left wall.)
- 2018-09-24 10:31:36下载
- 积分:1
-
介绍.net3.5下的linq怎样操作xml文件
介绍.net3.5下的linq怎样操作xml文件-Introduced. Net3.5 LINQ how to operate under the xml file
- 2022-01-28 06:53:09下载
- 积分:1
-
cSharplianliankan
c#实现的一个简单连连看,没有什么bug,在vs下可以运行(C# Lianliankan a simple, no bug, can run under vs)
- 2013-09-22 19:33:45下载
- 积分:1
-
信号发生器(含电路图以及源码)
信号发生器(含电路图以及源码)
- 2019-12-02下载
- 积分:1
-
med
说明: 最小熵解卷积,通过解卷积运算降噪,且能实现故障特征分离
资源下载(Minimum entropy deconvolution, noise reduction by deconvolution, and fault feature separation
Resource download)
- 2021-03-01 19:14:02下载
- 积分:1
-
M5310-A模块配套程序 COAP(MSP430F149)
说明: NBiot M5310-A模块 COAP协议发送数据(MSP430F149)(NBiot M5310-A COAP MSP430F149)
- 2019-04-26 09:30:23下载
- 积分: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
-
stfl-1.0.tar
实现了ipv6到ipv4的转换(部分实现)(to achieve the ipv4 ipv6 conversion (partially))
- 2007-06-16 19:51:12下载
- 积分:1
-
StaticImage
vc——使用静态文本控件显示图标和位图StaticImage(vc- Use static text control to display icons and bitmaps StaticImage)
- 2011-07-24 20:29:18下载
- 积分:1