LiYang
LiYang


### Discussed in https://github.com/eggjs/egg/discussions/4767 Originally posted by **liyang9331** September 27, 2021 ```js ctx.set('content-type', 'video/mp4');//设置返回类型 let stream = fs.createReadStream('./assets/test.mp4'); if (stream) {//判断状态 stream.on('open', function () { console.log('文件打开') }); stream.on('end', function ()...
**maptalks's version and what browser you use?** ---- **Issue description** ---- **Please provide a reproduction URL (on any jsfiddle like site)** ----
 The inference speed of each frame is very slow, and the graphics card is NVIDIA's RTX 3060 12GB
 node.js 版本:16.19.0
### Summary How to package 32-bit sqlite on a Win10 64 bit system ### Proposed implementation How to package 32-bit sqlite on a Win10 64 bit system
**编译平台** HbuilderX **VUE版本** vue2 **运行平台** App **z-paging版本** 2.8.7 **问题描述** 使用虚拟列表无法展示滚动条