摘要:方法: public static string HttpPostJson(string url, string postStr, int timeOut, string charset) { HttpWebRequest wreq = null; HttpWebResponse res = nul
阅读全文
08 2021 档案
摘要:参照了:https://www.cnblogs.com/LaoPaoEr/p/15129899.html 1.项目Nuget引用Quartz.AspNetCore和Quartz.Extensions.DependencyInjection,3.3.3 及以上版本。 2.新建一个MyTestJob类:
阅读全文
摘要:.NET5控制台程序使用EF连接MYSQL 1.使用nuget下载: Microsoft.Extensions.Configuration.Json Pomelo.EntityFrameworkCore.MySql 2.数据库中创建好表: CREATE TABLE `user2` ( `mid` i
阅读全文