01 2021 档案

摘要:在WordPress页面出现如下警告:PHP Warning: Invalid argument supplied for foreach() in \wp-admin\includes\plugin.php on line 1771打开被警告的文件找到对应行: foreach ( $menu as 阅读全文
posted @ 2021-01-26 17:47 yangyang1900 阅读(1446) 评论(0) 推荐(0) 编辑
摘要:1.spire 官方的有水印,通过引用 //private readonly static PdfDocument doc = new PdfDocument(); //public static Stream PtfToPng(string FileInfo) //{ //byte[] by = 阅读全文
posted @ 2021-01-25 19:05 yangyang1900 阅读(1622) 评论(0) 推荐(0) 编辑
摘要:首先说明Nuget是什么呢?它的官方是:https://www.nuget.org/ 官方主页的介绍如下: What is NuGet? NuGet is the package manager for .NET. The NuGet client tools provide the ability 阅读全文
posted @ 2021-01-25 18:39 yangyang1900 阅读(424) 评论(0) 推荐(0) 编辑
摘要:官方说明: Which version do I choose? IIS If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP. Apache Please 阅读全文
posted @ 2021-01-25 12:22 yangyang1900 阅读(320) 评论(0) 推荐(0) 编辑
摘要:在PHP 开发和生产环境搭建过程中,需要安装PHP语言解析器。官方提供了2种类型的版本,线程安全(TS)版和非线程安全(NTS)版,有时后我们开发环境和实际生产的环境有所不同,因此也需要选择安装对应的PHP版本。 在此记录下笔记,方便日后查看 ... 1、简介 TS: TS(Thread-Safet 阅读全文
posted @ 2021-01-24 20:11 yangyang1900 阅读(137) 评论(0) 推荐(0) 编辑
摘要:这两天突然发现浏览器打不开任何东西了,真是只有在失去的时候才懂得珍惜。 百度了一下解决方案。 导致这个问题的原因是 Google 在79版本(2019年12月20号左右)的更新中又重新启用了Renderer Code Integrity Protection(渲染器代码完整性保护),会阻止签名不是谷 阅读全文
posted @ 2021-01-17 14:45 yangyang1900 阅读(703) 评论(0) 推荐(0) 编辑