ubuntu16 Intellij Idea Install&config】的更多相关文章

1,下载idea二进制文件,有免费和不免费的. https://www.jetbrains.com/idea/download/#section=linux 2,解压下载文件. tar -xvzf ../Downloads/ideaIU-2017.2.1.tar.gz -C ~/dev_soft/ 3,执行bin目录idea-IU-172.3544.35/bin/idea.sh就开始安装. ./idea.sh 4,安装后就可以正常使用了.可以将快捷键锁定到启动器Lock Launcher. 配置…
项目中用到lombok,idea会出现类似编译报错的红色,但并不影响运行.所以为了没有类似警告,就在idea上安装lombok插件.file-settings 安装完成之后,按照提示重启idea,问题解决. lombok简介: Lombok是可以在pojo,enum不用写get,set,toString,equals,hashcode,Construct. 而是在编译时帮助项目生成以上代码.生成依据是lombok的注解 •Lombok不是通过字节码改写来实现的. 它主要是用编译器内支持的anno…
1,下载jdk文件 http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html 2,解压JDK文件 tar -xvzf jdk-7u80-linux-x64.tar.gz 3,配置jdk环境变量.编辑/etc/profile并添加环境变量 sudo gedit /etc/profile 在文件最后添加,JAVA_HOME是解压后的目录 JAVA_HOME=/h…
MEGENTO . 2.2.3 .   支持  PHP version is 7.0.2|7.0.4|~7.0.6|~7.1.0 虚拟机主机配置 环境扩展配置 其他错误 httpd-conf  —— xuying.conf( 个人习惯:可以参考本文下方的配置加入虚拟主主机配置 ) # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that g…
1. Download PGP key in order to pass the authentication of the nginx repository signature. click to download PGP_KEY . after that execute the command to add PGP_KEY $ sudo apt-key add nginx_signing.key 2. Replace the string codename with Ubuntu distr…
Failed building wheel for Twisted inculde/site/python3./Twisted failed with error code in tmp/pip-install-y4-0q..... sudo apt-get install build-essential libssl-dev libffi-dev python3.5-dev# 或者 sudo aptitude install python3.5-dev pip install scrapy 搞…
im:http://jingyan.baidu.com/article/08b6a591cb06f114a8092209.html http://www.cnblogs.com/zknublx/p/5946227.html http://blog.csdn.net/blueheart20/article/details/51901867 java :http://jingyan.baidu.com/article/c33e3f48a3365dea15cbb5c9.html http://www.…
可以通过命令直接安装,我还是用文件安装. 1,下载apache-maven-3.5.0-bin.tar.gz二进制压缩文件 https://maven.apache.org/download.cgi 2,解压maven tar -xvzf apache-maven-3.5.0-bin.tar.gz 3,配置maven环境变量,编辑/etc/profile文件 #set maven enviroment M2_HOME=/home/evan/dev_soft/apache-maven-3.5.0…
he installation on Linux is traditionally more complicated. I wonder why people complain about the low number of Linux desktop users.  The IntelliJ IDEA download page mentions only two steps: unpack the “ideaIU-XX.Y.Z.tar.gz” file using the command “…
原文地址: http://ndever.net/articles/linux/install-openbox-ubuntu-1304-1310 openbox是我用过的轻量窗口中最好用的了. Step One -安装必要的包 需要安装下面的包. There's a myriad of other packages we could of used but these works for me: openbox - Window manager obmenu - Openbox GUI menu…