会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
六个明天以后
博客园
首页
新随笔
联系
管理
订阅
2017年3月21日
设置等待时间
摘要: public void wait(int seconds){ //设置等待时间 try { Thread.sleep(seconds * 1000); } catch (InterruptedException e) { e.printStackTrace(); }可以直接被调用,eg:wait(2...
阅读全文
posted @ 2017-03-21 20:29 六个明天以后
阅读(130)
评论(0)
推荐(0)
2017年2月23日
eclipse中maven读取Excel文件内容
摘要: 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 六个明天以后
阅读(2671)
评论(0)
推荐(0)
公告