-
opcasync.net
opcasync OPC Client 客户端开发完整源代码,经多次验证,完全可行(opcasync OPC Client client development complete source code, after repeated verification, entirely feasible.)
- 2013-12-13 21:27:40下载
- 积分:1
-
生成colorbar
实现生成colorbar的程序源代码,里面包含多种颜色,还有热度图(achieve the generation of Colorbar source code)
- 2020-07-06 14:48:58下载
- 积分:1
-
8ERSSI
本文介绍了8ERSSI的无线传感器网络加权质心定位算法,用于CC2430的无线定位(This article describes the wireless sensor networks 8ERSSI weighted centroid location algorithm for wireless location CC2430。)
- 2010-08-19 20:15:36下载
- 积分:1
-
lesson1
C#+AE编程,主要是实现几何对象和空间坐标系的基本操作,适合初学者!(C#+ AE programming, mainly to achieve geometric objects and spatial coordinates of the basic operation, suitable for beginners!)
- 2013-08-12 20:12:11下载
- 积分:1
-
知网
说明: 使用selenium框架爬取知网文章,实现了半自动化操作.(use selenium to get articles from ZhiWang. It is half-automatic)
- 2021-01-10 10:38:34下载
- 积分:1
-
sbrg
用于hsql的c# Used for hsql c #(C # 2 for HSQL for HSQL c #)
- 2017-07-13 02:08:13下载
- 积分: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
-
DynamicButtonNavigation
说明: 发一个具有动态按钮的C#窗体界面实例源程序,看似专业的界面,实际上都是些比较基础的知识技巧的运用,在大家以后的编程中,这也是很常见的,做出一个专业的软件界面,这就是基矗(Made a dynamic button instance of C# source code form interface, professional-looking interface, in fact, some basis of comparison is the use of knowledge skills, in all future programming, this is very common to make a professional software interface, which is based Jinchu)
- 2010-04-02 19:42:56下载
- 积分:1
-
这是java程序的
FormParameterServlet.java
这是java程序的
FormParameterServlet.java-This is the procedure FormParameterServlet.java
- 2023-09-02 02:35:03下载
- 积分:1
-
TextSwitcherTest
Text Switcher Test Source Code for Andriod.
- 2013-11-21 22:16:22下载
- 积分:1