锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲JIZZJIZZ妇女,亚洲一区二区三区无码中文字幕,亚洲中文字幕在线观看http://m.tkk7.com/duanbo/for navigationzh-cnMon, 12 May 2025 00:47:13 GMTMon, 12 May 2025 00:47:13 GMT60Eclipse 涓?绱㈢埍妯℃嫙鍣?debug 璁劇疆http://m.tkk7.com/duanbo/archive/2009/03/10/258779.htmlDuan Bo HaoDuan Bo HaoTue, 10 Mar 2009 05:23:00 GMThttp://m.tkk7.com/duanbo/archive/2009/03/10/258779.htmlhttp://m.tkk7.com/duanbo/comments/258779.htmlhttp://m.tkk7.com/duanbo/archive/2009/03/10/258779.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/258779.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/258779.html
Suspend execution:
鍙繚鐣?suspend for breakpoint.

Hot code replace
淇濈暀: show error when hot code replace failed.
          show error when obsolete code remain after replace.
          replace classfiles containing compilation errors.

Communication:
change Debugger timer  to 30000
Launch timer to 200000



Duan Bo Hao 2009-03-10 13:23 鍙戣〃璇勮
]]>
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files http://m.tkk7.com/duanbo/archive/2008/07/24/217111.htmlDuan Bo HaoDuan Bo HaoThu, 24 Jul 2008 02:29:00 GMThttp://m.tkk7.com/duanbo/archive/2008/07/24/217111.htmlhttp://m.tkk7.com/duanbo/comments/217111.htmlhttp://m.tkk7.com/duanbo/archive/2008/07/24/217111.html#Feedback1http://m.tkk7.com/duanbo/comments/commentRss/217111.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/217111.htmlThe project was not built since its build path is incomplete. The project was not built since its build path is incomplete. Fix the build path then try building this project
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

鍑虹従浠ヤ笂璦婃伅鐨勫師鍥犳槸鍥犵偤浣犺浜嗗鍊嬬増鏈殑jre鎴杍dk鐨勯棞淇傘傛湰渚咵clipse鍦ㄥ緩绔嬪皥妗堟檪錛屾渻鑷嫊鍙冪収浣犵殑jre璺緫錛屼絾澶氬嬬増鏈氨娌掕睛娉曚簡銆?
浣犲彧鑳芥墜鍕曞緩绔?#8230;
1. 閫插叆window\preferences\java\Installed JREs
1)鎸堿dd
2)杓稿叆JRE Name, 渚婮DK1.5.0.03
3)JRE home directory, 閬告搰瀹夎鐨勮礬寰?
4)鎸塐K
2. 閫插叆Project\properties\Java Bulid Path
1)Add library
2)閬窲RE System Library寰屾寜Next
3)閬竪orkplace default JRE寰屾寜finish...



Duan Bo Hao 2008-07-24 10:29 鍙戣〃璇勮
]]>
Another problem of HelloWorldhttp://m.tkk7.com/duanbo/archive/2008/05/05/198434.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 06:05:00 GMThttp://m.tkk7.com/duanbo/archive/2008/05/05/198434.htmlhttp://m.tkk7.com/duanbo/comments/198434.htmlhttp://m.tkk7.com/duanbo/archive/2008/05/05/198434.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/198434.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/198434.htmlI composed a code as below:

package duanbo;

public class HelloWorld
{
        
public static void main(String arg[])
        {
            System.out.println(
"Hello World");
        }

}

The HelloWorld.java was put on root of E: , I excuse the compile/run process :
E:\>javac HelloWorld.java

E:\
>java HelloWorld

The first step was ok. And throw out "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld (wrong name: duanbo/HelloWorld)" at step 2.

I think may be I should move the HelloWorld.class to E:\duanbo. So did it.

Redo the up steps. The erroe was same as before.

After some search, I got the right command.

E:\>javac HelloWorld.java

E:\
>java duanbo.HelloWorld




Duan Bo Hao 2008-05-05 14:05 鍙戣〃璇勮
]]>
A good way to debug Java which supplied by JDKhttp://m.tkk7.com/duanbo/archive/2008/05/05/198426.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:31:00 GMThttp://m.tkk7.com/duanbo/archive/2008/05/05/198426.htmlhttp://m.tkk7.com/duanbo/comments/198426.htmlhttp://m.tkk7.com/duanbo/archive/2008/05/05/198426.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/198426.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/198426.html You could add this parameter to find how java class loader work .

javac -verbose classname.java
java -verbose classname




Duan Bo Hao 2008-05-05 13:31 鍙戣〃璇勮
]]>
The knowledge about HelloWorld of Javahttp://m.tkk7.com/duanbo/archive/2008/05/05/198425.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:29:00 GMThttp://m.tkk7.com/duanbo/archive/2008/05/05/198425.htmlhttp://m.tkk7.com/duanbo/comments/198425.htmlhttp://m.tkk7.com/duanbo/archive/2008/05/05/198425.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/198425.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/198425.html
Under no circumstance, I think, you could speak that :" the java HelloWorld sample is easy."
We could study a lot in this lesson.

Let me demo the right code firstly.

public class HelloWorld
{
        
public static void main(String arg[])
        {
            System.out.println(
"Hello World");
        }

}

You should advance some questions about it, or you ...

1. can the "public" keyword be skip?
2. can we change the "String arg[]" parameter to "int arg[]"?
3. does the "void" phrase could be put befor "static", as "public void static mian(String arg[])" ?
4. could the "arg[]" be modified to other name ?

Please find the answer to them with search engine.


Duan Bo Hao 2008-05-05 13:29 鍙戣〃璇勮
]]>
Java Adapter cases.http://m.tkk7.com/duanbo/archive/2008/05/05/198417.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:19:00 GMThttp://m.tkk7.com/duanbo/archive/2008/05/05/198417.htmlhttp://m.tkk7.com/duanbo/comments/198417.htmlhttp://m.tkk7.com/duanbo/archive/2008/05/05/198417.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/198417.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/198417.htmlStudy tha adapter pattern this morning. Found some tutorial are not as good as I imaged.

I parse my code about the adapter to demo it.

Firstly, the object adapter:

package duanbo.patterns.adapter;

public class ObjectAdapter
{
    
public static void main(String[] args){   
        PutBall pb 
= new PutBall();   
           
        System.out.println(
"BasketBall");   
        BasketballBag bb 
= new BasketballBag();   
        pb.putBalls(bb);   
           
        System.out.println(
"FootBall");
        FootballBag fb 
= new FootballBag();   
        BallBag bbag 
= new BallBag(fb);   
        pb.putBalls(bbag);   
    }

}


class BallBag extends BasketballBag
{
    FootballBag fb;

    
public BallBag(FootballBag fb)
    
{
        
this.fb = fb;
    }


    
public void putball()
    
{
        fb.putFootball();
    }

}


class BasketballBag
{
    
public void putball()
    
{
        System.out.println(
"Put in BasketBall.");
    }

}


class PutBall
{
    
public void putBalls(BasketballBag bb)
    
{
        bb.putball();
    }

}


class FootballBag
{
    
public void putFootball()
    
{
        System.out.println(
"Put in FootBall.");
    }

}

And the second demo: Class Adapter:

package duanbo.patterns.adapter;

public class ClassAdapter extends RoundPeg implements ISquarePeg
{
    
private RoundPeg roundPeg;

    
public ClassAdapter(RoundPeg peg)
    
{
        
this.roundPeg = peg;
    }


    
public void insert(String str)
    
{
        roundPeg.insertIntoHole(str);
    }


}


interface IRoundPeg
{
    
public void insertIntoHole(String msg);
}


interface ISquarePeg
{
    
public void insert(String str);
}


class SquarePeg implements ISquarePeg
{
    
public void insert(String str)
    
{
        System.out.println(
"SquarePeg insert():" + str);
    }

}


class RoundPeg implements IRoundPeg
{
    
public void insertIntoHole(String msg)
    
{
        System.out.println(
"RoundPeg insertIntoHole():" + msg);
    }

}


Duan Bo Hao 2008-05-05 13:19 鍙戣〃璇勮
]]>
Android 鐥涜嫤鍥炲繂涔嬩簩http://m.tkk7.com/duanbo/archive/2008/03/06/184334.htmlDuan Bo HaoDuan Bo HaoThu, 06 Mar 2008 11:19:00 GMThttp://m.tkk7.com/duanbo/archive/2008/03/06/184334.htmlhttp://m.tkk7.com/duanbo/comments/184334.htmlhttp://m.tkk7.com/duanbo/archive/2008/03/06/184334.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/184334.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/184334.html          new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT);
        relativeParams.addRule(RelativeLayout.CENTER_HORIZONTAL)
            LinearLayout.LayoutParams lineParams = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WRAP_CONTENT,     LinearLayout.LayoutParams.WRAP_CONTENT);

        LinearLayout line = new LinearLayout(this);
        LinearLayout line1 = new LinearLayout(this);

        line.addView(myTt0, lineParams);
        line.addView(myTx0, lineParams);
        line.addView(myTx1, lineParams);
        
        line1.addView(myTx, lineParams);
        
        relativeLayout.addView(line, relativeParams);    //Attention:if the two params are same, the larger layout will be cliped.
        relativeLayout1.addView(line1, relativeParams);
 ////////////////////////////////////////////////////////////
        So the relativeParams should use different ones attach to more than one layouts as below:

        relativeLayout.addView(line, relativeParams);
        relativeLayout1.addView(line1, relativeParams_c);


Duan Bo Hao 2008-03-06 19:19 鍙戣〃璇勮
]]>
Android 鐥涜嫤鍥炲繂涔嬩竴http://m.tkk7.com/duanbo/archive/2008/03/06/184331.htmlDuan Bo HaoDuan Bo HaoThu, 06 Mar 2008 11:14:00 GMThttp://m.tkk7.com/duanbo/archive/2008/03/06/184331.htmlhttp://m.tkk7.com/duanbo/comments/184331.htmlhttp://m.tkk7.com/duanbo/archive/2008/03/06/184331.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/184331.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/184331.html
    Use SetBackGrounp() target a View component, it will enlange width to the drawable be set.

    So it will influence the Center function.

    Such us:
 
    TextView tx = new TextView(this);
    tx.setText("test"); //the width will be same as the text length.
    tx.setBackGrounp(bitmap); //the width will be enlanged as bitmap's width.



Duan Bo Hao 2008-03-06 19:14 鍙戣〃璇勮
]]>
J2ME 鍐呭瓨娉勯湶http://m.tkk7.com/duanbo/archive/2007/12/19/168713.htmlDuan Bo HaoDuan Bo HaoWed, 19 Dec 2007 05:00:00 GMThttp://m.tkk7.com/duanbo/archive/2007/12/19/168713.htmlhttp://m.tkk7.com/duanbo/comments/168713.htmlhttp://m.tkk7.com/duanbo/archive/2007/12/19/168713.html#Feedback0http://m.tkk7.com/duanbo/comments/commentRss/168713.htmlhttp://m.tkk7.com/duanbo/services/trackbacks/168713.html     鐜板湪宸茬煡鍙互棰勯槻鍐呭瓨娉勯湶鐨勬帾鏂芥槸:
    浣跨敤瀹岀殑瀵硅薄,鐗瑰埆鏄ぇ瀵硅薄鍗充嬌 緗?null, 鍚﹀垯鍙兘闄峰叆寰幆寮曠敤瀵艱嚧JVM涓嶈兘閲婃斁.
    鍑忓皬鍥劇墖灝哄.
    鍑忓皬閲嶆柊new瀵硅薄.


Duan Bo Hao 2007-12-19 13:00 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 亚洲av永久无码精品古装片 | 国产亚洲精彩视频| 18pao国产成视频永久免费| 好看的亚洲黄色经典| 十八禁视频在线观看免费无码无遮挡骂过| 亚洲第一永久AV网站久久精品男人的天堂AV | 在线a人片天堂免费观看高清| 亚洲欧美日韩中文字幕一区二区三区| 一二三四免费观看在线电影 | 中文字幕亚洲天堂| 永久在线观看免费视频| 亚洲国产成人久久综合碰碰动漫3d | 亚洲日本VA午夜在线影院| 妞干网手机免费视频| 亚洲1区2区3区精华液| 国产又黄又爽又猛的免费视频播放| 国产亚洲精品第一综合| 亚洲一区日韩高清中文字幕亚洲| 一级女性全黄生活片免费看| 亚洲午夜久久久影院伊人| 日韩免费人妻AV无码专区蜜桃 | 成年男女男精品免费视频网站| 亚洲性色精品一区二区在线| 午夜毛片不卡高清免费| 免费人成网上在线观看| 亚洲动漫精品无码av天堂| 国内精自视频品线六区免费 | 污污网站18禁在线永久免费观看| 亚洲欧洲日韩在线电影| 免费的涩涩视频在线播放| 色吊丝免费观看网站| 亚洲bt加勒比一区二区| 久久久久久国产精品免费免费| 无码天堂亚洲国产AV| 久久精品亚洲综合| 麻豆成人精品国产免费| 精品人妻系列无码人妻免费视频| 亚洲精品视频在线播放| 亚洲国产成人精品女人久久久 | 激情婷婷成人亚洲综合| 亚洲成a人片在线观看无码专区|