随笔分类 -  其他

摘要:一 Nexus的安装docker提供了Nexus镜像,可以通过镜像启动docker,也可以去github下载Nexus自行搭建。 这里使用的docker快速搭建服务 1 执行命令拉取nexus (可能需要FQ) docker pull liumiaocn/nexus 2 启动nexus docker 阅读全文
posted @ 2022-03-24 16:42 熊猫程序员 阅读(1658) 评论(0) 推荐(0)
摘要:nvm用来控制nodejs版本,在同时维护老项目和开发新项目的时候很方便 nvm官网:https://github.com/coreybutler/nvm-windows mac安装:curl -o- https://raw.githubusercontent.com/creationix/nvm/ 阅读全文
posted @ 2020-07-30 14:58 熊猫程序员 阅读(265) 评论(0) 推荐(0)
摘要:react: react:https://reactjs.bootcss.com/ redux:https://www.redux.org.cn/ vue: vue:https://cn.vuejs.org/ vue-cli:https://cli.vuejs.org/zh/ vant:https: 阅读全文
posted @ 2020-07-28 15:30 熊猫程序员 阅读(157) 评论(0) 推荐(0)
摘要:录屏实现方案:rrweb.js 官方文档:https://github.com/rrweb-io/rrweb 截屏实现方案:html2canvas.js 官方文档:http://html2canvas.hertzen.com/ rrweb录屏实现的原理是记录dom的变化,播放的时候重新执行dom操作 阅读全文
posted @ 2020-07-20 00:09 熊猫程序员 阅读(4203) 评论(0) 推荐(1)
摘要:重制macbook音频 sudo killall coreaudiod 阅读全文
posted @ 2020-07-03 16:30 熊猫程序员 阅读(270) 评论(0) 推荐(0)