摘要: 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 南守拥 阅读(242) 评论(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 南守拥 阅读(370) 评论(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 南守拥 阅读(303) 评论(1) 推荐(0) 编辑
摘要: 具体的不知道项目用了多少时间,从最初的架构设计到现在的试运行.回想起来有种莫明的失落,记得刚开始的时候我就认识二期绝对可以做的非常完美,把业务进行整理,在合理的运用,达到非常完美的重用.这也有利于促进开发速度.现在的情况是每个人写自己的,也不管代码有没有重,当有一个变动时根本就不知道影响有多大.别外一个不好的地方是把所有的SQL语句不放到DAL层,而是放到数据库里,给调试和程序带来非常大的隐患.从... 阅读全文
posted @ 2006-12-31 09:17 南守拥 阅读(148) 评论(1) 推荐(0) 编辑