- 浏览: 262080 次
- 性别:
- 来自: 北京
最新评论
-
申1987:
收藏
Java解析XML文件 -
wangyu2010302660001:
发布成文本Service后,那个testclass就load不 ...
使用URLClassLoader动态加载类 -
joe_zhpf:
thanks 终于理解了..
android touch mode -
wander312:
嗯, 我试的OK.
android findViewById 返回null的问题 -
javetu_7:
你说的也不对,我试了,还是NULL
android findViewById 返回null的问题
文章列表
主要介绍java和javac命令的使用,
分带package和不带package,
如果要用到第3方包,则使用-classpath参数
1.不带package
Hello.java
public class Hello
{
public static void main(String[] args){
System.out.println("hello");
}
}
c:/java/hello/Hello.java
编译
c:/java/hello>javac Hello.java
生成class文件
c:/java/hello/Hello.cla ...
- 2008-06-30 10:40
- 浏览 1261
- 评论(0)
set the stage for: provide the background or foundation for
run across: encoutner
- 2008-06-16 20:30
- 浏览 774
- 评论(0)
ship off: send
grind down: reduce by force
hand in hand: together
draw attention: attract attetion
- 2008-06-12 19:19
- 浏览 799
- 评论(0)
失恋时,只有2种可能,要么你爱她她不爱你,或者相反。那么,当你爱的人不再爱你,或者从来没爱过你时,你没有遗憾,因为你失去的只是一个不爱你的人而已。
任何事没有永远,也别问怎样才能永远。生活有很多无奈,请尽量充实自己,充实生活。请善待生活……
- 2008-06-11 10:39
- 浏览 1099
- 评论(0)
tell sth from sth: 辨别2者区别
take for granted: become used to
bump into: 撞上
break down: 分解,分类
take on: 承担
- 2008-06-02 20:28
- 浏览 839
- 评论(0)
遇到个这样的错误
byte[] bKey=new byte[1];
ArrayList byteList=new ArrayList();
for(int i=0;i<10;i++){
MessagePacket packet=new MessagePacket();
packet.setKey(bKey);
byteList.add(packet);
}
for(int j=0;j<byteList.size();j++){ ...
- 2008-06-02 16:46
- 浏览 1028
- 评论(0)
in and of itself: because of its own characteristics
take sth in account: consider sth
superfluous :多余的
- 2008-05-28 20:08
- 浏览 871
- 评论(0)
boil down: reduce
chestnut: 老话....
chances are: probably
- 2008-05-27 20:17
- 浏览 739
- 评论(0)
strike a note: cause a feeling
look down one's nose: condisder oneself superior to
inferior superior
have money riding on sth: risk money on sth
and so forth: other similar thing
lose track of: not follow
- 2008-05-22 20:18
- 浏览 904
- 评论(0)
bear in mind: consider this
distant: far
capita: per person
five-fold: five time
autonomy: freedom
embark on:begin
- 2008-05-17 19:16
- 浏览 902
- 评论(0)