C#?????--??????
???????????? ???????[ 2016/3/25 10:45:40 ] ??????????????????? .NET
???????????????????????????????????????????????????????????Singleton???????????????????????GetInstance??????????????????ж?(uniqueInstance ==null)???????????????棬???????????????Singleton???????????Υ???????????????????????????????????ж???????У???????????????????????????GetInstance?????????????????????????к??????????????????????????????????????????????:
/// <summary>
/// ???????????
/// </summary>
public class Singleton
{
// ??????????????????????????
private static Singleton uniqueInstance;
// ???????????????????
private static readonly object locker = new object();
// ??????й??????????粻????????????
private Singleton()
{
}
/// <summary>
/// ???幫?з??????????????????????????幫?????????????????
/// </summary>
/// <returns></returns>
public static Singleton GetInstance()
{
// ?????????????е??????????????locker???? "????"??
// ?????????????и÷????????????locker?????"????"??????????????????????????
// lock?????????????????????????????????"????"
lock (locker)
{
// ???????????????????????????????
if (uniqueInstance == null)
{
uniqueInstance = new Singleton();
}
}
return uniqueInstance;
}
}
??????????????????????????????????????????????????????????????????????locker??????????ж???????????????????????????б???????????????????????????????????????????????????ж??uniqueInstance==null??????????????????????????????????????ж???????????????????????????????????????????????????????????????????????lock??????????uniqueInstance==null?????ж??????????????????????????????????????? “???????”????????忴??????????
/// <summary>
/// ???????????
/// </summary>
public class Singleton
{
// ??????????????????????????
private static Singleton uniqueInstance;
// ???????????????????
private static readonly object locker = new object();
// ??????й??????????粻????????????
private Singleton()
{
}
/// <summary>
/// ???幫?з??????????????????????????幫?????????????????
/// </summary>
/// <returns></returns>
public static Singleton GetInstance()
{
// ?????????????е??????????????locker???? "????"??
// ?????????????и÷????????????locker?????"????"??????????????????????????
// lock?????????????????????????????????"????"
// ???????????????ж??????
if (uniqueInstance == null)
{
lock (locker)
{
// ???????????????????????????????
if (uniqueInstance == null)
{
uniqueInstance = new Singleton();
}
}
}
return uniqueInstance;
}
}
?????塢C#????????????????
?????????????????????????????????.NET FrameWork?????????е?????????????
????????????.NET?????????????????????????????????????????????忴??????????????(????????????System.dll??????????????System?????????÷??乤??Reflector???????):
// ???????????????
// ?????????????????????
internal sealed class SR
{
private static SR loader;
internal SR()
{
}
// ????????????????У????????????????????????е???
// ?????????????????????????
private static SR GetLoader()
{
if (loader == null)
{
SR sr = new SR();
Interlocked.CompareExchange<SR>(ref loader?? sr?? null);
}
return loader;
}
// ??????з????е?????GetLoader??????
public static object GetObject(string name)
{
SR loader = GetLoader();
if (loader == null)
{
return null;
}
return loader.resources.GetObject(name?? Culture);
}
}
???????????
??????????????????????????????????????????′?????????????????????????????????????????????????????????????????????????????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
???????C#?е?StringC# Socket???????????????????C#?????????????????????????C#???????C#????????????Log4net??????δ????C#?????????????C#?????????????????C#???????????????C#????????????????C#7 ?е?Tuple??????C#??TypeScript - GeneratorC# ?????????細(xì)??????????C#?е???н???C#??MySQL?????????μ??Ч?????д??C#????C++??dll???C#??VS2010????е??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????