狼愛上貍

          我胡漢三又回來了

          安裝intelliJ IDEA2018.3

          1.https://www.jetbrains.com/idea/download/previous.html 下載2018.3.6版本;

          2.在網盤開發軟件下載JetbrainsCrack_jb51.rar軟件,里面包含了JetbrainsCrack-4.2-release-enc.jar文件。
          3.將解壓的.jar 破解補丁放在你的安裝idea下面的bin的目錄下面。如C:\JetBrains\IntelliJ\bin
          4.在安裝的idea下面的bin目錄下面有2個文件 : 一個是idea64.exe.vmoptions,還有一個是idea.exe.vmoptions。用記事本打開 分別在最下面一行增加一行:
          -javaagent:C:\JetBrains\IntelliJ\bin\JetbrainsCrack-4.2-release-enc.jar
          5.重啟一下軟件,在進入出現有active code選擇界面的時候,隨便輸入幾個字母即可,能夠進入應用界面則表示安裝破解成功。

          posted on 2019-06-11 09:33 狼愛上貍 閱讀(256) 評論(3)  編輯  收藏 所屬分類: Blockchain

          評論

          # re: 安裝intelliJ IDEA2018.3 2019-06-15 16:53 狼愛上貍

          6 為了能在IDEA里編譯sol智能合約文件,需要安裝nodejs文件,下載地址:
          https://nodejs.org/en/download/
          7.安裝后,cmd -> powershell
          8.npm install --global --production windows-build-tools
          9.npm install -g solc
          10.命令行里輸入solcjs輸出Must provide a file.即為成功。  回復  更多評論   

          # re: 安裝intelliJ IDEA2018.3 2019-06-15 17:00 狼愛上貍

          11.配置IDEA。打開File-Setting-Tools--External Tools,右邊區域點擊+號
          12.Name:solidity
          Program:solcjs.cmd
          Arguments:--abi --bin $FileName$ -o $FileDir$
          Working directory:$FileDir$
          13.輸入:
          pragma solidity ^0.5.9;
          contract HelloWorld{
          string public name = "jonson";

          function getName() public view returns(string memory){
          return name;
          }

          function changeName(string memory _name) public{
          name = _name;

          }

          function testPure(uint a,uint b) public pure returns(uint){
          return a+b;
          }
          }
          14.Tools-External Tools->solidity
          15.輸出結果:
          Process finished with exit code 0
          16.在C:\Users\Administrator\IdeaProjects\1下,多了2個文件,test_sol_HelloWorld.abi和test_sol_HelloWorld.bin文件,即為成功。  回復  更多評論   

          # re: 安裝intelliJ IDEA2018.3 2019-06-15 22:54 狼愛上貍

          17.修復縮進問題。全選,然后按Ctrl+Alt+I。  回復  更多評論   

          主站蜘蛛池模板: 奎屯市| 江口县| 长兴县| 旬邑县| 湖南省| 蒲城县| 平泉县| 泗洪县| 阜南县| 岑溪市| 双峰县| 英山县| 夏津县| 城口县| 汕尾市| 永昌县| 清新县| 涟源市| 淮阳县| 连江县| 军事| 呈贡县| 乐陵市| 惠来县| 饶阳县| 加查县| 无锡市| 石屏县| 舒兰市| 潼南县| 怀安县| 武汉市| 淳化县| 北辰区| 商城县| 荔波县| 文山县| 临潭县| 灵丘县| 长治县| 香河县|