Intellij IDEA 14 作为Java IDE 神器,接触后发现,非常好用,对它爱不释手,打算离开eclipse和myeclipse,投入Intellij IDEA的怀抱. 然而在使用的过程中会发现Intellij IDEA也有一些不尽如意的地方,难免会有些不爽:Intellij IDEA 的插件库远不及eclipse的丰富. mybatis-generator在eclipse中有专门的插件,而没有开发出Intellij IDEA能够使用的插件. 不过不用灰心,如果你的项目是使用mave…
If you're involved in web development and, for some reason, you haven't given a ride to IntelliJ IDEA 14.1 yet, this will talk you into doing it right away. Has it happened to you that you changed an HTML or an XML tag in your code and broke it becau…
用eclipse做前端开发,用到了webpack,结果各种依赖导致软件卡的一比,简直不能动!虽然在同事的帮忙下,修改了一下配置,但仍然卡的没脾气.改用intellij idea 14解决了卡的问题,但问题又来了,intellij idea 14不支持ES6语法!javascript 文件内到处飘红.后来在同事小白的帮忙下,解决了: file>settings>Lauguages & Frameworks>javascript 将javascript languages versi…
Java文件代码: import java.math.BigInteger;import java.util.Date;import java.util.Random;import java.util.Scanner;import java.util.zip.CRC32;public class KeyGen { public static short getCRC(String s, int i, byte bytes[]){ CRC32 crc32 = new CRC32(); if (s…