上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 1、jks 转 p12 keytool -importkeystore -srckeystore csii.jks -destkeystore csii.p12 -srcstoretype jks -deststoretype pkcs12 -destkeypass xxxxx 输入jks对应口令, 阅读全文
posted @ 2021-10-09 15:34 拼博之路 阅读(1270) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/dotnet/framework/configure-apps/file-schema/trace-debug/system-diagnostics-element 阅读全文
posted @ 2021-09-17 18:47 拼博之路 阅读(97) 评论(0) 推荐(0)
摘要: 太坑了,访问量大了,就偶尔出现 System.Data.DataException: Error parsing column 1 (websetting={"iswebshow":1,"moneytype":1,"showminmoney":0.0,"logo":null,"sevicelink" 阅读全文
posted @ 2021-07-12 18:03 拼博之路 阅读(646) 评论(0) 推荐(0)
摘要: 此处仅作为记录使用 其中GetConnectString 为Gaal.Cache.Redis类中的获取连接串的方法,此处可以作加解密处理 1 <add name="SessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvid 阅读全文
posted @ 2021-06-21 18:08 拼博之路 阅读(185) 评论(0) 推荐(0)
摘要: return new HttpStatusCodeResult(404); 阅读全文
posted @ 2021-06-21 16:38 拼博之路 阅读(48) 评论(0) 推荐(0)
摘要: 转自https://www.nhooo.com/note/qa02fb.html Task.WaitAll阻止当前线程,直到所有其他任务完成执行为止。Task.WhenAll方法用于创建仅当所有其他任务均已完成时才完成的任务。 如果我们使用Task.WhenAll,我们将得到一个未完成的任务对象。但 阅读全文
posted @ 2021-06-21 08:39 拼博之路 阅读(3139) 评论(0) 推荐(1)
摘要: 引用了Quartz组件后,打印日志时,整天都有相应的调试信息打印出来,严重影响了查找日志效率,谷歌一番后,修改nlog配置文件即可 <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/sch 阅读全文
posted @ 2021-06-18 16:23 拼博之路 阅读(427) 评论(0) 推荐(0)
摘要: 上图 AppSettingsHelper代码, 标红的部分,要按照这个来,否则会提示找不到appsettings.json文件 The configuration file 'appsettings.json' was not found and is not optional. The physi 阅读全文
posted @ 2021-05-29 18:31 拼博之路 阅读(661) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; usi 阅读全文
posted @ 2021-05-29 10:42 拼博之路 阅读(1961) 评论(0) 推荐(0)
摘要: using System.Web.Mvc.Html; EnumHelper.GetSelectList(typeof(OperationType)); OperationType 如下 public enum OperationType:int { /// <summary> /// 系统 /// 阅读全文
posted @ 2021-05-26 09:49 拼博之路 阅读(154) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 15 下一页