2021年6月10日

计划任务调用api接口

摘要: 计划任务调用api接口 选择脚本=》规则,powershell 参数Invoke-WebRequest –Uri http://howtogeek.com 阅读全文

posted @ 2021-06-10 23:39 卡农2014 阅读(253) 评论(0) 推荐(0) 编辑

JWT Error between app.UseRouting() and app.UseEndpoints(...).

摘要: public void Configure(IApplicationBuilder app, IWebHostEnvironment env) { if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); } app.UseHttpsRe 阅读全文

posted @ 2021-06-10 23:35 卡农2014 阅读(134) 评论(0) 推荐(0) 编辑

【Git】SSL certificate problem: unable to get local issuer certificate错误的解决办法

摘要: 问题描述 unable to access ‘https://*****.git/’: SSL certificate problem: unable to get local issuer certificate 原因以及如何解决 这是由于当你通过HTTPS访问Git远程仓库的时候,如果服务器上的 阅读全文

posted @ 2021-06-10 15:06 卡农2014 阅读(732) 评论(0) 推荐(0) 编辑

导航