摘要: 错误提示如下: remote: You must verify your email address. remote: See https://github.com/settings/emails. fatal: unable to access 'https://github.com/yourna 阅读全文
posted @ 2022-03-26 16:21 karezi 阅读(277) 评论(0) 推荐(0)
摘要: STEP1:读取待识别硬盘的UUID 确定硬盘名称:例如Untitled $ diskutil info /Volumes/Untitled | grep UUID Volume UUID: 123F456C-E7E8-9FF0-A123-E45CF6789FD0 STEP2:修改模式 OS X默认 阅读全文
posted @ 2022-03-26 16:16 karezi 阅读(202) 评论(0) 推荐(0)
摘要: 安装 更新apt安装源 $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-nginx(不一定奏效) 安装软件 $ sudo apt-get 阅读全文
posted @ 2022-03-26 16:11 karezi 阅读(526) 评论(0) 推荐(0)
摘要: 新建文件 新建 Modules Ctrl+Shift+Alt+T 编写代码 生成 Alt+Insert 导入缺失 Alt+Enter 自动填充变量 .var或者Shift+Alt+V 添加try/catch等的快捷键 Ctrl+Alt+T 删除一行 Ctrl+Y 重写接口实现类 Ctrl+I 重写父 阅读全文
posted @ 2022-03-26 15:19 karezi 阅读(850) 评论(0) 推荐(0)