当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
MSP430学习总结——时钟UCS
USB 枚举过程中8 字节标准请求解析
STM32F4-正点原子探索者-SYSTEM文件夹下的delay.c文件内延时函数详解
Thesis unscramble TransFG: A Transformer Architecture for Fine - grained Recognition
js写四位随机数能有多少种可能性?并列出所有可能性
openlayer中实现截图框截图的功能
音乐竞品分析:酷狗、QQ音乐、网易云、酷我、汽水音乐
Tinker的自我介绍
Vscode远程连接服务器终端zsh+Oh-my-zsh + Powerlevel10 + Autosuggestions + Autojump + Syntax-highlighting
Asp doNet Mvc4绑定js脚本用法
SearchGuard证书配置
Ubuntu下安装mysql笔记
[Meetup Preview] OpenMLDB+OneFlow: Link feature engineering to model training to accelerate machine learning model development
OpenMLDB + Jupyter Notebook:快速搭建机器学习应用
实时特征计算平台架构方法论和基于 OpenMLDB 的实践
Building a data ecology for feature engineering - Embrace the open source ecology, OpenMLDB fully opens up the MLOps ecological tool chain
电商机会:私域
OpenMLDB v0.5.0 released | Performance, cost, flexibility reach new heights
批量快速修改代码的正则表达式替换
Typescript学习日记,typescript从基础到进阶(第一章)
![[Meetup]OpenMLDBxDolphinScheduler 链接特征工程与调度环节,打造端到端MLOps工作流](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)








