Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Address list using Java
4.3
Using Java to realize a contact list, suitable for beginners. With simple queries, insert, delete and other functions! AddressBook1.0: a command-line based, data is stored in a properties file in the config directory. admin.properties: stored user names and passwords, telephone.properties: store address book record. AddressBook1.5: a command-line based, data is stored in XML files in the config directory. admin.XML: stored user names and passwords, telephone.XML: store address book record. do not forget to import JDOM.jar packs in the lib directory to the classpath, it will not run. AddressBook2.0: a GUI-based, and object serialization. log read from Telephone.dat, save the record, temp.dat. but do have something unreasonable, this is just an interim version. AddressBook2.1: a GUI-based, and object serialization. log read from Telephone.dat, save records in Telephone.dat. has achieved a more complete address book, as to certain matters of detail, I think there is no need too much atten
rxw
2016-08-23
0
1
Integration of JAVA thread pools
no vote
An example of integrating Spring with ActiveMQ pool, lib consists of: apache-activemq-4.1.1.jar backport-util-concurrent-2.1.jar commons-lang-2.0.jar commons-logging-1.0.4.jar geronimo-j2ee-management_1.0_spec-1.0.jar log4j-1.2.14.jar spring-2.0.jar xbean-spring-2.8.jar
rxw
2016-08-23
0
1
No more~