111,107
社区成员




System.Net.ServicePointManager.DefaultConnectionLimit = 16;
urls.AsParallel()
.WithDegreeOfParallelism(16)
.WithExecutionMode(ParallelExecutionMode.ForceParallelism)
.Select(getHtmlContentByUrl).ForAll(writeHtmlContent);