上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: Starting from version 0.68, React Native provides the New Architecture, which offers developers new capabilities for building highly performant and re 阅读全文
posted @ 2023-10-24 15:48 saaspeter 阅读(26) 评论(0) 推荐(0) 编辑
摘要: copy from https://www.jianshu.com/p/2f1682081532 这篇写的很好。 01 nc netcat,简称nc,一款TCP/UDP网络连接的利器,可实现任意TCP/UDP端口的侦听,被称为“瑞士军刀”,可见其功能强大。 nc的选项较多,这里只介绍我们日常工作中可 阅读全文
posted @ 2023-10-23 09:23 saaspeter 阅读(60) 评论(0) 推荐(0) 编辑
摘要: copy from https://phoenixnap.com/kb/nc-command#:~:text=The%20Netcat%20(%20nc%20)%20command%20is,using%20either%20TCP%20or%20UDP. Introduction The Netc 阅读全文
posted @ 2023-10-22 23:08 saaspeter 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 这篇文章很好,介绍了how word2vec works. https://gist.github.com/aparrish/2f562e3737544cf29aaf1af30362f469 非常棒的一篇文章,作者介绍了vector如何计算的,也介绍了几个常用的库,这些库可以用来得到vectors, 阅读全文
posted @ 2023-10-13 14:16 saaspeter 阅读(8) 评论(0) 推荐(0) 编辑
摘要: for useState(), see: https://www.freecodecamp.org/news/usestate-vs-redux-state-management/ 另外请记住,更新state是asynchronous的,意味着如果刚set了state就读取其值,这个值应该还是old 阅读全文
posted @ 2023-10-09 15:21 saaspeter 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 在网站的网页中更新位置,发现即便我用了proxy,该网站还是能给出我的定位?(即便我用了隐私窗口模式)。 1)关闭浏览器的定位功能,在mac系统中可以不让浏览器获取位置,这样该网站就不能获取定位了。 阅读全文
posted @ 2023-09-11 17:12 saaspeter 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ECC 椭圆加密算法 ECDH:其中DH代表交换密钥的DH算法,所以这个代表是椭圆曲线实现的DH ECDSA:DSA代表数字签名,所以这个代表用椭圆曲线实现的DSA 其原理部分涉及了:Discrete Logarithm Problem ,阿贝尔群,模运算等数学知识,我不懂,暂时没有学习。 如果想深 阅读全文
posted @ 2023-09-07 17:35 saaspeter 阅读(54) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=YEBfamv-_do#t=02m37s 这个video很好地解释了DH算法的原理,简单清晰。需要稍微了解些取模运算的知识:参见:https://www.khanacademy.org/computing/computer-scienc 阅读全文
posted @ 2023-09-07 16:26 saaspeter 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 我的ubuntu机器只有10G,pip安装sentence_transformers的时候提示空间不足,这真是个耗磁盘大户,至少2G。 于是我就想办法清理空间,发现有几处可以清理: 1. /tmp,这里是临时文件 2. /var/log, 服务器运行log,可能较大 3. 清理snap库。参见:ht 阅读全文
posted @ 2023-08-05 00:29 saaspeter 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 以下文章非常好的解释了python中的async wait的用法。copy自:https://fastapi.tiangolo.com/async/#in-a-hurry Details about the async def syntax for path operation functions  阅读全文
posted @ 2023-08-03 21:12 saaspeter 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页