摘要: Maven配置 下载https://maven.apache.org/download.cgi 配置环境变量 M2_HOME:maven目录下的bin目录 MAVEN_HOME:maven的目录 (在系统变量path配置%MAVEN_HOME%\bin) 检查是否按照成功dos mvn -verso 阅读全文
posted @ 2021-08-16 15:27 cv玲玲 阅读(43) 评论(0) 推荐(0) 编辑
摘要: public class QRCodeHelper { /// <summary> /// 生成二维码图片 /// </summary> /// <param name="str"></param> /// <returns></returns> public Bitmap CreateQRimg( 阅读全文
posted @ 2021-08-16 08:39 cv玲玲 阅读(50) 评论(0) 推荐(0) 编辑
摘要: System.Text.StringBuilder sbTemp = new System.Text.StringBuilder(); sbTemp.Append("apikey=&username=&password=**&mobile=手机号&content=您本次短信验证码是:" + mess 阅读全文
posted @ 2021-07-09 14:11 cv玲玲 阅读(218) 评论(0) 推荐(0) 编辑
摘要: //新的txt var tempFile = _iHostEnvironment.WebRootPath + "\mgc1.txt"; File.AppendText(tempFile); //查找不等于ceshi的数据 var linesToKeep = File.ReadLines(_iHost 阅读全文
posted @ 2021-07-09 13:58 cv玲玲 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qiantao/p/9468570.html 阅读全文
posted @ 2021-06-21 09:21 cv玲玲 阅读(22) 评论(0) 推荐(0) 编辑
摘要: public static void ErrorLog(Exception ex) { string FilePath = AppDomain.CurrentDomain.BaseDirectory+"ErrorLog.txt";/bin/Debug StringBuilder msg = new 阅读全文
posted @ 2021-03-11 16:39 cv玲玲 阅读(30) 评论(0) 推荐(0) 编辑
摘要: redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may 阅读全文
posted @ 2020-12-08 14:59 cv玲玲 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 使用ABP框架进行First Code时,出现错误如下: Your startup project 'HF.Template.Migrator' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is requi 阅读全文
posted @ 2020-11-27 10:39 cv玲玲 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 第一步 添加Abp.Quartz 第二步 引入到项目中 第三步 创建Job(并继承JobBase) 第四步 创建触发器 注:cro时间生成格式https://cron.qqe2.com/ 学习帖子 https://www.jianshu.com/p/9bf9c1e94dc8 阅读全文
posted @ 2020-11-11 09:35 cv玲玲 阅读(1770) 评论(0) 推荐(0) 编辑