摘要:
1 public int GetDownloadTimes(string FileId) 2 { 3 int DownloadTimes = 0; 4 5 try 6 { 7 List<ParameterModel> parameterList = new List<ParameterModel>( 阅读全文
摘要:
1、httpRuntime: <httpRuntime executionTimeout="90" maxRequestLength="40960" useFullyQualifiedRedirectUrl="false"minFreeThreads="8" minLocalRequestFreeT 阅读全文