安装记录 - nvm,pm2管理node项目 123456cd ~/git clone https://github.com/nvm-sh/nvm.git .nvmcd ~/.nvmgit checkout v0.37.2. nvm.shvim ~/.bashrc 12345# vim 使用教程 https://www.runoob.com/linux/linux-vim.html# 编辑粘贴如下内容,保存退出export NVM_DIR=& 2020-07-15
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 me on GitHub. 2020-07-07 生活
二维码生成、解析 图片剪裁 二维码生成 https://github.com/davidshimjs/qrcodejs 二维码识别 https://blog.csdn.net/qq\_37705048/article/details/79816438 移动端剪裁: http://www.jq22.com/demo/static\_adjustImg20160705/ 2018-08-29 uncategorized
window.open 窗口垂直居中 12345678910function openWin() { var url = '...'; var name = '在线客服'; var iWidth = 720; var iHeight = 600; var iTop = (window.screen.availHeight - 30 - iHeight) / 2; var i 2018-08-08 uncategorized