1. 程式人生 > >GoLand安裝配置

GoLand安裝配置

目錄

下載

安裝

  • 1 安裝goland-2018.2.1.exe檔案,安裝完成後不要開啟
  • 2 安裝路徑如:D:\Program Files\JetBrains\GoLand 2018.2.1

破解

  • 1 下載破解檔案下的JetbrainsCrack.jar
  • 2 將JetbrainsCrack.jar放到安裝路徑下的bin目錄裡,即:D:\Program Files\JetBrains\GoLand 2018.2.1\bin
  • 3 同時開啟bin目錄下的goland.exe.vmoptions和goland64.exe.vmoptions檔案,加上一行程式碼做JetbrainsCrack.jar檔案的路徑指引:
    -javaagent:D:\Program Files\JetBrains\GoLand 2018.2.1\bin\JetbrainsCrack.jar

執行

  • 1 執行軟體選擇"Do not import settings", OK
  • 2 勾選“Activate”和“Activation code”,在下面的註冊碼方框裡輸入
    “www.sdbeta.com”,然後點選“OK”
  • 3 可以正常打開了

參考網址

GoLand配置

  • 1.去掉綠色波浪線:setting->Editor->Color Scheme->General->Typo
  • 2.儲存去除結尾空格,即點即輸功能:setting->Editor->General->Allow placement of caret after end of line勾去掉
  • 3.編輯檔案星號標識:setting->Editor->General->Editor Tabs
  • 4.去掉引數提示:setting->Editor->General->Apperance