前半段用idea,idea全部文件自動生成,entity全都采用注解,然后跟老師不一樣,很多操作沒法做,折騰了兩天,轉用eclipse,學完發現注解很好懂,又用回了idea。早知道就直接先用eclipse學完課程就不會浪費兩天時間了。希望后來的小伙伴能先學完課程,再去學注解。
2017-12-31
idea比myeclipse好用N倍,無論界面還是流暢度,還是jar包的支持,都沒有理由讓你不去使用idea,拋棄myeclipse吧
2017-12-27
Set<Student> list = new HashSet<Student>();
list.add(stu1);
list.add(stu2);
g.setStudents(list);
list.add(stu1);
list.add(stu2);
g.setStudents(list);
2017-11-15