﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-T、IS-随笔分类-Other</title><link>http://www.blogjava.net/AntiquMan/category/54904.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 10 Aug 2015 06:59:23 GMT</lastBuildDate><pubDate>Mon, 10 Aug 2015 06:59:23 GMT</pubDate><ttl>60</ttl><item><title>如何做域名解析（A记录、CNAME记录、URL转发、二级域名）</title><link>http://www.blogjava.net/AntiquMan/archive/2015/08/10/426713.html</link><dc:creator>AntiquMan</dc:creator><author>AntiquMan</author><pubDate>Mon, 10 Aug 2015 06:37:00 GMT</pubDate><guid>http://www.blogjava.net/AntiquMan/archive/2015/08/10/426713.html</guid><wfw:comment>http://www.blogjava.net/AntiquMan/comments/426713.html</wfw:comment><comments>http://www.blogjava.net/AntiquMan/archive/2015/08/10/426713.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/AntiquMan/comments/commentRss/426713.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/AntiquMan/services/trackbacks/426713.html</trackback:ping><description><![CDATA[<p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是域名解析：</strong>域名解析就是域名到IP地址的转换过程。IP地址是网路上标识您站点的数字地址，为了简单好记，采用域名来代替IP地址标识站点地址。域名的解析工作由DNS服务器完成。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是A记录(IP指向)：</strong>&nbsp;用来指定域名对应的IP地址记录。用户可以将该域名解析到自己的web server上。同时也可以设置您域名的二级域名。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是cname记录(别名指向)：</strong>相当于用子域名来代替ip地址，优点是如果ip地址变化，只需要改动子域名的解析，而不需要逐一改变ip地址解析。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是URL(转发)：</strong>访问您的域名时，将会自动跳转到您所指定的另一个网络地址（URL），此时在浏览器地址栏显示的是你跳转的地址。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是frame(隐藏转发)：</strong>访问您的域名时，将会自动跳转到您所指定的另一个网络地址（URL），此时在浏览器地址栏显示的是你原域名地址。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是mail记录：</strong>它指向一个邮件服务器，用于电子邮件系统发邮件时根据 收信人的地址后缀来定位邮件服务器。</p><p style="margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 23.3999996185303px; background-color: #f5f5f5;"><strong style="line-height: 19.5px;">什么是MX记录：</strong>它指向一个邮件服务器，用于电子邮件系统发邮件时根据 收信人的地址后缀来定位邮件服务器。</p><img src ="http://www.blogjava.net/AntiquMan/aggbug/426713.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/AntiquMan/" target="_blank">AntiquMan</a> 2015-08-10 14:37 <a href="http://www.blogjava.net/AntiquMan/archive/2015/08/10/426713.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>