Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javaDOC forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javaDOC of those classes is advised.
The Funambol J2ME Mail Client aims to be a light, easy to use, free email
client for J2ME devices.
The first release comes with a simple but effective UI, and a storage limited
to the internal RMS only. This makes the application compatible with most of
the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of
Storage).
The mail synchronization using SyncML 1.2 over HTTP, thus removing
any problem related to the access to IMAP or POP ports.
The mail client synchonizes its address book with the one on the server,
Its design is modular and can be extended in future with other mail
protocols, a more sophisticated UI and access to the phone s AddressBook or
filesystem for the devices allowing this.
See the javaDOC for more information on the structure of the library.
一個收集所有最基本功能的函數庫;所有的函數都是盡量短小和簡單 使用 doxygen 生成文檔
所有代碼以在 Linux 系統上可以編譯并運行為準;每當在 lib 目錄里增加了一個功能函數,必須在 test 目錄里編寫一個針對此功能函數的測試程序,使其可以在 Linux 系統上正常編譯并正確運行;每個增加的外部功能函數,必須在源代碼前寫有注釋,注釋格式為符合 doxygen 要求的 javaDOC 格式。
所有代碼內部調用的 C 庫和系統函數要求完全符合 ANSI C 標準和 POSIX 標準。
This the first release (version 0.0) of the Peersim
high level P2P network simulator.
This archive contains the javaDOC generated documentation,
and a java archive containing the simulator source and bytecode
and some examples.
servlet api全解
This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site :
http://www.confluent.fr/javaDOC/indexe.html (in English)
http://www.confluent.fr/javaDOC (in French)