# 个人笔记 **Repository Path**: yueluowuchen/node_backstage ## Basic Information - **Project Name**: 个人笔记 - **Description**: nodejs后台管理系统——MySQL 初学Nodejs,写了一个简单的后台系统,请各位提供建设意见。 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node后台 nodejs后台管理系统 #向数据库中插入数据必须,字符串必须进行编码 myql.escape(str) #服务器响应 status规则 0 : 正常 1 : 失败 -1 : 重复数据 -2 :空指针 -3 : 不存在