03 2016 档案

摘要:1.HTTP-GET WCF 方式 通过Http的方式提供metadata 1.1.配置文件方式 <system.serviceModel> <services> <service name = "MyService" behaviorConfiguration = "MEXGET"> <host> 阅读全文
posted @ 2016-03-06 22:11 SillyProgrammer 阅读(145) 评论(0) 推荐(0)
摘要:Node.js(或者Node)javascript的服务端平台 单线程、异步式I/O、事件驱动式的程序设计模型 Node.js 的 JavaScript 引擎是 V8,来自 Google Chrome 项目 浏览器之外的javascript标准: CommonJS Node.js 是目前 Commo 阅读全文
posted @ 2016-03-05 17:42 SillyProgrammer 阅读(159) 评论(0) 推荐(0)
摘要:1.配置文件方式设置EndPoint(ABC) 1.1.基本配置 <system.serviceModel> <services> <service name="MyNamespace.MyService"> <endpoint address="http://localhost:8000/MySe 阅读全文
posted @ 2016-03-05 11:47 SillyProgrammer 阅读(213) 评论(0) 推荐(0)