ECLIPSE Turn Intellij Idea*eclipse is powerful, also used a good time, inadvertently found colleagues in using Intellij idea in a few times after the trial was attracted. Cool UI UI, more fool-friendly tips to greatly improve the speed of encoding.
Intellij Idea Note 11, about the registration code Key:huangweivalue:
97493-G3A41-0SO24-W57LI-Y2UGI-JGTU2http://blog.csdn.net/henren555/article/details/43406479 above this blog mentioned about registration code 2, select UI theme, I think a lot of people will choose "Darcula", Of course you can choose the other this setting is usually set at the time of first use, if not set now. Find "settings" → "appearance" and then find Theme3 on the right, some basic optimization settings for idea refer to these data http://chenjingbo.iteye.com/blog/1873677/HTTP/ Jingyan.baidu.com/article/fd8044fad2edcf5030137a67.html?st=5&net_type=&bd_page_type=1&os=1&rst = 4, after the setup is complete, start downloading the project from SVN
* Note here that you should first remove idea's own default settings for subversion "Settings" → "version control" → "subversion" before you begin
Remove the check box selection.
For example, click Subversion, and then enter your own connection to start the download project.
3, download the completion of the project, start some settings and configuration before the premise is that you have completed the idea of some basic settings, such as: Jdk,tomcat everything has been configuredSelect "File" → "Project Settings" → "modules"(1) project can specify your JDK here(2) Modules here, sources and paths can set themselves according to their preferences, and I am not moving here. This is where project dependencies are set
DependenciesClick the small green plus sign to add jdk,lib and some external packages you need. (3) Artifactsabout the packaging settings, here is the more important. Select the tab and then click the plus signSelect "Web appliaction explor" to select your own project. tick: Build on Make
"Set the compilation specification for idea" If you do not set this step, you may start with a file that can be encoded normally in eclipse, not here, then do the following: "Settings" → "build,execution,deployment" → "Compiler" → "java Compiler"
Here SVN project should be able to run up, of course, to do some of the previous basic settings.
From for notes (Wiz)
ECLIPSE turn? Intellij idea