上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: First Extension Second Extension Third Extension 阅读全文
posted @ 2017-04-26 16:52 hi..... 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 在操作Operation上加入标签attribute,在操作契约中加上标签[EntryIdValidation] 阅读全文
posted @ 2017-04-26 16:29 hi..... 阅读(228) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ServiceModel; using System.ServiceModel.Dispatcher; using System.Serv... 阅读全文
posted @ 2017-04-26 16:22 hi..... 阅读(528) 评论(0) 推荐(0) 编辑
摘要: [OperationContract] [WebInvoke(UriTemplate = "poststr1")] public string poststr1(csinfo cs) { var x = new { x = "poststr1的调用", a = "服务器时间:" + DateTime.Now.ToString("yyyy-MM-d... 阅读全文
posted @ 2017-04-25 15:19 hi..... 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 装完Microsoft Office Document Image后,在项目中分别引用、添加控件:Microsoft Office Document Imaging 11 Type Library,之后分别得到MODI名称空间下的Document、Image等主要操作文档类,以及用于显示文档的AxM 阅读全文
posted @ 2017-04-25 09:22 hi..... 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/hgmyz/p/5313983.html#!comments 基于.NET平台常用的框架整理 自从学习.NET以来,优雅的编程风格,极度简单的可扩展性,足够强大开发工具,极小的学习曲线,让我对这个平台产生了浓厚的兴趣,在工作和学习中也积累了一些开源 阅读全文
posted @ 2017-04-14 09:42 hi..... 阅读(903) 评论(0) 推荐(0) 编辑
摘要: netsh http show sslcertnetsh http add sslcert ipport=0.0.0.0:8085 certhash=50806af07c74f269aad830f7fc536a777ba42d3a appid={BCC1AFD4-E27F-4E74-A162-193 阅读全文
posted @ 2017-04-07 15:16 hi..... 阅读(350) 评论(0) 推荐(0) 编辑
摘要: OwinSelfHost // OWIN host //********************************************************************************** static void Main(string[] args) { strin 阅读全文
posted @ 2017-04-06 16:44 hi..... 阅读(193) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/enabling-cross-origin-requests-in-web-api 阅读全文
posted @ 2017-04-06 14:09 hi..... 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Framework 4.5 uses SHA-256 algorithm for the signature, and 4.0 uses SHA-1. 阅读全文
posted @ 2017-03-21 16:27 hi..... 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页