zoukankan
html css js c++ java
常用的服务端口
范围:0-65535
固定端口:0-1023 1024保留
动态端口:1024-65535
常用端口:
21:FTP
22:SSH
23:Telnet
25:SMTP
53:DNS(UDP)
80:HTTP
443: HTTPS
873: Rsync
110:POP3
111:RPC 远程过程调用
135:RPC 远程过程调用
137:NetBIOS
139:windows文件和打印机共享,Unix中的samba服务
161:SNMP 简单网络管理协议
389:LDAP
445:SMB
查看全文
相关阅读:
JVM 类加载过程
JVM调优总结 -Xms
JVM 内存模型
git克隆远程项目并创建本地对应分支
内存泄漏 和 内存溢出
weblogic 乱码
tomcat 、NIO、netty 本质
Anything is possible if you have got enough nerve.
maven build 的时候,卡死在Downloading metadata的解决方法
TimeUnit
原文地址:https://www.cnblogs.com/guantou1992/p/12730853.html
最新文章
Spring cglib 初始化 ExceptionInInitializerError,new Enhancer() 异常
Spring 默认的 AopProxy
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor
逆回购
cvc-complex-type.3.2.2: 元素 'constructor-arg' 中不允许出现属性 'name'
Nexus3.x.x上传第三方jar
创建 .m2 文件夹
eclipse debug
【Linux】VMware虚拟机中如何配置静态IP
激活win10
热门文章
Knowing is not enough; we must apply. Willing is not enough; we must do.
There is only one success --- to be able to spend your life in your own way.
Error resolving version for plugin 'org.codehaus.mojo:tomcat-maven-plugin'
spring4.0.0 源码导入eclipse(sts)
NIO
多线程 50 道面试题
tcp/ip 3次握手和4次挥手
正向代理和反向代理
io 流概念
Spring 无缝整合 quartz
Copyright © 2011-2022 走看看