Tiny Habits: Introduction Vocabulary word meaning word meaning mighty 强大的,巨大的 alarming 令人担忧的 keep promise to xx 遵守和xx的诺言 follow xx to the letter 严格按照指示做 step on stage 上场,登上舞台 get one’s act together 振作精神 attempt at 2024-08-03 Books #English
youtube clone 问题合集 Firebase CLI Login Failed …request was rejected or an error occurred… terminal 上输入firebase login之后,等待连接后浏览器上显示 解决方法 设置 http_proxy 和 https_proxy 12export http_proxy=http://127.0.0.1:7890export https_p 2024-07-14 Projects #youtube #network
链表常见题目 常见题目 160 https://leetcode.cn/problems/intersection-of-two-linked-lists/ 206 https://leetcode.cn/problems/reverse-linked-list 142 https://leetcode.cn/problems/linked-list-cycle-ii 160 https://fakelee 2024-06-10 CS #leetcode
添加谷歌账号登录方式-supabase 前提条件 已经创建了一个next.js项目 配置 在supabase上创建一个新项目 google cloud创建OAuth google cloud创建一个新的项目,搜索OAuth找到OAuth Consent Screen,User Type选择external并创建。如果已有app可以edit the app重新编辑。 创建OAuth client 左侧栏Credentials创 2024-04-17 Projects #youtube #supabase