锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲JIZZJIZZ妇女,亚洲一区二区三区无码中文字幕,亚洲中文字幕在线观看http://www.tkk7.com/duanbo/for navigationzh-cnMon, 12 May 2025 00:47:13 GMTMon, 12 May 2025 00:47:13 GMT60Eclipse 涓?绱㈢埍妯℃嫙鍣?debug 璁劇疆http://www.tkk7.com/duanbo/archive/2009/03/10/258779.htmlDuan Bo HaoDuan Bo HaoTue, 10 Mar 2009 05:23:00 GMThttp://www.tkk7.com/duanbo/archive/2009/03/10/258779.htmlhttp://www.tkk7.com/duanbo/comments/258779.htmlhttp://www.tkk7.com/duanbo/archive/2009/03/10/258779.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/258779.htmlhttp://www.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
]]>The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files http://www.tkk7.com/duanbo/archive/2008/07/24/217111.htmlDuan Bo HaoDuan Bo HaoThu, 24 Jul 2008 02:29:00 GMThttp://www.tkk7.com/duanbo/archive/2008/07/24/217111.htmlhttp://www.tkk7.com/duanbo/comments/217111.htmlhttp://www.tkk7.com/duanbo/archive/2008/07/24/217111.html#Feedback1http://www.tkk7.com/duanbo/comments/commentRss/217111.htmlhttp://www.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
]]>Another problem of HelloWorldhttp://www.tkk7.com/duanbo/archive/2008/05/05/198434.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 06:05:00 GMThttp://www.tkk7.com/duanbo/archive/2008/05/05/198434.htmlhttp://www.tkk7.com/duanbo/comments/198434.htmlhttp://www.tkk7.com/duanbo/archive/2008/05/05/198434.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/198434.htmlhttp://www.tkk7.com/duanbo/services/trackbacks/198434.htmlI composed a code as below:
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.
]]>A good way to debug Java which supplied by JDKhttp://www.tkk7.com/duanbo/archive/2008/05/05/198426.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:31:00 GMThttp://www.tkk7.com/duanbo/archive/2008/05/05/198426.htmlhttp://www.tkk7.com/duanbo/comments/198426.htmlhttp://www.tkk7.com/duanbo/archive/2008/05/05/198426.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/198426.htmlhttp://www.tkk7.com/duanbo/services/trackbacks/198426.htmlYou could add this parameter to find how java class loader work .
]]>The knowledge about HelloWorld of Javahttp://www.tkk7.com/duanbo/archive/2008/05/05/198425.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:29:00 GMThttp://www.tkk7.com/duanbo/archive/2008/05/05/198425.htmlhttp://www.tkk7.com/duanbo/comments/198425.htmlhttp://www.tkk7.com/duanbo/archive/2008/05/05/198425.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/198425.htmlhttp://www.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.
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.
]]>Java Adapter cases.http://www.tkk7.com/duanbo/archive/2008/05/05/198417.htmlDuan Bo HaoDuan Bo HaoMon, 05 May 2008 05:19:00 GMThttp://www.tkk7.com/duanbo/archive/2008/05/05/198417.htmlhttp://www.tkk7.com/duanbo/comments/198417.htmlhttp://www.tkk7.com/duanbo/archive/2008/05/05/198417.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/198417.htmlhttp://www.tkk7.com/duanbo/services/trackbacks/198417.htmlStudy tha adapter pattern this morning. Found some tutorial are not as good as I imaged.
]]>Android 鐥涜嫤鍥炲繂涔嬩簩http://www.tkk7.com/duanbo/archive/2008/03/06/184334.htmlDuan Bo HaoDuan Bo HaoThu, 06 Mar 2008 11:19:00 GMThttp://www.tkk7.com/duanbo/archive/2008/03/06/184334.htmlhttp://www.tkk7.com/duanbo/comments/184334.htmlhttp://www.tkk7.com/duanbo/archive/2008/03/06/184334.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/184334.htmlhttp://www.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);
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:
]]>Android 鐥涜嫤鍥炲繂涔嬩竴http://www.tkk7.com/duanbo/archive/2008/03/06/184331.htmlDuan Bo HaoDuan Bo HaoThu, 06 Mar 2008 11:14:00 GMThttp://www.tkk7.com/duanbo/archive/2008/03/06/184331.htmlhttp://www.tkk7.com/duanbo/comments/184331.htmlhttp://www.tkk7.com/duanbo/archive/2008/03/06/184331.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/184331.htmlhttp://www.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.
]]>J2ME 鍐呭瓨娉勯湶http://www.tkk7.com/duanbo/archive/2007/12/19/168713.htmlDuan Bo HaoDuan Bo HaoWed, 19 Dec 2007 05:00:00 GMThttp://www.tkk7.com/duanbo/archive/2007/12/19/168713.htmlhttp://www.tkk7.com/duanbo/comments/168713.htmlhttp://www.tkk7.com/duanbo/archive/2007/12/19/168713.html#Feedback0http://www.tkk7.com/duanbo/comments/commentRss/168713.htmlhttp://www.tkk7.com/duanbo/services/trackbacks/168713.html
鐜板湪宸茬煡鍙互棰勯槻鍐呭瓨娉勯湶鐨勬帾鏂芥槸: