摘要:
一、简述dns DNS(domain name system)域名系统或者(domain named system)区域名称服务,分为正向与反向域名解析,适用C/S,端口路53/udp,53/tcp,属于应用层协议; 作用:人得记忆有限,如果没有dns得记下多少IP地址;从网络来说由于tcp/ip协 阅读全文
摘要:
//Spring’s approach to building RESTful web services, HTTP requests are handled by a controller. These components are identified by the @RestControlle 阅读全文