
ASP.NET MVC
He_lh
这个作者很懒,什么都没留下…
展开
-
ASP.NET 解决 请求被中止: 未能创建 SSL/TLS 安全通道。(.NET 4.0)
using (WebClient wc = new WebClient()) { ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; var data = wc.DownloadDat原创 2017-11-21 17:32:51 · 5644 阅读 · 0 评论 -
MVC4+ef6 Dictionary实现按年月分组,使用Echart生成饼状图
1、ef方法public Dictionary GetTotalDataByYearAndMonth(int year) { // 先进行数据查询,返回数据 var query = _repAgent.AsQueryable(); string y = year.ToString();原创 2017-07-11 17:25:16 · 743 阅读 · 0 评论