摘要:
官方参考文档: http://sqoop.apache.org/docs/1.4.6/index.html Sqoop介绍 Sqoop is a tool designed to transfer data between Hadoop and relational databases or mai 阅读全文
摘要:
1 /** 2 * Created by Edward on 2016/6/30. 3 */ 4 public class TestEnum { 5 6 //方法一 7 public enum SexEnum{ 8 MALE,FEMALE; 9 } 10 11 //方法二 12 public enum SexE... 阅读全文