在NextJS使用Socket.IO

由于socketio是借用nextjs启动的服务进行创建的,在app router下无法在端口处获取到完整的req与res 目前的nextJS版...

2023年9月4日 | 5 分钟 | 2072 字

使用echarts-for-react报错:Cannot read properties of undefined (reading 'disconnect')

结论:ECharts版本太高可能导致这个报错 源码地址 1 2 3 4 5 6 import ReactEcharts from 'echarts-for-react' <ReactEcharts option={} style={{ height: '350px', width: '100%' }} /> 依赖 1 2 3 4 "dependencies": { ... "size-sensor": "^1.0.0" // DOM 元素尺寸监听器,当元素尺...

2023年8月30日 | 2 分钟 | 874 字

浏览器拖拽

mdn 使用WebApi功能实现 好处:这个拖拽是浏览器级别的功能,可以与其他应用交互 小缺陷:样式不能很好自定义,比如拖拽到放置区的鼠标的图标只有4...

2023年8月25日 | 2 分钟 | 641 字