摘要:
在 Windows 下愉快地使用 SSH 生成 SSH key 使用 Ed25519 算法生成 SSH key > ssh-keygen -t ed25519 -C "your_email@example.com" 确认生成路径 Enter file in which to save the key 阅读全文
摘要:
Google API Design Guide 笔记 简介 在新项目框架搭建的初期,在如何制定接口设计规范问题上卡了壳,经过调研多种接口风格,最后选择了Google API Design Guide ,以下为学习笔记。 文档中的规范对要求级别的定义有(“必须”、“不得”、“必需”、“应”、“不应”、 阅读全文