https://blog.csdn.net/weixin_40217034/article/details/89855118 https://blog.csdn.net/weixin_40217034/article/details/89891242 https://blog.csdn.net/we ...
分类:
移动开发 时间:
2021-04-29 11:46:15
阅读次数:
0
vmnet8重启网卡 sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --start sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli - ...
分类:
系统相关 时间:
2021-04-28 12:12:40
阅读次数:
0
添加一个类继承JsonResult public class CustomJsonResult : JsonResult { private const string _dateFormat = "yyyy-MM-dd HH:mm:ss"; public CustomJsonResult() { s ...
分类:
Web程序 时间:
2021-04-28 12:07:11
阅读次数:
0
Egret引擎本身没有任何内存管理策略 这篇文章 非常给力 https://blog.csdn.net/linguifa/article/details/109861434https://blog.csdn.net/shirln/article/details/98210001 https://bl ...
分类:
其他好文 时间:
2021-04-27 15:09:31
阅读次数:
0
前言 最近我在了解时序数据库Influxdb 2.x版本,体验一翻之后,感觉官方的出品的.net客户端还有很多优化的地方,于是闭关几天,不吃不喝,将老夫多年练就的高性能网络通讯与高性能Buffer操作的功力融入其中,终于写出Influxdb2.Client这个客户端。 不追求完整功能 官方的客户端, ...
分类:
数据库 时间:
2021-04-27 15:03:36
阅读次数:
0
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:
其他好文 时间:
2021-04-27 14:52:02
阅读次数:
0
基于Claim的验证 当请求到达服务端后,线程中会有身份信息,这个身份信息类一般都是实现了IPrincipal接口,并可以有多种实现,比如基于Claim的身份验证,那么就是ClaimsPrincipal类 可以从线程信息中获取当前的身份信息:IPrincipal currentPrincipal = ...
分类:
Web程序 时间:
2021-04-27 14:31:04
阅读次数:
0
1:添加Nlog的组件 直接在NuGet里面搜索NLog.Web.AspNetCore 2:然后就是配置服务 public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build() ...
分类:
Web程序 时间:
2021-04-27 14:26:50
阅读次数:
0
场景 jar包在本地Windows系统上运行不报错,在CentOS服务器上运行时提示: org.quartz.SchedulerException: Couldn't get host name 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公 ...
分类:
编程语言 时间:
2021-04-27 14:23:18
阅读次数:
0
ASP.NET Core 应用程序部署 ASP.NET Core 应用程序部署 在Windows OS部署 使用IIS 发布部署 应用程序发布说明 IIS配置说明 应用托管模型 进程内托管模型 进程外托管模型 使用Kestrel 使用HTTP.sys 使用Docker 在Windows OS部署 使 ...
分类:
Web程序 时间:
2021-04-27 14:14:24
阅读次数:
0