本文转自xirong,已获得原作者授权,如需转载,请与原作者联系 说明: 个人在学习Git工作流的过程中,从原有的 SVN 模式很难完全理解Git的协作
基本概念 四度空间: 工作区:Workspace 就是你在电脑里能看到的目录 暂存区: Index/Stage/Cached 英文叫stage, 或index。一般存放在 “.g
什么是Restful? REST这个词,是Roy Thomas Fielding在他2000年的博士论文中提出的。 Fielding是一个非常重要的人,他是H
问题描述 如果项目是多模块,如果只想打包某一模块,会出现找不到依赖的错误提示。 项目结构如下: A: ----B ----C ----D 如果想只打包C模块,可以执行以下命令: mvn -pl
> Configure project :core Checking the license for package Android SDK Platform 28 in /opt/android/sdk/licenses Warning: License for package Android SDK Platform 28 not accepted. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':core'. > Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-28 Android SDK Platform 28 To build this project, accept the SDK license
安装python必须的依赖 sudo pip install jedi elpy rope pylint emacs配置 在~/.emacs.d/路径新建文件init.el 添加以下配置: (require 'package) (package-initialize) ;;配置包管理列
含义 C -> CTRL M -> ALT S->SHIFT 基本命令 快捷键 含义 快捷键 含义 C-x C-f 打开文件 C-x C-c 关闭emacs C-x C-s 保存文件 C-x C-w 当前缓冲区另存为 C-g 取消命令 C-x C-b 打开当前缓冲区列表