- 博客(3)
- 资源 (5)
- 收藏
- 关注
原创 How to set JAVA_HOME on mac
$ vim .bash_profileexport JAVA_HOME=$(/usr/libexec/java_home)$ source .bash_profile$ echo $JAVA_HOME/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
2017-09-26 22:55:19 315
原创 OCP 关于enum的坑
1. Enum type can't be extended.2. Enum's constants must be declared on the first line of the enum type declaration.3, if there are more than constant declaration, the constant declaration must be
2017-07-17 01:22:35 433
原创 OCP 关于switch的坑
1. switch case 标签如果是enum type,那么必须使用enum 的值,不能有enum的类名.2. switch case 标签如果没有任何语句,那么就不需要分号结尾。3. switch case 的标签必须是唯一的而且是编译时常量。4. switch case 标签的类必须和switch 表达式的类一样。public class Vocation {
2017-07-17 01:09:54 337
learn javafx 8
2017-10-11
dynamic programming for interview
2017-09-11
Gradle Material
2017-09-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人