当前位置:网站首页>Node stepping on the pit 80 port is occupied
Node stepping on the pit 80 port is occupied
2022-08-11 06:34:00 【Sherry Shen】
An error occurred

Workaround:
1. Change the port number
The easiest way is definitely to modify the port number directly in the program.I modified to 81, 89, etc., the program can run.
2. Find the occupancy of the port number
Learn from the big brother's practicePort 80 in node.js is occupied
There is also the practice of the bossnode.js error solution throw er; // Unhandled 'error' event
Note
1. Our port number here is 80, soUse netstat -aon|findstr "80"
2. And tasklist|findstr "80"
3. The shortcut key to open the task manager is Ctrl+Shift+Esc
4. The task explorer does not haveIf the Pid value is displayed, set it in the header and it will be displayed.
边栏推荐
- 谨此留个纪念
- STM32学习笔记(白话文理解版)—小灯的点亮、闪烁、呼吸
- 论文解读TransFG: A Transformer Architecture for Fine-grained Recognition
- Day 73
- 咕咚vs悦跑圈的竞品分析
- [Meetup] OpenMLDBxDolphinScheduler engineering and scheduling link link characteristics, building the end-to-end MLOps workflow
- 关于if(x)和while(x)的解释
- OpenMLDB + Jupyter Notebook:快速搭建机器学习应用
- 系统性能及并发数的一些计算公式
- Thesis unscramble TransFG: A Transformer Architecture for Fine - grained Recognition
猜你喜欢

vscode插件开发——懒人专用markdown插件开发

厂商推送平台-华为接入

Tinker接入全流程---编译篇

构建面向特征工程的数据生态 ——拥抱开源生态,OpenMLDB全面打通MLOps生态工具链

Day 85

vscode插件开发——代码提示、代码补全、代码分析(续)

Event Preview | On April 23, a number of wonderful sharing sessions of OpenMLDB will come, which will live up to the good time of the weekend

STM32学习笔记(白话文理解版)—搞懂PWM输出

ActiveReports报表分类之页面报表

USB 枚举过程中8 字节标准请求解析
随机推荐
支付牌照是什么意思
OpenMLDB + Jupyter Notebook:快速搭建机器学习应用
Jetpack之dataBinding
vim 编辑解决中文乱码问题
Tinker的自我介绍
华为云IOT平台设备获取api调用笔记
Day 67
EMQX企业版试用笔记
C语言中switch的嵌套
NUC980-开发环境搭建
Fourth Paradigm OpenMLDB optimization innovation paper was accepted by VLDB, the top international database association
IIC and SPI
Regular expression replacement for batch quick modification code
OpenMLDB v0.5.0 released | Performance, cost, flexibility reach new heights
JS进阶网页特效(pink老师笔记)
CKEditor富文本编辑器工具栏自定义笔记
ActiveReports报表分类之页面报表
论文解读TransFG: A Transformer Architecture for Fine-grained Recognition
vscode插件开发——代码提示、代码补全、代码分析
端口的作用