The first time to do the project--kneeling to seek the master guidance of each road
Self-taught for some time HTML, PHP and MySQL, for the first time to do the project.
The approximate requirement is this:
1. Data import function (Excel)
2. Design and modification of special date
3. Data statistics
First, the data query function is implemented, and the basic descriptive statistic parameters are given according to the query results. The main contents of the inquiry include:
(1) Special dates
(2) Selected date period
(3) Selected weeks to weeks
(4) Selected period
4, the data of the drawing
First, the query function of the data is realized and plotted according to the query result.
(1) Static 2D, 3D
(2) Dynamic drawing
Because there is no actual project experience, but has determined to go to this direction later, for this project, I have nothing better than the idea, please do not hesitate to enlighten you! Thank you so much ~ ~
PHP MySQL HTML Experience Industry Data
------Solution--------------------
Excel import is simple,
Date to the web to find a JS date control,
Special dates don't know what you mean,
The chart also to the Internet to find a useful,
So the final problem is mainly database design and data query,
But this project is really difficult for the first time novice.
------Solution--------------------
1. Design the database, which is paramount. The design of the database directly affects the efficiency of the query later.
2. Implement Excel to read content.
3. Implement the Read content into the database (increment).
4. Implement the query function. Check
5. Special display, 2d/3d, estimated to use JS plugin, recommended to use armcharts, download URL: http://www.amcharts.com/download/
So, it's still very simple.