yiGmMk / comment_blog

the comments of www_programnotes_cn
0 stars 0 forks source link

日常采集 | ProgramNotes #55

Open yiGmMk opened 3 years ago

yiGmMk commented 3 years ago

https://programnotes.cn/%E5%80%BC%E5%BE%97%E4%B8%80%E7%9C%8B/

其他 国光 https://www.sqlsec.com/

yiGmMk commented 2 years ago

es : http://www.macrozheng.com/#/technology/product_search https://mp.weixin.qq.com/s/cohWZy_eUOUqbmUxhXzzNA

yiGmMk commented 2 years ago

RabbitMq实现实时消息 http://www.macrozheng.com/#/reference/rabbitmq_mqtt_start

yiGmMk commented 2 years ago

ci/cd 构建 https://www.tapd.cn/forum/view/92964

yiGmMk commented 2 years ago

go官方文档 https://golang.google.cn/doc/diagnostics 标准库图像处理 https://golang.google.cn/pkg/image/ 标准库使用 http://books.studygolang.com/The-Golang-Standard-Library-by-Example/chapter01/01.1.html

yiGmMk commented 2 years ago

image包使用 https://golang.google.cn/blog/image

yiGmMk commented 2 years ago

supervisor 管理服务出现too many open files,每个默认最大能开1024个fd,设置及重启:

  1. https://www.cnblogs.com/greyzeng/p/14297258.html
  2. https://blog.csdn.net/yzlaitouzi/article/details/108531326
yiGmMk commented 2 years ago

https://segmentfault.com/a/1190000022530075

yiGmMk commented 2 years ago

计算机世界的时间: https://segmentfault.com/a/1190000004292140

yiGmMk commented 2 years ago

负载测试工具 Fortio

yiGmMk commented 2 years ago

参考wsl github repo issue:=> https://github.com/Microsoft/WSL/issues/1688#issuecomment-532767317 wsl 2 ,ulimit -n 65535 设置报错=>

ulimit: Permission denied when changing resource of type 'Maximum number of open file descriptors'

修改 /etc/security/limits.conf 的配置,再su username切换到当前用户就会生效