
mac os x
文章平均质量分 51
老实人张大傻
这个作者很懒,什么都没留下…
展开
-
Mac 下 Git 初始化并拉取 GitHub 项目
文章目录Git 初始化目录准备Git InitGit ConfigSSH Key 生成生成 key查看 key免密到 GitHubpublic key 到 GitHub测试 GitHub 连通性Git Clone扩展ssh-keygenssh-agent参考Git 初始化目录准备➜ ~ mkdir local_GitHub➜ ~ cd local_GitHubGit Init# 初始化➜ local_GitHub git init# 目录查看➜ local_GitHub git原创 2021-10-09 10:30:02 · 1825 阅读 · 0 评论 -
Markdown 表格语法
Markdown 表格语法文章目录Markdown 表格语法表格合并表格属性配置参考表格合并行合并<table> <tr> <td rowspan="3" > rowspan 是行合并,3 是合并 3 行</td> </tr></table> rowspan 是行合并,3 是合并 3 行 1.2 1.3 2.2 2.3 3.2原创 2021-09-29 12:05:48 · 789 阅读 · 0 评论 -
macOS 下 Python 开发环境搭建 -- VS Code 安装 && 配置
下载 VS CodeVS Code 官网下载对应的版本安装 VS Code安装 VS Code – 解压 zip将 Visual Studio Code.app 存放到应用程序中启动 Visual Studio Code安装插件插件安装 – Python 插件...原创 2020-04-18 19:55:39 · 1122 阅读 · 0 评论 -
macOS 下 Python 开发环境搭建 -- 命令行初始化 Python 开发环境
环境说明操作系统: macOS Catalina 10.15.4 Python 版本: Python 3.8.2终端: iterm 2创建 Python 工作目录➜ ~ mkdir -p python_workdir/pythontest在 Python 项目目录中创建虚拟环境➜ ~ cd python_workdir/pythontest➜ pyth...原创 2020-04-18 19:28:05 · 431 阅读 · 0 评论 -
iterm2 + oh my zsh 实现 macOS X 下炫酷终端
iterm2downloadinstall验证设置为默认终端iterm2 偏好设置打开偏好设置通用 – 启动通用 – 关闭通用 – 选择通用 – 窗口外观 – 通用外观 – 窗口外观 – 标签Profiles – 通用Profiles – ColorsBasic Colors: F...原创 2020-04-06 21:03:06 · 5078 阅读 · 1 评论 -
macOS 下 Python 开发环境搭建 -- Python 3.8 安装
Python 官网点击下载 – 选择操作系统选择版本安装包安装Python 验证原创 2020-04-06 16:17:40 · 4485 阅读 · 1 评论