Softwork Week 8 Summary

In the eighth week, our team assigned tasks

It took an hour to write the xml files for the startup page and login page. The file layout is generally shaped, and there are many areas that need to be optimized.

The plan is to complete the login and registration functions as of the day after tomorrow.

Main idea: Click the login / register button to set up monitoring for the button, and perform the query operation first. If the name entered by the user is not in the database, add the user information to the database. Prompt if the addition is successful, and jump to the page, and return to the login page if the addition is not successful. If there is user information in the database, check whether the password in the database is consistent with the entered password. If they are the same, prompt and jump. If they are not consistent, return.

 

Guess you like

Origin www.cnblogs.com/wangzhaojun1670/p/12693019.html