码迷,mamicode.com
首页 >  
搜索关键字:NET Core2.0    ( 133240个结果
MIT App Inventor + ESP8266
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
mac使用VMWare虚拟,设置网络
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
ASP.NET JsonResult返回日期格式及首字母大写解决
添加一个类继承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的一些性能优化总结整理
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
开源Influxdb2高性能客户端
前言 最近我在了解时序数据库Influxdb 2.x版本,体验一翻之后,感觉官方的出品的.net客户端还有很多优化的地方,于是闭关几天,不吃不喝,将老夫多年练就的高性能网络通讯与高性能Buffer操作的功力融入其中,终于写出Influxdb2.Client这个客户端。 不追求完整功能 官方的客户端, ...
分类:数据库   时间:2021-04-27 15:03:36    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
.NET身份验证
基于Claim的验证 当请求到达服务端后,线程中会有身份信息,这个身份信息类一般都是实现了IPrincipal接口,并可以有多种实现,比如基于Claim的身份验证,那么就是ClaimsPrincipal类 可以从线程信息中获取当前的身份信息:IPrincipal currentPrincipal = ...
分类:Web程序   时间:2021-04-27 14:31:04    阅读次数:0
ASP.NET Core中使用NLog记录日志
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
CentOS中部署jar包时提示:org.quartz.SchedulerException: Couldn't get host name
场景 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 应用程序部署 ASP.NET Core 应用程序部署 在Windows OS部署 使用IIS 发布部署 应用程序发布说明 IIS配置说明 应用托管模型 进程内托管模型 进程外托管模型 使用Kestrel 使用HTTP.sys 使用Docker 在Windows OS部署 使 ...
分类:Web程序   时间:2021-04-27 14:14:24    阅读次数:0
133240条   上一页 1 ... 46 47 48 49 50 ... 13324 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!