首页
日志
标签
分类目录
文章归档
1
MySQL 超全优化清单(可执行系列)
2
去掉IDEA中 XML文件屎黄色背景 的方法
3
SpringBoot初始化加载配置的七种方式
4
windows系统安装多版本node(nvm的安装与使用)
5
Linux 新建用户并赋予root权限
时间这孩子很诚实
累计撰写
56
篇文章
累计创建
59
个标签
累计收到
7
条评论
栏目
首页
日志
标签
分类目录
文章归档
搜索
标签搜索
优化
xml
黄色
初始化
node版本切换
nvm
nodejs
Serializable
热部署
Configuration
Component
spring
TODO
版本号
ref
curdate()
now()
group_concat
拼接
telnet
远程连接
having
远程调试
left join
锁
快捷键
报错
常用命令
常用命名
竖排打字
vocode
maven
异常
openfeign
vue
vscode
去重
java
svn
乱码
idea
tomcat
redis
端口占用
windows
springcloud
nocas
docker容器编排
版本
微服务
nacos
命令
linux
linux 命令
容器
镜像
mysql
nginx
docker
以下是
windows
相关的文章
2022-12-20
windows|通过自带的cmd命令验证ip或端口是否连通
命令1使用ping来访问地址ping 10.128.85.122缺点:不能ping端口号命令2使用telnet命令访问IP和端口号注意:Windows默认关闭Telnet功能Windows开启Telnet① 打开控制面板② 程序和功能,找到或直接搜索:启用或关闭Windows功能③ 查看本机是否开启
2022-12-20
167
0
0
windows
2022-07-09
windows常用命令
新建Windows桌面win + ctrl + d切换Windows桌面win+ ctrl + 方向键
2022-07-09
100
0
0
windows
2022-03-28
tomcat配置https
第一步修改tomcat默认端口为80tomcat安装目录/conf/server.xml# 修改前 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout=
2022-03-28
125
0
0
tomcat
2022-03-28
windows打开资源监测器命令
resmon
2022-03-28
71
0
0
windows
2022-03-28
windows 修改远程连接端口
打开注册表regedit\HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\ Control\ Terminal Server\ WinStations\RDP-Tcp下 PortNumber
2022-03-28
110
0
0
windows
2022-03-28
windows查看是不是永久激活
slmgr.vbs -dlv
2022-03-28
57
0
0
windows
2022-03-28
windows查看版本
winver
2022-03-28
29
0
0
windows
2022-03-28
windows下redis注册服务及取消
添加服务#redis根目录命令:redis-server.exe --service-install redis.windows.conf --loglevel verbose移除服务#系统管理员运行命令sc delete redis
2022-03-28
65
0
0
windows
2022-03-28
windows查看端口被占用
# 查看所有运行的端口netstat -ano #查看被占用端口对应的 PIDnetstat -aon|findstr "8081" #查看指定 PID 的进程tasklist|findstr "9088" #或者任务管理器直接杀死taskkill /T /F
2022-03-28
119
0
0
windows