摘要: public class App { private static String driverName = "org.apache.hive.jdbc.HiveDriver"; public static void main(String[] args) throws SQLException { ... 阅读全文
posted @ 2016-01-14 15:09 HarkLee 阅读(2835) 评论(0) 推荐(0) 编辑
摘要: 1、Ctrl+Shift+O 引用包 2、Ctrl+Shift+F 格式化代码 3、Ctrl + / 注释和解除注释代码 4、Ctrl+M 代码最大最小化 5、ctrl+shift+r:打开资源 6、ctrl+o:快速outline 编辑 Ctrl+1 快速修复(最经典的快捷键,就不用多说了,可以解 阅读全文
posted @ 2016-01-14 10:29 HarkLee 阅读(225) 评论(0) 推荐(0) 编辑