.NET
文章平均质量分 79
changtiger
o52tiger@yahoo.com.cn
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
asp.net ajax学习笔记:客户端访问WebService
asp.net ajax学习笔记:客户端访问WebService2008年07月02日 星期三 下午 06:091、客户端访问WebService,那么WebService类必须加上[ScriptService]标记,此标记在 System.Web.Script.Services命名空间下,并且被访问的方法必须是public和加上[WebMethod]标记。客户端在 ScriptManager标签转载 2008-09-04 10:45:00 · 946 阅读 · 0 评论 -
asp.net2.0中Web.config文件标准配置简要说明
//声明:文中多处引用OL的源码,呵呵 defaultUrl="default.aspx" protection="All" timeout="60" path="/转载 2008-09-07 10:04:00 · 1461 阅读 · 0 评论 -
C# :数据类型
using System;using System.Collections.Generic;using System.Text;namespace test1{ struct phonebook{ public string name; public string phone; public string address; }原创 2008-11-24 12:26:00 · 624 阅读 · 0 评论 -
C# : ref out params and override
using System;using System.Collections.Generic;using System.Text;namespace test3{ abstract class ShapesClass { abstract public int Area(); } class Square : ShapesClass { in原创 2008-11-24 12:20:00 · 630 阅读 · 0 评论
分享