-
ASP.NET
C#课程源码,配套孙士保(电子工业出版社2012),很详细,很实用(C# program source code, supporting SUN Shi-bao (Electronic Industry Publishing House 2012), very detailed, very practical)
- 2013-12-16 10:04:51下载
- 积分: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
-
通达信插件选股编程规范
适用于通达信集成版和个人版中的选股器->插件选股的插件开发接口 通达信插件编程规范及实例通达信自定义选股插件程序,嵌入通达信,输入某个参数,然后根据相关的股票行情数据计算,然后输出我需要的数据。
- 2022-02-24 10:46:21下载
- 积分:1
-
Triangulo-de-Pascal
Codigo que genera el n esimo renglon del triangulo de pascal
- 2011-10-12 10:49:23下载
- 积分:1
-
frmGoodsInventoryManage
说明: AE开发相关的一些功能及源码,比如显示图层的属性窗口、编辑图形等(Some functions and source codes related to AE development, such as displaying attribute windows of layers, editing graphics, etc.)
- 2020-06-25 06:20:02下载
- 积分:1
-
WCF分布式处理实例源码
实现WCF的分布式处理方式
- 2015-03-10下载
- 积分:1
-
CSharp_MATLAB
说明: 3种方法用C#调用matlab代码,3种方法都使用同一个例子(This demo shows three ways to integrate MATLAB code into a C# project. All three methods use the
same example from MATLAB, but each interacts with it in a different fashion.)
- 2010-04-16 16:16:15下载
- 积分:1
-
Csharp.in.Depth.4th.Edition.pdf
C# 开发比较经典的书籍,英文版,适合深入学习,适合自学,还可以学习英文(C# Develop Classic Books)
- 2020-06-22 10:00:01下载
- 积分:1
-
Use-CSharp-write-KML-files
该C#程序的功能室通过C#编程,调用KML接口类,通过将KML语句写入txt文件并保存为.KML文件的方法,来创造出需要的复杂的KML图形文件,尤其是涉及到计算的形体,例如一个多点球体。(Method function room procedures through the C# C# programming, call KML interface class, the statement by writing KML file and save it as .KML txt file to create complex graphics files KML needed, especially with regard to the calculation of body , for example, more than one penalty body.)
- 2014-10-11 21:28:46下载
- 积分:1
-
Barcode
一维条码,包括code128,code39,等编码规则(One-dimensional bar codes, including code128, code39, and other coding rules)
- 2013-07-04 13:31:25下载
- 积分:1