const child_process = require('child_process')// 获取const version = child_process.execSync('git ... 【Node】child_process 获取 git 分支 2年前 (2022-07-12) 157 0
1、配置到淘宝服务器# 配置到淘宝服务器npm config set registry https://registry.npm.taobao.org# 查... 【npm】npm设置淘宝镜像 4年前 (2020-09-03) 759 0
1、安装安装egg-mysql模块npm安装命令如下:npm i egg-mysql --saveyarn安装命令如下:yarn add egg-mysql... 【Node】Egg.js连接mysql 5年前 (2020-01-06) 895 0
1、安装egg-cors模块是专门用来解决egg.js跨域问题yarn add egg-cors2、配置config/plugin.js// 跨域配... 【Node】Egg.js跨域问题 5年前 (2020-01-06) 781 0
今天安装egg.js的报错fetching npm info of egg-boilerplate-simple ConnectionTimeoutError: Connect ... 【egg】安装node框架egg.js的时候报错 5年前 (2019-12-22) 1.5K 0
读取文件var fs = require('fs');var readFile = fs.createReadStream('fs.txt');// 设置utf8编码readFi... 【Node】node读取文件、写入文件、复制文件 5年前 (2019-12-19) 790 0
今天使用node.js读取文件的时候出现中文乱码问题。开始想到是编码问题,于是设置utf8但是还是不生效的,... 【Node】node读取文件中文乱码问题 5年前 (2019-12-19) 827 0
1、配置环境变量2、使用管理员身份打开cmd,然后删除安装时默认创建的mongodb服务sc delete MongoDB3、... 【Node】MongoDB启动不了服务 5年前 (2019-12-18) 736 0
1、申请测试号https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login获取免费的appID和appse... 【微信开发】微信公众号开发思路 5年前 (2019-12-18) 791 0
配置nginx在nginx站点配置文件下添加(后面的端口号是node设置的那个服务端端口)location / { proxy_pass... 【Nginx】使用nginx反向代理node项目 5年前 (2019-11-29) 852 0
pm2启动的node项目访问不了1、首先查看linux的端口是否有你的node项目的端口使用命令:netstat -ntlp2、... 【node】使用pm2在linux部署node项目访问不了 5年前 (2019-11-29) 908 0