Install registration: Need to add "0.0.0.0 account.jetbrains.com" to the Hosts file in the computer (Win7 hots: path--c:\windows\system32\drivers\etc;)
Then copy the registration code in the http://idea.lanyus.com/,
Menu Help Register ... Select Activation code to paste below
http://blog.csdn.net/gnail_oug/article/details/53977118
Coding problem I'm using 64-bit.
At the end of the Idea64.exe.vmoptions file, add the code hint for-dfile.encoding=utf-8 idea, and you can enter the first letter in sequence, such as:
The Main method enters PSVM (is the public static void main first letter), the input sysout prompts the printing method; SB prompts Stringbuffer,stringbuild.
Ctrl+j Code Hints
alt+/Word complement
Ctrl+x Delete Rows
Ctrl+d Copy Rows
Ctrl+z recall the previous action
Ctrl+shift+up/down code moves up/down
Ctrl+shift+alt+n find a method or variable in a class
Shift+f6 Refactoring-Renaming
Ctrl+r Replace text
Ctrl+f Find text
ALT + RETURN import package, automatic correction
CTRL + N Lookup Class
Ctrl+shift+n Find Files
Ctrl+alt+l Format Code
Ctrl+alt+o optimization of imported classes and packages
Alt+insert generate code (e.g. Get,set method, constructor, etc.)
ALT + Up/down Fast move positioning between methods
F2 or SHIFT+F2 highlight error or warning quick positioning
This item is set to open Project Structure (ctrl+alt+shift+s or toolbar sttings icon to the right of the project Structure icon)
Set JDK File "project structure" SDKs can add JDK. Tomcat is configured once for each project
Or after you've built the project, click the inverted triangle selection "Edit Config ..." In the status bar, "Tomcat Server", select "Local" and choose the Tomcat folder location. Deployment tab, click the plus sign to select the second (indeterminate), and then locate the folder in your project where the Web is located, and select it. The following "application context" name is free, but "/" can not be lost, then select and then click "OK" Display toolbar: View toolbar The Settings button is often used
Settings appearence&behavior>appearance You can set the theme and font size
Setting "Editor is the setting of the code editing area. Automatic Guide Package default IntelliJ idea is not the ability to turn on automatic import packages
Setting "editor" General "Auto import" tick optimize imports on the fly and add unambiguous imports on the fly. Remove Save mode File "Power Save mode Configure Maven Settings" Build,execution,deployment>maven
You can select the address of MAVEN and the Settings.xml file is configured for each project if it is created using a template.
(Idea is required network configuration, so if it is an intranet agent, to accompany the value idea of the proxy server)
It's possible to go back to the settings "Build,execution,deployment>maven" runner VM
Option Add dmaven.multimoduleprojectdirectory= $M 2_home
You can see the SRC folder in your project.
There are no more problems if you create quickly.
http://blog.csdn.net/qq_32588349/article/details/51461182
Create Project IDE and cache, you need to refresh in MAVEN projects on the right side of the window, load the configuration in the Pom, and then click on Maven Project's refresh button brush cache and SVN integration with the Add Jar's dependencies
SVN client (small turtle) installation (the process has a red X disk, to pull down to select a local installation, do not report X), and then bin in the Svn.exe file.
Settings "Version Control" subversion to fill in the Svn.exe, after OK.
The VCs in the menu bar Enable Version Control integration ... Choose Subversion.
http://blog.csdn.net/zhousenshan/article/details/50743304;
In the menu bar, vcs "Browse the VCS Repository" Browse Subversion repository...> can add SVN address, double-click address loading ... Will let you enter the password,
After downloading, you can see the catalog of items in SVN.
First check out the item to the workspace, and then import it into the current window.