摘要: openssl x509 -in cert.pem -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64 或者参见https://datatrack 阅读全文
posted @ 2023-02-17 14:23 yinyue200 阅读(18) 评论(0) 推荐(0) 编辑
摘要: PowerShell 允许在管道中包含本机外部命令。 但是,请务必注意,PowerShell 的管道面向对象,不支持原始字节数据。 管道或重定向输出原始字节数据的本机程序的输出会将输出转换为 .NET 字符串。 此转换可能会导致原始数据输出损坏。 解决方法是使用 cmd.exe /c 或 sh -c 阅读全文
posted @ 2023-02-17 14:10 yinyue200 阅读(22) 评论(0) 推荐(0) 编辑
摘要: This library is really meant just for the ASP.NET/EF Core command-line tools, so we do very little work on this if it doesn't affect those scenarios. 阅读全文
posted @ 2021-10-02 23:43 yinyue200 阅读(66) 评论(0) 推荐(0) 编辑
摘要: AngleSharp 文档中的一些说法 The Html Agility Pack (HAP) is a good comparison target, since it is most used and established since a long time. Obviously AngleS 阅读全文
posted @ 2020-08-18 06:25 yinyue200 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 关于 C#8 的基本介绍,可以参见这里 C# 8.0 中的新增功能 - C# 指南​docs.microsoft.com 一个个说了 Nullable reference types 确实香 只是不知道我的项目里面什么时候才能每个文件都 #nullable enable 。用之前建议提前了解!的用法 阅读全文
posted @ 2020-08-18 05:58 yinyue200 阅读(483) 评论(0) 推荐(0) 编辑
摘要: https://blog.mozilla.org/futurereleases/2019/04/11/firefox-beta-for-windows-10-on-qualcomm-snapdragon-always-connected-pcs-now-available/ https://www. 阅读全文
posted @ 2020-06-26 20:23 yinyue200 阅读(2077) 评论(0) 推荐(0) 编辑
摘要: 某天准备生成APPX包,突然就一直生成不了了,查看任务管理器,在运行一个ildsm的任务,强行中断编译过程,输出结果可以看出是在混淆过程的出的问题 一步步reset-hard commit 定位问题,发现是 https://github.com/manuelroemer/Nullable 包的引入导 阅读全文
posted @ 2020-04-16 10:21 yinyue200 阅读(263) 评论(0) 推荐(0) 编辑
摘要: https://answers.microsoft.com/en-us/windows/forum/all/deleting-fonts-from-windows-10-that-dont-appear-in/29fa48b1-080a-4fa7-9fd2-e8c9690562e5 C:\Users 阅读全文
posted @ 2020-04-14 01:32 yinyue200 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 编译UWP的时候ildsm长时间卡住,试试更新新版本 替换了位于C:\Windows\Microsoft.NET\Framework64\v4.0.30319的ildsm为https://www.nuget.org/packages/ILAsm这里的版本 使用nsudo+cmd 更换了之后不卡住了, 阅读全文
posted @ 2020-04-13 21:06 yinyue200 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 这么做还是有一些意义的,避免重复处理Task<IAsyncEnumerable>实在是有些复杂,如果代码还要处理IAsyncEnumerable的话尤为如此,将二者统一还是有一定意义的 #region AsAsyncEnumerable public static async IAsyncEnume 阅读全文
posted @ 2020-04-11 12:24 yinyue200 阅读(275) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams https://docs.microsoft.com/en-us/archive/msdn-mag 阅读全文
posted @ 2020-04-11 11:53 yinyue200 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 因为之前自己的项目中编译流程有一些自定义工具(如FODY),在使用 XamarinAndroidXMigration 这个工具时遇到了很多问题 以下是本人的一些牢骚 release报错,说symbol不匹配,我估计是工具链顺序的问题,我改顺序,还不行,我换种方法改,还不行。 那我不调顺序了,我把工具 阅读全文
posted @ 2020-03-05 19:48 yinyue200 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 再regedit中搜索原始版本,位于计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{82F01535-071D-487F-BA1A-D32636B97C9A} 改掉版本 阅读全文
posted @ 2019-12-22 21:31 yinyue200 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 有人在answers.microsoft.com问这个问题,官方给了个这样的回答,然后还锁定了问题不让别人回复 您好, 了解到您在使用时遇到问题。 请您详细描述下您的操作,请问您是在打开安装程序还是在确认安装位置后安装时遇到问题? 根据您的错误提示,系统管理员阻止打开该应用。 请问您的系统是否加入了 阅读全文
posted @ 2019-08-06 14:54 yinyue200 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 开注册表按照几篇文章改了下 https://www.zhihu.com/question/306864100/answer/559066434 https://www.zhihu.com/question/21109663/answer/17215663 但是后来发现这么改了之后 AIDA 中显示的 阅读全文
posted @ 2019-03-16 12:50 yinyue200 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 2020年2月10日更新 当我胡说八道,List是最好的 public interface ICollection<T> : IEnumerable<T>, IEnumerable { int Count { get; }//通过跟踪数量可以实现O(1) bool IsReadOnly { get; 阅读全文
posted @ 2019-02-12 15:13 yinyue200 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 今天电脑蓝屏,DPC Watchdog Violation 很烦。开bluescreen说是NT内核的问题 开windbg说是Intel快速存储的问题,顺手卸载快速存储 卸载前 卸载后 另外我看Intel官网这意思也是没必要装快速存储? 旁边的图是windbg结果 bluescreenview 阅读全文
posted @ 2019-01-27 23:12 yinyue200 阅读(1318) 评论(1) 推荐(0) 编辑
摘要: 1.如果你启用了vcpkg integrate install,将默认采用vcpkg里安装的源而不是nuget中的 2.一般而言xxx-uwp不能用xxx-windows代替,否则回捣乱其它包 3.卸载时记得vcpkg integrate remove 其它参考https://docs.micros 阅读全文
posted @ 2019-01-01 12:58 yinyue200 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 修改UEFI设置,把 USB TYPE C POWER SWITCH 改成启用 阅读全文
posted @ 2018-09-16 19:28 yinyue200 阅读(3860) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/hupo376787/p/8267796.html 谈到了解决该问题的临时方案,那如何真正的解决该问题 目测可以开启设备门户来删除包 阅读全文
posted @ 2018-02-01 23:53 yinyue200 阅读(418) 评论(0) 推荐(0) 编辑
知识共享许可协议
本博客原创内容默认采用知识共享署名 4.0 国际许可协议进行许可。