观其大略
2013年8月6日星期二
Fwd: visual studio 2010 can not reinstall
http://archive.msdn.microsoft.com/vs2010uninstall
run this utility and restart computer to install 2012 again.
solve my problem.
2013年2月25日星期一
Fwd: asp.net 网站 XML Parsing Error: no element found Location
解决问题的排查方案,
1,检查网站的应用程序池的framework版本是否正确
2,注册aspnet_regiis -i 相应的framework版本。
2013年1月13日星期日
Fwd:
static void Main()
{
new Thread (Work).Start();
lock (_locker) Monitor.Pulse (_locker);
}
static void Work()
{
lock (_locker) Monitor.Wait (_locker);
Console.WriteLine ("Woken!!!");
}
同步也是很复杂的啊,这段代码有问题,执行结果未知。
from
http://www.albahari.com/threading/part4.aspx
较新的博文
较旧的博文
主页
订阅:
博文 (Atom)