摘要: 使用方法: <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <script> var vConsole = new window.VConsole(); </script> 阅读全文
posted @ 2022-06-16 11:07 nate_pan 阅读(223) 评论(0) 推荐(0)
摘要: 进入vscode目录: VScode\resources\app\out\vs\code\electron-browser\workbench 新建css文件 index.css 并将样式写入 :root { --color: var(--notebook-inactive-focused-cell 阅读全文
posted @ 2022-06-15 14:56 nate_pan 阅读(269) 评论(0) 推荐(0)
摘要: 介绍 说明 manifest.json中 start_url 重要,作用:打开是否正确,能否看到缓存,能否下载至桌面 阅读全文
posted @ 2022-06-13 10:54 nate_pan 阅读(29) 评论(0) 推荐(0)
摘要: 安装 官网链接 使用 登录 gh auth login 查看repo列表 gh repo list 查看特定repo gh repo view [repo] 列出public repo gh repo list --visibility public 列出private repo gh repo l 阅读全文
posted @ 2022-06-01 15:49 nate_pan 阅读(23) 评论(0) 推荐(0)
摘要: jshint的禁用 1.根目录创建.vscode文件夹 2.创建settings.json 3. { "jshint.enable":false } 4.重启vscode 取消自动格式化 阅读全文
posted @ 2022-05-31 10:36 nate_pan 阅读(132) 评论(0) 推荐(0)
摘要: 1.npm i create-directus-project -g 2.npm init directus-project directus-demo (yarn create directus-project directus-demo) 3.注意,来自(https://stock.xinpia 阅读全文
posted @ 2022-05-30 14:56 nate_pan 阅读(128) 评论(0) 推荐(0)
摘要: 1.查看原生的样式: http://www.5imoban.net/jiaocheng/CSS3_HTML5/2018/1112/3472.html 2.修改样式:https://www.csdn.net/tags/MtTaEg0sNDc0MTU5LWJsb2cO0O0O.html 阅读全文
posted @ 2022-05-18 10:27 nate_pan 阅读(260) 评论(0) 推荐(0)
摘要: 查看python安装的包 1. pip list 2. pip freeze 查看pip版本 1. pip --version 2.pip -V 安装包 pip install xxx 阅读全文
posted @ 2022-05-12 11:45 nate_pan 阅读(35) 评论(0) 推荐(0)
摘要: nvm的安装(https://qizhanming.com/blog/2020/07/29/how-to-install-node-using-nvm-on-macos-with-brew ) 安装稳定(https://blog.csdn.net/CaptainJava/article/detail 阅读全文
posted @ 2022-05-06 19:52 nate_pan 阅读(80) 评论(0) 推荐(0)
摘要: npm root -g 阅读全文
posted @ 2022-05-06 19:30 nate_pan 阅读(292) 评论(0) 推荐(0)