AlexSJC 的博客

Visual Studio Code

官网:https://code.visualstudio.com/ 可使用“vscode.cdn.azure.cn”替换“az764295.vo.msecnd.net”加速下载。 扩展 Extensions for Visual

AlexSJC AlexSJC 发布于 2023-04-11

WordPress 教程:关于 URL 的问题

概述 您可在设置>常规中修改关于 URL 的设置。 若页面无法访问,请修改数据库(wp_options>siteurl/home)。 指南 HTTPS 与 SSL

AlexSJC AlexSJC 发布于 2023-04-10

MIME Type

由 IANA 维护的 Media Types https://www.iana.org/assignments/media-types/media-types.xhtml List of MIME types / Internet Media Types https://www.freeformat

AlexSJC AlexSJC 发布于 2023-04-05

钉钉直播回放抓包

【Fiddler】https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe 步骤一 安装并启动 Fiddler。 Tools

AlexSJC AlexSJC 发布于 2023-04-05

EatKano 作弊

https://github.com/arcxingye/EatKano 在控制台中使用以下代码: let items = []; function run() { if (items.length === 0) { items = [...document.querySelector

AlexSJC AlexSJC 发布于 2023-04-04

必应壁纸 API

官方 API:https://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=zh-CN <?php $json = file_get_contents('https://cn.bing.com/HPImageArchive.aspx?

AlexSJC AlexSJC 发布于 2023-04-04

网页自动刷新

var timeout = prompt("请输入刷新时间间隔(秒)"); var current = location.href; if (timeout > 0) { setTimeout('reload()', 1000 * timeout); } else { locatio

AlexSJC AlexSJC 发布于 2023-04-02

解密微信聊天记录(by 猪猪侠)

https://www.zhihu.com/question/45070018/answer/2651845586 下载 微信聊天记录导出工具.7z 打开微信文件的储存位置(默认为 Documents\WeChat Files) 进入文件夹 <

AlexSJC AlexSJC 发布于 2023-01-04