2009年1月8日
摘要: 通常的Singleton写法,C#为例: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->class Singleton { private static Singleton instance; private... 阅读全文
posted @ 2009-01-08 16:23 lolicon 阅读(192) 评论(0) 推荐(0)
摘要: access: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Data.OleDb;using System.Data;using System.Diagnostics;using Sys... 阅读全文
posted @ 2009-01-08 12:55 lolicon 阅读(568) 评论(0) 推荐(0)