安装一个vscode插件即可,插件叫SystemVerilog - Language Support。虽然说另一个插件“Verilog-HDL/SystemVerilog/Bluespec SystemVerilog”也有信号提示及定义跳转功能,但它只能提示、跳转当前文件下的信号,它没办法转到例化模块所在的文件
Springboot 启动端口占用如何解决
1、报错信息如下
***************************
APPLICATION FAILED TO START
***************************Description:Web server failed to start. Port 9010 was already in use.Action:Identify and stop the process thats listening o…