摘要:
using System;namespace Basil.AbstractInterface{ /// /// Class1 的摘要说明。 /// class Class1 { /// /// 应用程序的主入口点。 /// [STAThread] static void Main(string[] args) { // // TODO: 在此处添加代码以启动应用程序 ... 阅读全文
阅读排行榜
[导入]关于petshop中simplepager(继承自Repeater)覆写DataSource的问题
2005-12-26 23:32 by BAsil, 186 阅读, 收藏,
摘要:
public class SimplePager : Repeater {private IList dataSource; override public object DataSource { 覆写DataSource set { //This try catch block is to avoid issues with the VS.NET designer /... 阅读全文
[导入]对于adapter模式的类示配模式的java和c#的语法比较
2006-04-21 10:23 by BAsil, 175 阅读, 收藏,
摘要:
对于java语法,对于覆盖,如果这样写 class father { public void method() { out.println("father"); } } public class son extends father { //这样写表示覆盖 public void method() { ... 阅读全文
[导入]调试脚本(转)
2005-12-30 01:21 by BAsil, 161 阅读, 收藏,
摘要:
(1) 打开IE --> Internet Options -- > Advanced ; 去掉”Disable Script Debugging” 上的选项 (2) 打开需要调试的页面 (3) 启动VS.Net IDE, 选择 TOOLS-De文章来源:http://blog.donews.com/basilwang/archive/2005/12/29/67615... 阅读全文
[导入]AppDomain和动态加载(原创)
2005-12-16 02:26 by BAsil, 136 阅读, 收藏,
摘要:
http://www.softhouse.com.cn/html/200408/2004082409352200000171.html http://blogs.msdn.com/junfeng/archive/2004/02/09/69919.aspx http://www2.cnblogs.com/flier/archive/2004/07/08/22382.html http://dev.c... 阅读全文
浙公网安备 33010602011771号