junhua li
junhua li
期待交流
Orchard Core Framework,Orchard Core CMS 建议把模块化和多租户单独剥离出来,CMS不是必须的。
```bash curl -#LO https://raw.githubusercontent.com/FISCO-BCOS/FISCO-BCOS/master-2.0/tools/gen_node_cert.sh bash gen_node_cert.sh -c ../cert/agency -o newNode ``` 新增节点报: > error on line -1 of ../cert/agency/channel/cert.cnf 140376256989072:error:02001002:system library:fopen:No such file or directory:bss_file.c:175:fopen('../cert/agency/channel/cert.cnf','rb') 解决方案是: ```bash cp ../cert/agency/cert.cnf ../cert/agency/channel/...
使用以下命令压缩很快,虽然文件尺寸比较大 ffmpeg -allowed_extensions ALL -protocol_whitelist "file,http,crypto,tcp" -i XXXX.mp4.m3u8 -c copy ../XXXXX.mp4
将"http://"+this.host 更改为 window.location.protocol+"//"+window.location.host