1、MVC View 页面显示带有 Html 标签的 string (解决办法:@Html.Raw(string)) 20150716 14:27
2.C# Parallel
Parallel.ForEach(list, (item)=> { }); Parallel.For(0, count, (i) => { });
(循环中如果调用 其他方法会出异常。)