随笔分类 -  WCF学习

WCF学习
C# WinForm 禁止最大化、最小化、双击标题栏、双击图标等操作
摘要:protected override void WndProc(ref Message m){ if (m.Msg==0x112) { switch ((int) m.WParam) { //禁止双击标题栏关闭窗体 case 0xF063: case 0xF093: m.WParam = IntPt 阅读全文

posted @ 2019-04-26 17:25 topguntopgun 阅读(583) 评论(0) 推荐(0) 编辑

jquery或者JavaScript调用WCF服务的方法
摘要:/******************************************************************* Copyright (C): 一心堂集团* CLR版本: 4.0.30319.18063* 命名空间名称: WcfService1* 文件名: IJoonServ... 阅读全文

posted @ 2014-09-24 17:06 topguntopgun 阅读(1083) 评论(0) 推荐(0) 编辑

JavaScript调用wcf服务,并且处理返回的字典集合
摘要:1、第一步创建wcf服务的方法using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using Syst... 阅读全文

posted @ 2014-09-24 11:44 topguntopgun 阅读(372) 评论(0) 推荐(0) 编辑

使用GZipStream压缩和解压文件
摘要:最近做了一个用.NET里的GZipStream压缩解压缩gzip文件的小程序。GZipStream在System.IO.Compression底下,使用起来也很简单。虽然GZipStream是Stream类的一个下级类,但它只相当于一个转换器。在两个Stream之间将数据转换成为压缩或解压缩数据。下... 阅读全文

posted @ 2014-09-23 11:19 topguntopgun 阅读(1413) 评论(0) 推荐(1) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示