zoukankan      html  css  js  c++  java
  • Mac pro 安装IntelliJ IDEA 2017版

    1、官网下载这个版本https://www.jetbrains.com

    2、点击下载即可

    3、下载好后放入本地

    4、启动mac终端进行破解

            输入命令:sudo vim /private/etc/hosts 
        在文件夹中添加: 
            0.0.0.0 account.jetbrains.com 

        windows版在目录

                     C:WindowsSystem32driversetchosts 路径下找到hosts文件

        加入  0.0.0.0 account.jetbrains.com 

     1 # Copyright (c) 1993-2009 Microsoft Corp.
     2 #
     3 # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
     4 #
     5 # This file contains the mappings of IP addresses to host names. Each
     6 # entry should be kept on an individual line. The IP address should
     7 # be placed in the first column followed by the corresponding host name.
     8 # The IP address and the host name should be separated by at least one
     9 # space.
    10 #
    11 # Additionally, comments (such as these) may be inserted on individual
    12 # lines or following the machine name denoted by a '#' symbol.
    13 #
    14 # For example:
    15 #
    16 #      102.54.94.97     rhino.acme.com          # source server
    17 #       38.25.63.10     x.acme.com              # x client host
    18 
    19 # localhost name resolution is handled within DNS itself.
    20 #    127.0.0.1       localhost
    21 #    ::1             localhost
    22 0.0.0.0 account.jetbrains.com
    View Code

    5、进入官网http://idea.lanyus.com

        点击获取注册码

    把生成的注册码粘贴到idea启动后的注册位置即可。

  • 相关阅读:
    idea 设置注释
    SVN解决冲突
    mysql执行 sql文件遇到USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=utf8错误
    如何查看JDK以及JAVA框架的源码
    一道常被人轻视的前端JS面试题
    Js 常用调试的方法
    主要的Ajax框架都有什么?
    Ajax使用的五步法
    Java正则表达式
    查出在当天所处的日期区间的某些数据
  • 原文地址:https://www.cnblogs.com/liuyangfirst/p/8320364.html
Copyright © 2011-2022 走看看