摘要: 东西不用,时间长了就会被忘掉。重新拾起来做一个简单的Demo,便于以后的查询服务器端--新建Calculator.asmxusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;namespace WebServiceDemo{ /// /// Calculator 的摘要说明 /// [WebService(Namespace = "http://tempuri.org/")] [WebServiceB... 阅读全文
posted @ 2014-03-11 20:43 尼姑哪里跑 阅读(303) 评论(0) 推荐(0)