Windows开发
1.目录结构 2.上代码 1)appsettings.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Informat ...
分类:Windows开发 时间:2021-09-09 06:34:15 收藏:0 阅读:31
前提:两台电脑在同一个局域网(比如连同一个wifi,注意如果是连公司的网络可能设了限制,导致ping不通) 1. 关闭防火墙 2. 高级设置 3. 开启回显 OVER ...
分类:Windows开发 时间:2021-09-09 05:17:30 收藏:0 阅读:51
今年5月,在 Build大会上,Azure FunctionsOpenAPI的功能支持(预览版)正式宣布。 当时,它最高支持 v3 运行时——.NET Core 3.1 版本。 最近,它发布了 .NET 5 隔离工作器支持包作为预览。在这篇文章中,我将回顾如何使用它并将其部署到 Azure。 注意: ...
分类:Windows开发 时间:2021-09-09 04:13:53 收藏:0 阅读:47
Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP in Windows The DefaultSecureProtocols registry entry can be added in the f ...
分类:Windows开发 时间:2021-09-08 22:42:32 收藏:0 阅读:53
How to Activate TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 There is always that one machine that you cannot upgrade on a current version because so ...
分类:Windows开发 时间:2021-09-08 22:42:13 收藏:0 阅读:46
参考网址: https://blog.csdn.net/weixin_43989331/article/details/105356008 C#中的几种锁:用户模式锁、内核模式锁、动态计数、监视锁 介绍几种C#中的锁,最常用的是最后的监视锁,其他的也有必要了解一下原理及应用,特别像WaitOne、W ...
分类:Windows开发 时间:2021-09-08 20:19:41 收藏:0 阅读:41
最近num lock总是自动关闭 查找相关注册表项 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2147483650" "Ke ...
分类:Windows开发 时间:2021-09-08 18:57:01 收藏:0 阅读:22
1、读取Excel文件到DataSet中 /// <summary> /// 读取Excel文件到DataSet中 /// </summary> /// <param name="filePath">文件路径</param> /// <returns></returns> public static ...
分类:Windows开发 时间:2021-09-08 16:14:33 收藏:0 阅读:55
1. 使用 Nuget 添加 cefsharp.wpf 库 2. 窗口中使用 1 2 3 xmlns:chrome="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf" <chrome:ChromiumWebBrowser x:Name="wbrRep ...
分类:Windows开发 时间:2021-09-07 18:41:40 收藏:0 阅读:33
win7专业版,image index值为1,名称为Windows 7 PROFESSIONAL。 ...
分类:Windows开发 时间:2021-09-07 16:38:58 收藏:0 阅读:28
11617189701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!