
Java
把握现在
这个作者很懒,什么都没留下…
展开
-
类可以直接调用静态方法,对象调用非静态方法
public class Person { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Person p1=new Person(); p1.shout3(); Person.shout1(); Person.sho原创 2014-04-21 22:28:07 · 8221 阅读 · 0 评论 -
eclipse安装testng后第一次执行maven clean成功,maven test也成功第二次执行maven clean报错解决方法:
右键项目Maven-Update Project原创 2017-12-18 16:48:53 · 915 阅读 · 0 评论