JAVA community property management system (source code + thesis)

The property management system is closely following the needs of the development of today's era. The purpose is to realize the different needs of different people for the property system, which is conducive to the stability and smooth development of the society.

one. The meaning of this system

A new world has arrived. Today, with the rapid development of electronic computer technology, the application of computer software has already penetrated into all walks of life and exerted their huge potential. With a series of reforms in enterprises, households, etc., everything is developing towards socialization, and the management system is also developing from the past "full contract" to the current "integration and specialization". For the safety of personnel, the stability of the society, and the sustainable development of the country, property management plays a pivotal role. This property management system provides management of personnel, housing, real estate and charging information. For effective management and the convenience of social personnel, the system provides different functions for administrator users and ordinary users. This system has certain practicability.

This property management system is to install Windows NT operating system on the server first, and install the database system SQL Server 7.0 and establish four databases of personnel, housing, real estate and fees under the NT system. Then use Java to write different system user interfaces under the NT operating system, and then use the JDBC/ODBC bridge to realize the connection between the database on the server and the front-end interface. After the connection is successful, transplant the user interface written in Java to the client's Linux operating system, and use this interface to try to realize the database SQL connection under the NT system on the server. In order to achieve the purpose of calling each other under different operating systems, realize the important feature of Java: portability.

Guess you like

Origin blog.csdn.net/2301_76992670/article/details/131319889