Yun Dou

Results 98 comments of Yun Dou

sth for fun: live danmaku + live video(hls) [DPlayer with wilddog.com](http://dixyes.github.io/hlsww.html) [DPlayer with mqtt (gist code only,a mqtt broker needed)](https://gist.github.com/dixyes/260be4b8845cef3acd10204c1b2a6056) (only simple code for fun, but you can make your...

> @twose 我也是不懂,即便mongodb没有提供多路复用的支持,你们就想办法支持呗,mysql都可以,这有啥的,所以你们赶紧的开发,开发完了,赶紧的壮大,壮大后开始商用,时间是不等人的 即便轮船没有提供飞机的翅膀,你们就想办法支持呗,水上飞机都可以,这有啥的,所以你们赶紧的开发,开发完了,赶紧的壮大,壮大后开始商用,时间是不等人的 在想办法了 在想办法了

seem like CJK malformed chars: #666 #593 check if these malformed chars in your encoding contains these special bytes

It's same problem: ```python >>> 'я'.encode() b'\xd1\x8f' # which become b'\xd1?' in jars >>> 'с'.encode() b'\xd1\x81' # which become b'\xd1?' ```

I cannot build jars with malformed lang file at my own pc, however, I found a maybe-related issue at https://github.com/matthewprenger/CurseGradle/issues/9 ,was fixed at https://github.com/matthewprenger/CurseGradle/pull/18 If this cause that problem, just...

支持的格式是浏览器原生支持的和mse提供的扩展(常见的有flv和hls)详情参见dplayer文档 http://dplayer.js.org/#/home 至于url格式 你想要啥啊

如果你用了post_asset_folder的话, 出现蜜汁错误 那可能是 #21 见发错地方的反馈 https://github.com/MoePlayer/DPlayer/issues/31#issuecomment-384493027 我的锅 试试 fd96a57a56356aeab64d3dba685f48cc292736b5

hexo g之后看看public文件夹有没有相关文件 如果有 那可以正常使用 如果没有 我又写bug了 提供具体信息我来找找问题在哪

> 有没有考虑过用php写一个mongodb的客户端?目前我正在使用php处理bson部分[php-bson](https://github.com/xywf221/php-bson) 虽然但是,bson这部分纯CPU负载的话,可以考虑使用[mongo扩展的bson](https://www.php.net/manual/en/book.bson.php)或者ffi+libbson

> > > 我有一个tn3399的板子处理器是rk3399,之前有位网友也研究过这个,说的是hdmi 输出跟 波特率有关系。 而且他有截图给我看看他的界面,并启动win10 arm,不过启动的时候有一个dll 错误。 我可没这么说 我说这个edk里面用的不是默认的1.5M所以串口里一直看不见输出让我以为这个实现是坏的。。。我的截图也很明显是putty的截图,不是hdmi视频采集出来的 (我的那个win启动界面是用uboot直接bootefi bootmgfw.efi出来的,报错跟uboot实现有关,与这个项目也没啥关系) The baud rate setted in this repo is 115200 not 1.5M, so I cannot find any output...