# node **Repository Path**: weiaigewang/node ## Basic Information - **Project Name**: node - **Description**: 个人node学习 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-27 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node #### 介绍 个人node学习 #### 软件架构 软件架构说明 #### 安装教程 1. npm install -g express 2. npm install -g mysql 3. npm i hotnode -g 4. npm install ejs --save 5. body-parser - 这是一个node.js中间件,用于处理JSON,Raw,Text和URL编码的表单数据。 6. cookie-parser - 解析Cookie头,并使用由cookie名称作为键的对象填充req.cookies。 7. multer - 这是一个用于处理多部分/表单数据的node.js中间件。 8.express程序生成器 npm install -g express-generator 9.node监视器,调试程序 npm install -g node-inspect #### 使用说明 1.node-api-interface - (1)实现了node连接mysql数据库。 - (2)登录注册操作。 - (3)返回json串。 2. node-rread-json - (1)读取json文件内容。 - (2)返回json数据渲染页面 - (3)不足: > - <1>还没有style样式显示样式 > - <2>还没有作成静态资源目录 3. #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)