02 2022 档案

摘要:原文地址:https://www.jianshu.com/p/9c6d94e57ab3 1 series: [ 2 { 3 label: { 4 show: true, 5 // labelText在bar外右上方 6 position: 'top', 7 // offset: [-11, -2], 阅读全文
posted @ 2022-02-23 15:05 dirgo 阅读(1744) 评论(0) 推荐(0)
摘要:文章中使用的数据样例(数据字段和值,仅便于突出展示效果,并非实际使用需要)如下: const mockData = [ "id": 1, "name": "手机", "subOptions": [ { "value": 21, "name": "5G手机", "subOptions": [] } ] 阅读全文
posted @ 2022-02-21 13:45 dirgo 阅读(2445) 评论(0) 推荐(0)
摘要:1.docker 关闭防火墙 需要重启docker 2.开机启动 容器 ,如果数据库还未启动完成,项目就启动,会导致报错 阅读全文
posted @ 2022-02-14 16:26 dirgo 阅读(42) 评论(0) 推荐(0)
摘要:原文地址:http://blog.sina.com.cn/s/blog_15ebf299a0102xlnp.html centos里面有很多以 .d 结尾的目录,.d是表示directory,目录的意思。 在Linux系统中通常为了保持对原有配置方式的兼容,而增加的.d结尾目录,如: /etc/X1 阅读全文
posted @ 2022-02-08 13:59 dirgo 阅读(1109) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/y41992910/article/details/88788778 永久性解决方案:修改方法1(配置文件持久化修改):vim /etc/my.cnf[mysqld]max_allowed_packet = 100M注意:修改配置文件以后,需要重 阅读全文
posted @ 2022-02-08 13:53 dirgo 阅读(689) 评论(0) 推荐(0)