0%

Pino 直接输出中文和使用模板字符串时乱码(其实是只要有 UTF-8 字符就会乱码),翻官方文档找到了线索,话说这个锅不应该 Pino 背,老问题了。 解决方法: PowerShell 下:c

在 npm 2.x 的时候,会依次解压处理包的依赖关系,所以 node_modules​ 层级非常深 例如:A 依赖于 B,B 依赖于 C 那么,层级关系就会成为: - A -

重装系统后,在原来的项目下执行 git 命令时提示: fatal: detected dubious ownership in repository at 'D:/Projects/xxxxx' 'D:/Projects/xxxxx' is owned by: 'S-1-5-21-2440756236-1610524770-2949854643-1001' but the current user is: 'S-1-5-21-2927613386-97785579-904096897-1001' To add an exception for this directory, call: git config --global --add safe.directory D:/Projects/xxxxx 原因是 Git 出于安全方面考虑,在某

吐槽一下,使用 Win 10+ 系统都碰到这个问题两三次了,不知道是否和将 Notepad3 作为 txt 格式的默认编辑器有关,虽然是小毛病,但是比较恶心人。 将下面的注册表配置保

import proxyChain from "proxy-chain"; (async () => { const proxyServer = await proxyChain.anonymizeProxy({ url: `http://用户名:密码@example.com`, port: 50505, }); const browser = await puppeteer.launch({ executablePath: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", args: [ "--disable-setuid-sandbox", "--no-sandbox", `--proxy-server=${proxyServer}`, "--ignore-certificate-errors", "--window-size=1024,768", ], ignoreHTTPSErrors: true, headless: true, }); const page = await

本来这篇文章是准备结合 HTTP 一起讲讲 Cookie 的那点事,赶在 10.24 写完的。 不过我明显高估了自己遣词造句的速度……为了完成它,不得已把 HTTP 的部分砍了,虽然本来也

Windows 系统有个功能,在资源管理器中进行浏览的时候,会预览多媒体文件的一些信息。这个看起来挺人性化的功能有时候反而会给我们造成困扰。 因为这项功能基