Exception in thread“main” java.lang.Error: Unresolved compilation problem:怎么解决?
packagecom.Thread;publicclassTestLife{publicstaticvoidmain(String[]args){Sistershe=ne...
package com.Thread;
public class TestLife {
public static void main(String[] args){
Sister she=new Sister("妹妹");
she.start();
}
class Sister extends Thread{
Sister(String name){
super(name);
}
brother he=new brother("哥哥");
public void run(){
System.out.println("小红等小明!!!!");
he.start();
try {
he.join();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
System.out.println("等到了!!!");
}
}
class brother extends Thread{
brother(String name){
super(name);
}
public void run(){
System.out.println("我去打仗!!!");
for(int i=0;i<5;i++){
System.out.println("第"+(i+1)+"年");
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
}
}用eclipse执行时 老是在实例化she时出现上述问题 求解??? 展开
public class TestLife {
public static void main(String[] args){
Sister she=new Sister("妹妹");
she.start();
}
class Sister extends Thread{
Sister(String name){
super(name);
}
brother he=new brother("哥哥");
public void run(){
System.out.println("小红等小明!!!!");
he.start();
try {
he.join();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
System.out.println("等到了!!!");
}
}
class brother extends Thread{
brother(String name){
super(name);
}
public void run(){
System.out.println("我去打仗!!!");
for(int i=0;i<5;i++){
System.out.println("第"+(i+1)+"年");
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
}
}用eclipse执行时 老是在实例化she时出现上述问题 求解??? 展开
2个回答
展开全部
语法错误,编译不通过。
把 Sister she=new Sister("妹妹");改成Sister she=new TestLife ().new Sister("妹妹")。
1、解决方案:
Dojo的界面展示Html。
2、Dojo单例模式解决方案:
定义全局变量openViewCach 。
3、反面模式的清单包括:
不成熟的优化
单车车库【注2】
分析瘫痪(Analysis paralysis)
上帝类【注3】
害怕新增类
内部平台效应(Inner-platform effect)
魔术数字和字符串【注4】
目标管理【注6】
无用的(幽灵)类【注8】
4、如何避免:
把编写整洁、可读性强的、能运行的代码摆在首位,使用已知的和测试过的算法和工具。当需要找到瓶颈和优化优先级时,再使用分析工具。依靠策略而非臆测和推断。
5、例子和信号:
在企图找到瓶颈之前做缓存。使用复杂的、未经通过的“启发式”,而不是知名的、数学上正确的算法。选择一种新的、未经测试的实验性框架,在理论上可以减少高负载下的请求延迟,当你处于早期阶段时,你的服务器大部分时间处于空转状态。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询