缤纷多彩的植物信息世界

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

2009年4月21日

摘要: 1、Web服务代码: 1: using System.Web.Services; 2: using System.Web.Services.Protocols; 3: 4: /// 5: /// Summary description for QuotesService 6: /// 7: [WebService(Namespace = "h... 阅读全文
posted @ 2009-04-21 20:49 虎克 阅读(258) 评论(0) 推荐(0)

摘要: 1、Address类的代码: 1: 2: /// 3: /// Summary description for Address 4: /// 5: public class Address 6: { 7: public string Street; 8: public string City; 9: pub... 阅读全文
posted @ 2009-04-21 20:05 虎克 阅读(328) 评论(0) 推荐(0)

摘要: 1、Web服务代码 1: using System; 2: using System.Data; 3: using System.Data.SqlClient; 4: using System.Diagnostics; 5: using System.Web.Services; 6: using System.Web.Configuration; 7: ... 阅读全文
posted @ 2009-04-21 17:43 虎克 阅读(218) 评论(0) 推荐(0)