摘要: public void wait(int seconds){ //设置等待时间 try { Thread.sleep(seconds * 1000); } catch (InterruptedException e) { e.printStackTrace(); }可以直接被调用,eg:wait(2... 阅读全文
posted @ 2017-03-21 20:29 六个明天以后 阅读(122) 评论(0) 推荐(0) 编辑
摘要: package demo; public class userinfo { private String username; private String password; private Integer jf; public userinfo(String name,String passwd,Integer j){ this.username = name; th... 阅读全文
posted @ 2017-02-23 15:59 六个明天以后 阅读(2658) 评论(0) 推荐(0) 编辑