IDEA配置和使用

版本控制

svn

  • IDEA版本控制工具不能使用
    1. VCS-->Enable Version Control Integration
    2. File-->Settings-->Plugins 搜索Subversion,勾選SVN和Git插件
    3. 刪除.idea文件夾從新生成項目
  • 安裝SVN客戶端,注意安裝TortoiseSVN時勾選安裝命令行工具
  • svn配置ignore文件:File->Settings->Version Control->Ignored Files中能夠指定對那些文件和文件夾排除在版本控制以外;
  • 解決文件提交衝突
  • 解決文件狀態異常
  • svn版本與format的關係,如何選擇format 1.7/1.8/1.9
  • SVN working copy format too old解決辦法Version Control -> Subversion working copy information窗口中升級格式

git

  • 安裝git
  • 配置github帳號

項目結構

  • Ctrl+Shift+Alt+S打開Project Structure界面

Maven

  • 添加阿里源
  • 批量清除下載失敗文件 [@echo](https://my.oschina.net/echolee1987) off rem 這是倉庫路徑 set REPOSITORY_PATH=E:\m\repository for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do ( del /s /q %%i ) pause

插件

  • redis可視化javascript

  • redis博客html

  • redis博客java

  • google Guicepython

  • lombokgit

  • javascript debugergithub

  • python 和 jutyter notebookredis

  • svn disconectide

  • alibaba代碼檢查svn

相關文章
相關標籤/搜索