有用的js脚本

开启网页编辑模式javascript:document.body.contentEditable='true'; document.designMode='on';
js 2022年07月31日 448次浏览

npm 配置国内淘宝镜像源

npm 使用淘宝源全局配置npm config set registry=https://registry.npmmirror.com临时使用npm install xxx --registry=https://registry.npmmirror.com
2022年01月20日 549次浏览

B站看到的几个css项目示例网站

一些特效的实现https://lhammer.cn/You-need-to-know-css/#/zh-cn/https://chokcoco.github.io/CSS-Inspiration/#/https://qishaoxuan.github.io/css_tricks/https://to
css 2021年07月04日 696次浏览

hexo常用命令

使用hexo搭建博客经常用的命令1.新建博客$ hexo new [layout] <title>2.生成静态文件$ hexo g3.发布博客$ hexo d4.生成并发布,一步到位$ hexo g -d
2017年06月20日 936次浏览