一.阿里巴巴笔试题: public class T implements Cloneable { public static int k = 0; public static T t1 = new T("t1"); public static T t2 = new T("t2"); public static int i = print("i"); public static int n = 99; public int j = print(&q
Idea CheckStyle 安装 1. 安装CheckStyle a) 下载idea checksytle 插件 b) 打开Idea的 Settings –>Plugins -> Install plugin from disk 注:也可以,直接 Settings –>Plugins -> Browse repositories 搜索 checkstyle 然后直接在线安装.当然如果你的网速够快的话. 2. 配置checkstyle a)