
小问题
水弎
摸
展开
-
关于Vue中使用eCharts响应容器大小的变化,出现Cannot read properties of undefined (reading ‘resize‘)的问题
问题重现在Vue2中学习使用eCharts时遇到了如下问题:使用eCharts提供的resize()方法,监听图表容器的大小并改变图表大小。我在组件中这样写:export default { name: "chart", data() { return { chart: null, }; }, methods: { initChart() { this.chart = echarts.init(document.getElementBy原创 2022-04-08 22:40:17 · 4269 阅读 · 5 评论 -
关于The driver has not received any packets from the server.问题
第一次学习SSM框架,在前几天使用服务器还好好的,今天突然就报了个错:The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.这给我整得在网上查了快一个小时,又是说要在mysql.ini中设置,又...原创 2019-04-30 17:34:56 · 29775 阅读 · 8 评论