electron-android cordova

Posted by 夏泽民

改造可行性: electron应用也是在web项目上套了一层应用壳而已,所以移植到混合应用hybird上面,通过webview支持web显示也是可行的,所以!改造只要在浏览器上面跑得通就行!但是有些功能可能会稍有不同,需要做依据需求删除。



dat

Posted by 夏泽民

https://linux.thai.net/~thep/datrie/datrie.html



buffer pipe

Posted by 夏泽民
  1. 难以用 string,或者 byte 数组 收集数据
  2. 数据Source 端,不断的有数据产生
  3. 数据缓冲,如果占有的 内存太多, 可能导致 服务崩溃


buf

Posted by 夏泽民

把整个文件读到 buf 里,当文件很大时,就会占用很多内存。在 golang 里可以使用io.Pipe 来优化内存占用



bash

Posted by 夏泽民

bash的«, «<, < <()用法



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