-
C#通过webservice获取天气预报 例子源码下载
webservice网址是
- 2015-05-06下载
- 积分:1
-
545137
局域网文件传送源码,程序结合易语言局域网支持库,根据网络配置信息,连接FTP服务器上传下载文件。(LAN file transfer source code, LAN support program combined with easy language library , according to the network configuration information, connect to the FTP server upload and download files .)
- 2015-09-26 13:30:32下载
- 积分:1
-
openlayer_v5.3.0-dist
说明: openlayers必须的openlayer文件(Gis have to get a ol.js)
- 2020-06-16 21:20:02下载
- 积分: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
-
WebQQ 接口 以及测试项目 附完整源码
webqq接口实例,含测试项目
- 2013-04-08下载
- 积分:1
-
该软件是用asp编写的,用于帮助寻找家教的人
该软件是用asp编写的,用于帮助寻找家教的人-The software is used to prepare the asp, tutor for help in finding the person
- 2022-03-22 10:00:28下载
- 积分:1
-
在客户端进行数据检查并设置光标位置
在客户端进行数据检查并设置光标位置-the client data to examine and set the cursor position
- 2022-07-18 06:22:28下载
- 积分:1
-
TcpUdpTestTool
很强大的TCP/UDP测试工具,对于测试TPCServer高并发非常好用一直用的这个,强烈推荐使用!(Very powerful TCP / UDP testing tools, for testing TPCServer high concurrency very good use of this has been used, strongly recommended to use)
- 2020-06-22 17:00:02下载
- 积分:1
-
汽车牌识别
halcon 汽车车牌识别 Hdevelop编写(Halcon License Plate Recognition Hdevelopment)
- 2020-06-20 15:40:01下载
- 积分:1
-
markproxy
MARKPROXY
- 2023-03-15 06:55:03下载
- 积分:1