idea use, crack, mybatis plugin use crack

The latest activation method of idea: http://blog.csdn.net/zx110503/article/details/78734428

2017.2 version can be used for registration. The 2017.3 version must use the latest registration method

Idea shortcut key usage summary[/size] [size=medium;]
The idea shortcut key uses pvsm to automatically generate the main function sout and automatically output System.out.println()
The function control +shift +f searches globally for commcat + n.
Quickly search for the desired class alt +f7 means to quickly see who is calling this method
ctrl +d means to quickly add a line
Ctrl+Alt+L Format code
Ctrl+Alt+O Optimize imported classes and packages
ctrl +x means cut off a line when it is cooked
ctrl +d to quickly locate historical changes
ctrl + shift + \ quick comment twice in a row means the comment is canceled,
ctrl + y in the sql statement to quickly delete this line
alt+enter quick fix,
Import package shift+F6 refactoring-rename ctrl+R replace text
Ctrl+F Quick Find ctrl+E Open recently opened files
ctrl+space code prompt Alt+F1
Find the location of the code ctrl+b to quickly find the source of the variable
F3 down to find where the keyword appears
ctrl+alt+o Quickly delete unreferenced war packages shift^2 Quickly find global files
In the mac system, ctrl is generally replaced by the commct key



[size=x-small;] IDEA commonly used plugin tool name [/size]


Grep Console startup code error message color distinction
Database database management tool GsonFormat json formatting tool
CheckStyle-IDEA Check code formatting
FindBugs-IDEA bugs analysis
Maven Helper maven dependency structure
BashSupport syntax quick location
Mybatis database automatically generates plug-ins
GsonFormat json formatting tool


IDEA common shortcut keys reference: http://lavasoft.blog.51cto.com/62575/97730


mybatis plugin plugin crack

https://github.com/luyanliang/profile/blob/master/idea/plugin/MybatisPlugin/Mybatis-Plugin %E6%8F%92%E4%BB%B6%E5%AD%A6%E4%B9%A0%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95.txt


After the latest mybatis plugin revision, there is no way to crack it on the Internet. I can take the previously cracked one and use it to crack the new idea. 
Step 1 Download http://daimajia.iteye.com/admin/blogs/2364457/edit and put it under the idea directory and change the name to mybatis_plus. (My directory: ./Library/Application\ Support/IntelliJIdea2017.3/mybatis_plus/) Then restart idea, then go to the plugin I installed to start the plugin. The following figure, Run as mybatis Generator, appears and the installation is successful. This version is mainly applicable to versions above 2017




mybatis plugin configuration file :mybatis-generator.xml


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE generatorConfiguration PUBLIC
        "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN"
        "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd" >
<generatorConfiguration>

    <!-- !!!! Driver Class Path !!!! -->
    <classPathEntry location="/Users/a56832357/Library/Preferences/IntelliJIdea2017.2/jdbc-drivers/MySQL Connector/J/5.1.40/mysql-connector-java-5.1.40-bin.jar"/>

    <context id="context" targetRuntime="MyBatis3">
        <commentGenerator>
            <property name="suppressAllComments" value="false"/>
            <property name="suppressDate" value="true"/>
        </commentGenerator>

        <!-- !!!! Database Configurations !!!! -->
        <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/pingxing_new"
                        userId="root" password=""/>

        <javaTypeResolver>
            <property name="forceBigDecimals" value="false"/>
        </javaTypeResolver>

        <!-- !!!! Model Configurations !!!! -->
        <javaModelGenerator targetPackage="com.jiayu.pingxing.core.dao.dto" targetProject="pingxing-core">
            <property name="enableSubPackages" value="true"/>
            <property name="trimStrings" value="true"/>
        </javaModelGenerator>

        <!-- !!!! Mapper XML Configurations !!!! -->
        <sqlMapGenerator targetPackage="mapper" targetProject="pingxing-core">
            <property name="enableSubPackages" value="true"/>
        </sqlMapGenerator>

        <!-- !!!! Mapper Interface Configurations !!!! -->
        <javaClientGenerator targetPackage="com.jiayu.pingxing.core.dao" targetProject="pingxing-core" type="XMLMAPPER">
            <property name="enableSubPackages" value="true"/>
        </javaClientGenerator>
        <!-- !!!! Table Configurations !!!! -->
        <table tableName="px_source_channel_reward" enableCountByExample="false" enableDeleteByExample="false"
               enableSelectByExample="false"
               enableUpdateByExample="false"/>
    </context>
</generatorConfiguration>





Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326443122&siteId=291194637