My notes on Raspberry Pi
Headless setup (no external monitor or keyboard) Updated: according to the Raspibian … Read More>>
Headless setup (no external monitor or keyboard) Updated: according to the Raspibian … Read More>>
链表(Linked List)是计算机科学中最基础且高频的数据结构之一。在算法面试与实际开发中,链表问题主要考察指针操作的缜密程度与边界条件的处理能力。 虚拟头节点(Dummy … Read More>>
WIP 快速开始 设置个人信息 git config --global user.name <YOUR-NAME> git config --global … Read More>>
OAuth 2.0 是一种让第三方网站在不用知道你密码的情况下,安全获取你数据的授权方法。它的核心思想就是用令牌(Token)代替密码。为了让你轻松理解,我们先认识 4 个“小角色 … Read More>>
OIDC OpenID Connect — 在 OAuth 2.0 之上做身份认证(Authentication) OAuth 2.0 解决的是“授权 … Read More>>