皮皮博客
皮皮博客
皮皮博客
最新发布第11页
n1小钢炮固件挂载群晖网络硬盘教程-皮皮博客

n1小钢炮固件挂载群晖网络硬盘教程

①使用WinSCP软件访问N1,在/media目录下创建名为ds的文件夹②PuTTY输入如下指令:mkdir /media/ds mount.cifs //你的nasip/目录/media/ds -o user=XXX,pass=XXXXX,noperm,dir_mode=0777,file_m...
xiaowei的头像-皮皮博客钻石会员xiaowei2年前
0790
EU.ORG免费域名添加到Cloudflare-皮皮博客
玩客云armbian相关配置-皮皮博客

玩客云armbian相关配置

更换全部源 一行一个nano /etc/apt/sources.list deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib...
xiaowei的头像-皮皮博客钻石会员xiaowei2年前
3730
无需任何插件,WordPress 已经内置了 sitemap 功能-皮皮博客

无需任何插件,WordPress 已经内置了 sitemap 功能

无需任何插件,WordPress 已经内置了 sitemap 功能
小牛nplay 190故障导入heb-皮皮博客
Typecho 开启debug调试模式-皮皮博客

Typecho 开启debug调试模式

根目录config.inc.php中添加一句/** 开启Debug模式 */ define('__TYPECHO_DEBUG__', true); 放在开头注释的后面,如图: