Help Xu Brother's writing industry _ entry level: A simple database management system

Source: Internet
Author: User

2015-5-11

Help the brother write a specialized course of homework. Write this system for the first time.

Target :

0) A client with a user interface

1) Registration, login function

2) After logging in, can increase, delete, change, check the corresponding database data

After login the interface probably looks like this (seniors version):

Let's record the traditional C/S model I understand. (Temporary superficial understanding, not necessarily completely accurate):

Why not have the server side, not only the client and the database, that is, why do not put the operation of the data on the client?

1) All put on the client, you can disassemble, the data how to get all know, not too safe.

2) The server side has one, the client can have multiple, so that the client can be managed through the server side. For example, the server side can know the number of users currently logged on to the client.

There may be other reasons.

After consulting the powerful and friendly classmates, I decided to deal with this problem:

1) because it is the first time to write something like this, for simplicity, no server-side, only with the client and database.

2) in order to be able to use this system on other computers to log on can also operate the corresponding database, the database is built on its own computer, and allow the database to accept access from the network (although not yet know how to implement).

Let's finish the UI today and then go ahead and write

Help Xu Brother's writing industry _ entry level: A simple database management system

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.