??xml version="1.0" encoding="utf-8" standalone="yes"?>
查了(jin)半天Q终于发C(jin)Q在目dependency里依赖到的第三方的一个包里它依赖C(jin)我需要查扄包,Dq个包被貌似莫名其妙的进入到?jin)deploy/lib下面?img src ="http://www.aygfsteel.com/ilovesimple/aggbug/362325.html" width = "1" height = "1" />
Some highlights from the training:
我们不妨拿新出生的一对小兔子分析一下:(x)
W一个月兔子没有繁D能力,所以还是一?
两个月后Q生下一对小兔民数共有两?
三个月以后,老兔子又生下一对,因ؓ(f)兔子还没有J殖能力Q所以一共是三对;
Q-Q-Q-
依次cL可以列出下表Q?
所l过月数Q???????????0?1?2
兔子Ҏ(gu)Q???????3?1?4?5?9?44?33
表中数字1Q?Q?Q?Q?Q?Q-Q构成了(jin)一个序列。这个数列有兛_分明昄特点Q那是:(x)前面盔R两项之和Q构成了(jin)后一V?
q个数列是意大利中世U数学家斐L那契在<盘全书Q中提出的,q个U数的通项公式Q除?jin)具有a(n+2)=an+a(n+1)/的性质外,q可以证明通项公式为:(x)an=1/?[Q?/2Q√5/2)^ n-(1/2-?/2)^ n](n=1,2,3.....Q(?表示根号5Q?
q个通项公式中虽然所有的an都是正整敎ͼ可是它们却是׃些无理数表示出来?/p>
Here is a good article to understand this:
http://www.codeinstructions.com/2008/09/weakhashmap-is-not-cache-understanding.html
http://dev.firnow.com/course/3_program/java/javajs/20090507/166773.html
到问题Q?/p>
在执?ant -f build.xml setup的时候会(x)报一个错?br>q接到端?527上的服务器localhost 时出?消息未connetion refused:connect
原因是java derby db 没有启动?
解决Ҏ(gu)Q启动它
<glassfish_dir>/bin/asadmin start-database
<glassfish_dir>指的是glassfish的安装目?/p>
I got above error notes shows google take serious consideration about its security.
When developing a Java program it is important to select the appropriate Java Graphical User Interface (GUI) components. There are two basic sets of components that you will most likely build your Java programs with. These two groups of components are called the Abstract Window Toolkit (AWT) and Swing. Both of these groups of components are part of the Java Foundation Classes (JFC).
AWT stands for Abstract Window ToolKit. The Abstract Window Toolkit supports GUI Java programming. It is a portable GUI library for stand-alone applications and/or applets. The Abstract Window Toolkit provides the connection between your application and the native GUI. The AWT provides a high level of abstraction for your Java program since it hides you from the underlying details of the GUI your program will be running on.
AWT features include:
The AWT components depend on native code counterparts (called peers) to handle their functionality. Thus, these components are often called "heavyweight" components.
Swing implements a set of GUI components that build on AWT technology and provide a pluggable look and feel. Swing is implemented entirely in the Java programming language, and is based on the JDK 1.1 Lightweight UI Framework.
Swing features include:
Swing components do not depend on peers to handle their functionality. Thus, these components are often called "lightweight" components.
There are, of course, both pros and cons to using either set of components from the JFC in your Java applications. Here is a summary:
AWT:
Pros
Swing:
Pros