Joke Collection Website - Public benefit messages - How to make a computer room equipment management system based on Java?

How to make a computer room equipment management system based on Java?

Main emphases and difficulties:

Implementation of communication between 1 and Socket

2. Monitor the client process

3. Modify the registry to start the self-running client program, and no modification is allowed.

4. Database (optional)

Considering the implementation based on JAVA, two elements are set. Personally, I think this proposition should mean a CRUD-based business system.

There are not only computers in the computer room, but also routers, firewalls and switches of the network, including power supply, which is also a part of the equipment in the computer room. What specific equipment can you consider actually going to the school computer room?

The system considers the general equipment warehousing, warehousing, maintenance and new equipment purchase application, and carries out some record addition, deletion, inspection, status change and simple status change processes. It would be better if we can monitor the running state of the equipment (whether it is started or not, whether it works normally) and realize the reminder of equipment state change (e-mail, SMS).

Structurally, the simplest BS structure should be enough. If you want to shine, you can consider the popular mobile app with CS structure, and the teacher should feel good.