摘要:
LINQ to Entities does not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression. LinQ t 阅读全文
摘要:
C# ML.NET 使用GPU遇到 Failed to get convolution algorithm.This is probably because cuDNN failed to initialize [[{{node resnet_v2_50/conv1/Conv2D}}]] [[res 阅读全文
摘要:
PagingModel pagingModel using (var db = new PayLogDbContext()) { var data = db.Database.Query<Merchant_Daysum>(fsql, pagingModel); return data; } 阅读全文
摘要:
IDEA 2019.1 ZKVVPH4MIO-eyJsaWNlbnNlSWQiOiJaS1ZWUEg0TUlPIiwibGljZW5zZWVOYW1lIjoi5o6I5p2D5Luj55CG5ZWGIGh0dHA6Ly9pZGVhLmhrLmNuIiwiYXNzaWduZWVOYW1lIjoiIiw 阅读全文
摘要:
参照了:https://www.cnblogs.com/dangzhensheng/p/10496278.html 1.新建任务类ReportJob.cs,这个类里就是具体任务了。 using Quartz; using System; using System.IO; using System.T 阅读全文