Operating environment:
OS: CentOS 7 x86_64
RAM: 2GB
SCSI: 80GB
programming language: C/C++
Project framework:
Detailed description of the project: /Project Introduction Manual/Meteorological-Data-Management-Center.pdf
How do I start a project?
first:
cd /project/idc1/c && vim start.sh
Take the extraction data system as an example:
You need to change the required information to your own and register the table segments of the relevant database:
In this figure, 127.0.0.1 is the IP address, root is the username, 123456 is the password, mysql is the database type, and 3306 is the connection mysql port.
The basic table information of the database is shown in the figure: You need to create the information of the relevant table and insert the data.
The SQL statement path of the related table is: \project\idc\sql
The simulated data path for inserting SQL is: \project\idc\ini\stcode.ini
You can then go to the /project/idc1/c path and use sh start.sh
If you want to close the project, you can use
sh killall.sh
.
There may be other related operations that need to be changed, and if they exist and cannot be solved by themselves, you can raise an issue!!!