- 浏览: 1468 次
- 性别:
- 来自: 天津
最新评论
文章列表
You can refer to the picture below and set the related information at http://192.168.1.1. Please click on 'test' button. If the username and password are ok, then it shows success.
- 2016-06-25 17:35
- 浏览 305
- 评论(0)
public synchronized void showBlackStars() {
// TODO Auto-generated method stub
while(!flag){
try {
System.out.println(Thread.currentThread().getName()+"aa@@");
this.wait();
System.out.println(Thread.currentThread().getName()+"1111");
} catch (Interrupted ...