scottMan1001

Results 9 comments of scottMan1001

> I had the same problem when I realized that the default font was using `Font-Awesome` which I didn't have. If you don't have `Font-Awesome` installed, which you don't seem...

$('#topic_list .user_avatar>img').each(function (idx, element) { var $element = $(element); items2.push({ author: $element.attr('title') }); }); items.map((item,index)=>{ item.author = items2[index].author }) 多此一举了。。重新找了作者的selector.在 作者基础代码上加入了上述代码。

> @ scottMan1001那你们现在有什么比较好的方案?目前我们是后台用ffmepg将H265 H264转为,前端用flv.js播放。但是这样对服务器的CPU消耗特别大,比如普通酷睿i7电脑,源监控视频流是1080的, > 转码一路视频流就需求消耗百分之10几的CPU,内存占用快200M;如果并发量高点,比如20个,服务器根本抗不住,难道只能靠上硬件了? 我给后台的建议就是让他们把H265转H264- - ,,看来你们走了更快的。。你们现在是如何解决呢

Object.assign 生成的新对象,使用严格比较。结果为FALSE, 它不是浅拷贝吗

seems like JQGrid , its colunms has an key called hidden , it will not show the header . If some one could add this feature ,Thanks a alot

> Still happening after bumping library versions > > ``` > "@babel/core": "^7.21.3", > "@babel/preset-react": "^7.18.6", > "babel-loader": "^8.3.0", > "external-remotes-plugin": "^1.0.0", > "html-webpack-plugin": "^5.5.0", > "webpack": "^5.76.2", > "webpack-cli":...

> I have autoCleanupSourceBuffer on. I have tested it thoroughly and can say it does not work properly. The streams still stop with console messages such as: > Maximum buffering...