runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

08 2021 档案

摘要:方法: public static string HttpPostJson(string url, string postStr, int timeOut, string charset) { HttpWebRequest wreq = null; HttpWebResponse res = nul 阅读全文
posted @ 2021-08-12 17:55 runliuv 阅读(3478) 评论(0) 推荐(0)

摘要:参照了:https://www.cnblogs.com/LaoPaoEr/p/15129899.html 1.项目Nuget引用Quartz.AspNetCore和Quartz.Extensions.DependencyInjection,3.3.3 及以上版本。 2.新建一个MyTestJob类: 阅读全文
posted @ 2021-08-12 16:56 runliuv 阅读(229) 评论(0) 推荐(1)

摘要:.NET5控制台程序使用EF连接MYSQL 1.使用nuget下载: Microsoft.Extensions.Configuration.Json Pomelo.EntityFrameworkCore.MySql 2.数据库中创建好表: CREATE TABLE `user2` ( `mid` i 阅读全文
posted @ 2021-08-06 10:34 runliuv 阅读(551) 评论(1) 推荐(0)