runxinzhi.com
首页
百度搜索
windows下查看端口占用情况
查看所有端口:netstat -ano
查看端口对应的PID:netstat -aon | findstr "某个PID"
查看对应端口进程:tasklist | findstr "某个端口号"
相关阅读:
[NOI2018]冒泡排序
四 Synchronized
三 volatile关键字
二 原子类
一 ThreadLocal
xshell 登录虚拟机ubuntu
三、kafka主要配置
二 kafka设计原理
一. kafka 入门
Spring boot 学习二:入门
原文地址:https://www.cnblogs.com/carey9420/p/12180591.html
最新文章
数据结构
GCD的简单使用方法
Python 拷贝
Linux 压缩
Python 队列
Python sys.stdout sys.stdin
Mysql innodb_fast_shutdown
Mysql 账号过期问题
Python 可命名元祖
Docker 注意事项
热门文章
Spring @Trasactionl 失效, JDK,CGLIB动态代理
CentOS 7 Tomcat安装
CentOS 7 firewalld
Linux tomcat启动慢, Creation of SecureRandom instance for session ID generation using [SHA1PRNG]took [xx] mil
CentOS Tomcat启动 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
CentOS 7 JDK安装
CentOS 7 基础命令安装
Spring mvc RequestContextHolder分析
Java 反射
自定义注解理解
Copyright © 2020-2023
润新知