摘要:
关于单例模式的一个小demo,在多线程访问中,为了实例唯一,所以object锁定下。 using System;using System.Collections.Generic;using System.Text; class Singleton{ private static object loc 阅读全文
posted @ 2010-03-01 23:39
funnyzak
阅读(257)
评论(0)
推荐(0)
浙公网安备 33010602011771号