# data_collection **Repository Path**: qxdo/data_collection ## Basic Information - **Project Name**: data_collection - **Description**: no more info but something 123456. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-14 - **Last Updated**: 2023-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据采集应用后台目前部署在图书馆服务器下,在 ~/Code/collector_backend_v1。 运行命令 nohup python -u backend.py >> running.log 2>&1 & 查看错误日志 vim ~/Code/collector_backend_v1/running.log 停止后台命令 ps -ajx | grep backend.py 第二列为PID,【kill -9 PID】可停止 该后台运行环境为python,需要提前安装好以下库: Python 2.7.16 tornado 5.1.1 mysql-connector-python 8.0.18 pycrypto 2.6.1