🌓

定制Android开机动画

开机动画替换 Android 设备 system/media/bootanimation.zip 文件adb push bootanimation.zip /sdcard/bootanimation.zip 123456# adb shell# su# mount -o remount,rw /system# cp /...

阅读全文

发布Hexo Blog到Github Pages

准备环境: 安装Git 安装Node.js 安装hexo利用npm命令安装 1npm install -g hexo-cli 问题 npm ERR! registry error parsing json 错误可能需要设置npm代理,执行命令 1npm config set registry http://registry.npmjs.org/ he...

阅读全文

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask...

阅读全文