Wei Chen
Wei Chen
运行单元测试中/** * @Inject() * @var AccessLogService */ 注入的不能正确加载,提示为null
Error: Call to a member function test() on null
[ERROR] Coroutine internal error: The pool of `App\Model\Entity\Users` entity is not defined or empty At File /data/api/vendor/swoft/db/src/EntityRegister.php line 175
不能,可以先关闭数据库连接池试试看
用channel 控制并发
index.js 文件中修改为 handlePaste(evt) { if (evt.clipboardData && evt.clipboardData.items && evt.clipboardData.items.length) { this.readFiles(evt.clipboardData.items, dataUrl => { const userAgent = navigator.userAgent; if (userAgent.indexOf('Firefox') > -1) { const selection = this.quill.getSelection(); if (selection)...