Nintendo Switch 开机进系统 硬破后,开机会进入 Hekate 系统,然后点击「启动」(Launch)图标,再选择「大气层虚拟系统」,这样用的是双系统。不要用「大气层真实系统」,会在正版系统中留下记录。 「大气层真实系统」是正版系统带了破解功能。「大气层虚拟系统」是正... 2025-02-10 hardware
Certbot 申请 Let's Encrypt SSL 证书 安装和使用 Certbot 直接安装 1234# CentOSsudo yum install certbot python2-certbot-nginx# macOSbrew install certbot 用 Docker 123456docke... 2024-07-22 it/web
Database Migration Tools golang-migrate golang-migrate/migrate: Database migrations. CLI and Golang library. 123456curl -OL https://github.com/g... 2024-06-29 it/database
Socket.IO Socket.IO Introduction | Socket.IO 关于版本 Socket.IO v2: released in May 2017 (major breaking changes) Socket.IO v3: rele... 2024-05-23 it/websocket
Epson L4166 打印机变砖修复 爱普生 Epson L416x 喷墨打印机,联网之后,可能是因为自动更新固件,一更新就会变砖(进入 Printer Mode)无法使用。 故障情况 开机后显示屏黑屏,显示 12345Printer ModeSet JigPush [OK] BT 按一... 2024-05-21 hardware
反向代理(内网穿透)工具 frp frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now,... 2024-05-21 it/network software
Semantic Commit Message Git Commit Message Format In the repository we use and enforce the commit message conventions. The conventions are verified ... 2024-05-21 it/git
Python 各版本变化 Python 3.12 in 2023 Python Release Python 3.12.0 | Python.org f-string 增强。 花括号 {} 内:可以包含担任定界符的引号;可以嵌套多层 f-string;可以换行和加注释;可... 2024-05-15 it/python