庹庹

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年12月16日

摘要: 成为代码民工多年了,一直在别人的帖子下成长,想想自己也应该写写东西回报大家了。直接代码说话:1.因为成为开发者,腾讯需要一个url,这个url又要能get,又能post.所以原来的RESTful WCF应该作如下标记:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.ServiceModel.Web;using System.IO;namespace HCWcfLib{ [ServiceContra... 阅读全文
posted @ 2013-12-16 15:50 庹林 阅读(945) 评论(0) 推荐(0) 编辑