摘要:
log.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()//Planet.name = "Pluto" illegalPlanet... 阅读全文
摘要:
log.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet()//Planet.name ... 阅读全文
摘要:
log.info "starting"// we use class to create objects of a classPlanet p1 = new Planet()Planet p2 = new Planet()Planet p3 = new Planet()p1.name = "ear... 阅读全文
摘要:
In order to make the codes looks unified and make it easy to understand, it's better to use the same formatter for our code, the xml is the standard f 阅读全文