LOADING

加载过慢请开启缓存 浏览器默认开启

zmalの折腾笔记

总能在平凡的日子里发现无数温暖的惊喜

获取星铁抽卡记录链接

2025/4/13

PC

[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; Invoke-Expression (New-Object Net.WebClient).DownloadString("https://gist.githubusercontent.com/Star-Rail-Station/2512df54c4f35d399cc9abbde665e8f0/raw/get_warp_link_cn.ps1?cachebust=srs")

Android

logcat -e https://webstatic
阅读全文

修复xbox录屏失效

2025/4/11

win r输入

regedit

导航到

计算机\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR

AppCaptureEnabled改为1
image
若无AppCaptureEnabled请右键单击该空间并选择New > DROWD (32-bit) Value。将其命名为AppCaptureEnabled

参考链接
https://zhuanlan.zhihu.com/p/689643604
https://ksh7.com/posts/windows-xbox-game-bar/index.html#%E4%BF%AE%E6%94%B9%E6%B3%A8%E5%86%8C%E8%A1%A8%E4%BF%AE%E5%A4%8D-xbox-game-bar
https://www.minitool.com/news/windows-11-xbox-game-bar-not-working.html

阅读全文

Linux 下常用的解压命令

2025/4/5

p7zip-fullunziptar 是 Linux 下常用的压缩与解压工具,以下是它们的常见用法整理。

🔧 安装命令

apt install -y p7zip-full unzip tar
阅读全文

Git仓库操作

2025/4/3

以下是 Git 常用仓库操作命令及示例文档:


1. 初始化仓库

git init
  • 说明:将当前目录初始化为 Git 仓库。
  • 示例
    mkdir my-project && cd my-project
    git init

阅读全文

让你的控制台变身彩虹乐园

2025/3/31

📜 彩色日志使用指南:让控制台变身彩虹乐园 🎨


🌈 概述

彩色日志通过 ANSI 转义码 + 颜文字系统,为枯燥的控制台信息赋予情感表达能力。本文档以 Node.js 场景为例,演示如何打造可爱又实用的日志系统。


阅读全文

所有大人最初都是孩子,但这很少有人记得

2025/3/31

SKY_20250328_071017_
SKY_20250328_071013_

阅读全文

在Linux系统上安装使用mihomo

2025/3/27
  1. 创建文件目录
mkdir -p mihomo
cd mihomo
  1. 下载可执行文件
    检查系统架构
uname -m
阅读全文

puppeteer Chromium 启动失败

2025/3/26

可以解决
image

YUM(CentOS/RHEL)命令

yum install -y \
    pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 \
    libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 \
    libXScrnSaver.x86_64 libXrandr.x86_64 GConf2.x86_64 alsa-lib.x86_64 \
    atk.x86_64 gtk3.x86_64 \
    ipa-gothic-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi \
    xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 \
    xorg-x11-fonts-misc

APT(Debian/Ubuntu)命令

apt-get update && apt-get install -y --no-install-recommends \
    google-chrome-stable tzdata redis-server \
    ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-arphic-uming \
    p7zip-full ffmpeg libavcodec-extra libopencore-amrnb-dev \
    libopencore-amrwb-dev libvo-amrwbenc-dev libx264-dev \
    libx265-dev libvpx-dev libmp3lame-dev libopus-dev

夹带了一点私货懒得删了

阅读全文

绕过微软商店安装安卓子系统

2025/3/22

启用 虚拟机平台 设置, 在Windows 11电脑上启用虚拟化

win+r

OptionalFeatures

image

阅读全文

Steam个人资料美化

2025/3/21

创意工坊链接
上传艺术作品
切图web

If you are using the normal artwork showcase (1 middle and 1 side); for middle artwork, width should be 506 pixels wide and any height. Then side artwork should be 100 pixels and with the same height as the middle if you want it to align.
如果您使用的是普通的图稿展示柜(1 个中间和 1 个侧面);对于中间图稿,宽度应为 506 像素宽且高度为任意。然后,侧面图稿应为 100 像素,并且与中间图稿的高度相同(如果您希望它对齐)。

If you are using the featured artwork showcase which is only one big middle artwork, then it needs to be 630 pixels wide and any height.
如果您使用的是特色图稿展示,它只有一个大的中间图稿,那么它需要有 630 像素宽和任何高度。

艺术作品
js改图

$J('#image_width').val(1000).attr('id',''),$J('#image_height').val(1).attr('id','');

隐藏作品名称

v_trim=_=>{return _},$J('#title').val(' \n'+Array.from(Array(126),_=>'\t').join(''));

移除勋章

var access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;

var badgeid = 0;

SetFavoriteFeaturedBadge(access_token, badgeid);

function SetFavoriteFeaturedBadge(access_token, badgeid) {

$J.post( 'https://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', {

access_token: access_token,

badgeid: badgeid

});

}

我的个人资料

参考资料

阅读全文
1 ... 3 4 5
avatar
zmal

总能在平凡的日子里发现无数温暖的惊喜