摘要:
https://blog.csdn.net/sinat_38184748/article/details/114115441 阅读全文
摘要:
vue页面地址 vue官网 element-ui管理页面 vue-element-admin管理框架 阅读全文
摘要:
1. preferences use snippets JavaScript.json 2. 添加如下代码 阅读全文
摘要:
Changes not staged for commit 改变没有提交 阅读全文
摘要:
1. 登录官网选择代码库,克隆代码SSH 2. git clone git@gitee.com:xxxx/xxx.git 3. cd 文件夹 //克隆文件夹 4. 修改内容 //代码修改 5. git add . //添加修改 6. git commit m "修改提交" 7. git push / 阅读全文
摘要:
虚拟机的 .vmx 文件修改成FALSE vmci0.present = "FALSE" 阅读全文
摘要:
PyCharm提示:too broad exception clause,是什么意思? 就是字面含义,你捕获的异常过于宽泛了,没有针对性,可以通过指定精确的异常类型来解决 noinspection PyBroadException \u8BF7\u9009\u62E9 不要直接转成json 阅读全文
摘要:
history | awk '{print $2 }' 阅读全文
摘要:
``` # 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 ``` 阅读全文
摘要:
``` 基础依赖 阿里云基础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安 阅读全文