firefox shortcuts
摘要:Great prizes! Hollywood judges! Exclamation marks! Enter Firefox Flicks, the global video contest to tell our story, or vote for your favorites!MozillaMissionAboutProjectsSupportDeveloper NetworkProductsFirefoxThunderbirdInnovationsWebFWDLabsGet InvolvedVolunteerCareersFind usJoin usWebsite Directo.
阅读全文
double negation
摘要:Grammarians insist that two negatives make a positive. While this may be true in English, in French two negatives usually make a stronger negative. Double negation is very common in French, particularly informal French. However, there are some rules and regulations when using double negatives in Fre
阅读全文
svn linux
摘要:Example Session: (Assumes that the repository has already been created. For Subversion repository creation and Subversion server configuration, see the (YoLinux Subversion and Trac tutorial) Checkout: svn checkout http://svnserver/repos/svn/trunk/Project1 Go to source code directory: cd Project1/src
阅读全文
Chapter 7: Inner Classes - Java
摘要:java.sun.com/developer/Books/certification/certbook.pdfTerminology:Nested classes are divided into two categories: static and non-static. Nested classes that are declared static are simply called static nested classes. Non-static nested classes are called inner classes.class OuterClass { ... s...
阅读全文