摘要: 发生了 System.ArgumentException HResult=0x80070057 Message=Source array was not long enough. Check the source index, length, and the array's lower bounds 阅读全文
posted @ 2017-06-26 14:28 特洛伊-Micro 阅读(700) 评论(0) 推荐(0)
摘要: 阻挡(Blocking):每个浏览器有并发连接数量的上限(例如Firefox对每个host限制6个连接),如果当前建立的连接数已经超过上限,那么其余该请求会被阻塞,等待新的可以用的连接。域名解析(DNS Lookup):这个不用解释了吧,就是从DNS请求发出去到收到回复的时间。即上图中DNS的那一段 阅读全文
posted @ 2017-06-26 10:12 特洛伊-Micro 阅读(390) 评论(0) 推荐(0)