缤纷多彩的植物信息世界

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

2009年4月28日

摘要: 1、页面代码 1: 2: 3: 4: 5: 6: GridView控件中动态添加模板列 7: 8: 9: 10: 11: 12: 13: 14: GridVi... 阅读全文
posted @ 2009-04-28 17:26 虎克 阅读(608) 评论(0) 推荐(0)

摘要: 1、页面代码 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 15: 16: 17: 18: 19: ... 阅读全文
posted @ 2009-04-28 15:49 虎克 阅读(673) 评论(0) 推荐(0)

摘要: The services (and corresponding namespaces) offered by these class libraries include the following: System Types (System): Includes definitions for most simple data types, conversion functions betw... 阅读全文
posted @ 2009-04-28 14:31 虎克 阅读(214) 评论(0) 推荐(0)

2009年4月26日

摘要: 1、.NET的整个解决方案示意图 2、简单的网络应用程序架构示意图 3、分布式网络服务架构逻辑示意图 4、分布式网络服务架构物理结构示意图 阅读全文
posted @ 2009-04-26 22:55 虎克 阅读(268) 评论(0) 推荐(0)

摘要: 1: # SQL Manager 2007 for MySQL 4.3.2.3 2: # --------------------------------------- 3: # Host : localhost 4: # Port : 3306 5: # Database : sp2000cn 6: 7: 8: /*!4... 阅读全文
posted @ 2009-04-26 13:24 虎克 阅读(246) 评论(0) 推荐(0)

摘要: 添加MySQLDriverCS.dll的引用,下载地址:http://downloads.sourceforge.net/mysqldrivercs/MySQLDriverCS-n-EasyQueryTools-4.0.1-DotNet2.0.exe 1: using System; 2: using System.Web.UI.WebControls; 3: using ... 阅读全文
posted @ 2009-04-26 11:34 虎克 阅读(260) 评论(0) 推荐(0)

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)

2009年4月20日

摘要: 1: using System; 2: using System.Web.Configuration; 3: using System.Web.Services; 4: using System.Data; 5: using System.Data.SqlClient; 6: using System.Diagnostics; 7: 8: //... 阅读全文
posted @ 2009-04-20 12:52 虎克 阅读(402) 评论(0) 推荐(0)