当前位置:网站首页>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.
边栏推荐
- 2021-09-11 C language variables and memory allocation
- 论文解读TransFG: A Transformer Architecture for Fine-grained Recognition
- ASP.NET MVC 4中实现action的事务功能
- 华为IOT平台温度过高时自动关闭设备场景试用
- mysql基础总结
- CKEditor富文本编辑器工具栏自定义笔记
- Thesis unscramble TransFG: A Transformer Architecture for Fine - grained Recognition
- USB中用NRZI来编码数据
- 需求文档(PRD)撰写指南
- 论文解读:GAN与检测网络多任务/SOD-MTGAN: Small Object Detection via Multi-Task Generative Adversarial Network
猜你喜欢
第四范式OpenMLDB优化创新论文被国际数据库顶会VLDB录用
He Kaiming's new work ViTDET: target detection field, subverting the concept of layered backbone
如何快速转行做产品经理
Jetpack使用异常问题集锦
The third phase of the contributor task is wonderful
vim 编辑解决中文乱码问题
关于openlayer中swipe位置偏移的问题
JVM tuning and finishing
STM32-库函数-SetSysClock(void)函数解析-正点原子探索者
gerrit 配置SSH Key和账号、邮箱信息
随机推荐
Tinker接入全流程---配置篇
Promise 中状态改变和回调执行先后顺序 和promise多次回调
产品经理人物推荐
OpenMLDB Pulsar Connector: Efficiently connect real-time data to feature engineering
OpenMLDB Pulsar Connector:高效打通实时数据到特征工程
js学习进阶BOM部分(pink老师笔记)
Tinker的自我介绍
mysql基础总结
2021-09-11 C language variables and memory allocation
Day 68
第四范式OpenMLDB优化创新论文被国际数据库顶会VLDB录用
vscode插件开发——懒人专用markdown插件开发
Asp doNet Mvc4绑定js脚本用法
ASP.NET MVC 4中实现action的事务功能
Interpretation of the paper: Cross-Modality Fusion Transformer for Multispectral Object Detection
华为IOT平台温度过高时自动关闭设备场景试用
mk文件介绍
Certificate of SearchGuard configuration
Building a data ecology for feature engineering - Embrace the open source ecology, OpenMLDB fully opens up the MLOps ecological tool chain
js写四位随机数能有多少种可能性?并列出所有可能性