10 2023 档案
摘要:linux如何配置防火墙及其允许的端口 这里写的是centos7如何配置防火墙。copy from:https://www.myfreax.com/how-to-setup-a-firewall-with-firewalld-on-centos-7/ ,一切版权归属原作者。 正确配置的防火墙是整个系
阅读全文
摘要:copy from: https://www.digitalocean.com/community/tutorials/how-to-use-traceroute-and-mtr-to-diagnose-network-issues Introduction An important part of
阅读全文
摘要:firebase可以方便的提供api服务,但是是谷歌的服务,国内访问不好。 https://supabase.com/dashboard/projects 是一个替代服务,可以让你专注于demo产品的开发。官网说和next.js配对产品。 该产品可以快速创建db,并且开通基于jwt的api 这种产品
阅读全文
摘要:Starting from version 0.68, React Native provides the New Architecture, which offers developers new capabilities for building highly performant and re
阅读全文
摘要:copy from https://www.jianshu.com/p/2f1682081532 这篇写的很好。 01 nc netcat,简称nc,一款TCP/UDP网络连接的利器,可实现任意TCP/UDP端口的侦听,被称为“瑞士军刀”,可见其功能强大。 nc的选项较多,这里只介绍我们日常工作中可
阅读全文
摘要:copy from https://phoenixnap.com/kb/nc-command#:~:text=The%20Netcat%20(%20nc%20)%20command%20is,using%20either%20TCP%20or%20UDP. Introduction The Netc
阅读全文
摘要:这篇文章很好,介绍了how word2vec works. https://gist.github.com/aparrish/2f562e3737544cf29aaf1af30362f469 非常棒的一篇文章,作者介绍了vector如何计算的,也介绍了几个常用的库,这些库可以用来得到vectors,
阅读全文
摘要:for useState(), see: https://www.freecodecamp.org/news/usestate-vs-redux-state-management/ 另外请记住,更新state是asynchronous的,意味着如果刚set了state就读取其值,这个值应该还是old
阅读全文