123123
/* code -------------------------- */
code {
font-size: 80%;
color: inherit;
/* padding: 4px 10px;*/ 此行注释
word-break: break-word;
}
code {
font-size: 80%;
color: inherit;
/* padding: 4px 10px;*/ 此行注释
word-break: break-word;
}
asumi233 2026-09-03 1 分钟
News
This is 萌牛NAS, a brand new site by asumi233 that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to
asumi233 2026-09-01 1 分钟
Windows
打开注册表编辑器转到以下路径:
计算机\HKEY_CURRENT_USER\Software\Adobe\CSXS.12
然后右侧新建字符串值 输入数值名称: PlayerDebugMode 值:1
即可解决
asumi233 2024-11-18 1 分钟
Linux
提前申明/share 目录是共享文件夹的目录 记得提前创建好共享文件夹 /share/共享文件夹名
1.首先安装 acme.sh
配置环境变量 安装的位置
export LE_WORKING_DIR=/share/acme-ssl/.acme.sh
安装 记得把邮件地址替换成你自己的
curl https://get.acme.sh | sh -s email=my@example.com
安装完以后创建一个脚本 后面需要用到
asumi233 2024-07-03 2 分钟
Linux
配置步骤1:
sudo -i -----登录root
cd ~
wget https://github.com/acmesh-official/acme.sh/archive/master.tar.gz
tar xvf master.tar.gz
cd acme.sh-master/
./acme.sh --install --nocron --home /usr/local/share/acme.sh
asumi233 2024-07-01 2 分钟