ToolGood

Results 58 comments of ToolGood

修改好了,添加了一个判断 ``` cs if (context.HttpContext.Response.Headers.IsReadOnly == false) { var fi = new FileInfo(filePath); var etag = fi.LastWriteTimeUtc.Ticks.ToString(); context.HttpContext.Response.Headers["Cache-Control"] = "max-age=" + (CurrPageExpireMinutes ?? ExpireMinutes) * 60; context.HttpContext.Response.Headers["Etag"] = etag; context.HttpContext.Response.Headers["Date"]...

官网 https://www.tdx.com.cn/article/vipdata.html 直接下载

https://www.tdx.com.cn/article/stockfin.html 官网已公开下载了

https://github.com/ststeiger/PdfSharpCore/issues/451 The same issue

同求,这个函数有点坑

通达信STDDEV 与excel 的STDDEV 是不同的