随笔分类 -  Jquery

记录一些学习中的知识点及自己的理解
摘要:1、webservice端using System;using System.Collections.Generic;using System.Web;using System.Web.Services;using System.Configuration;using System.Data.SqlClient;using System.Data;/// ///WebService 的摘要说明/// [WebService(Namespace = "http://tempuri.org/")][WebServiceBinding(ConformsTo = WsiProfil 阅读全文
posted @ 2013-07-19 23:42 cooldp 阅读(310) 评论(0) 推荐(0)