摘要: https://blog.csdn.net/sinat_38184748/article/details/114115441 阅读全文
posted @ 2021-03-14 17:53 自动侠 阅读(19) 评论(0) 推荐(0) 编辑
摘要: vue页面地址 vue官网 element-ui管理页面 vue-element-admin管理框架 阅读全文
posted @ 2020-05-28 14:58 自动侠 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1. preferences use snippets JavaScript.json 2. 添加如下代码 阅读全文
posted @ 2020-02-20 12:10 自动侠 阅读(422) 评论(0) 推荐(0) 编辑
摘要: Changes not staged for commit 改变没有提交 阅读全文
posted @ 2020-02-20 10:33 自动侠 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1. 登录官网选择代码库,克隆代码SSH 2. git clone git@gitee.com:xxxx/xxx.git 3. cd 文件夹 //克隆文件夹 4. 修改内容 //代码修改 5. git add . //添加修改 6. git commit m "修改提交" 7. git push / 阅读全文
posted @ 2020-02-20 10:25 自动侠 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 虚拟机的 .vmx 文件修改成FALSE vmci0.present = "FALSE" 阅读全文
posted @ 2020-01-04 08:51 自动侠 阅读(288) 评论(0) 推荐(0) 编辑
摘要: PyCharm提示:too broad exception clause,是什么意思? 就是字面含义,你捕获的异常过于宽泛了,没有针对性,可以通过指定精确的异常类型来解决 noinspection PyBroadException \u8BF7\u9009\u62E9 不要直接转成json 阅读全文
posted @ 2020-01-03 19:04 自动侠 阅读(177) 评论(0) 推荐(0) 编辑
摘要: history | awk '{print $2 }' 阅读全文
posted @ 2019-12-31 15:33 自动侠 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ``` # mysql官网 https://downloads.mysql.com/archives/community/ # mysql下载链接 https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.26-linux-glibc2.12-x86_64.tar.gz md5:08a3b385db2f151598017b63fbcb6c43 ``` 阅读全文
posted @ 2019-12-31 14:04 自动侠 阅读(86) 评论(0) 推荐(0) 编辑
摘要: ``` 基础依赖 阿里云基础yum修改 https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.53322f703qIBgc 阿里云epel源 https://developer.aliyun.com/mirror/epel?spm=a2c6h.13651102.0.0.121b2f70yPqUBm 阿里云的docker安 阅读全文
posted @ 2019-12-30 12:57 自动侠 阅读(174) 评论(0) 推荐(0) 编辑