# brush-question-node **Repository Path**: wang-kai1998/brush-question-node ## Basic Information - **Project Name**: brush-question-node - **Description**: 基于node、mysql的刷题小程序后端服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-04-26 - **Last Updated**: 2025-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs ## README # Node后端服务 注 :mysql安装版本不要太高,5版本即可,这里用的是[5.7.44](https://dev.mysql.com/downloads/windows/installer/) 当循环插入sql语句的时候,报错```Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client```; 原因是:客户端发送一次请求的时候,服务器端给出了多次响应;[参考]( https://blog.csdn.net/qq_48009509/article/details/121625588)