摘要: Create a custom object in JavaScriptCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1function Person( name, surname )2{3 this.name = name;4 th... 阅读全文
posted @ 2006-12-31 13:44 南守拥 阅读(249) 评论(0) 推荐(0)
摘要: InterestingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public class Interesting 2 { 3 public ChangeHandler _change; 4 publi... 阅读全文
posted @ 2006-12-31 10:24 南守拥 阅读(386) 评论(0) 推荐(0)
摘要: SingleTon类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace Gof.Nan.... 阅读全文
posted @ 2006-12-31 09:50 南守拥 阅读(335) 评论(1) 推荐(0)