摘要:
spring依赖注入的好处,举例子说明 举个例子,比如你写Apple apple = new Apple();People people = new People();people.eat(apple); 然后有一天,客户说不想吃Apple了给我改成吃Orange,然后你打开源文件 Orange o 阅读全文
摘要:
//等待查询loading结束for (int i = 0; i < 100 && (this.page.isExist(this.element, SEARCH_WAITING_TIP_BY)); i++) { CommonUtil.pause(200);} //isExist public bo 阅读全文