Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - ccdqd.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html
Server: Microsoft-IIS/10.0
Set-Cookie: ASPSESSIONIDQAQTBBQB=ILIHCOCDOKEEIECJJJKCIHOJ; path=/
X-Powered-By: ASP.NET
Date: Wed, 28 May 2025 03:57:03 GMT
Content-Length: 23862

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: ccdqd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>阡陌设计</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="follow" />
<meta name="renderer" content="webkit">
<link rel="shortcut icon"  type="image/x-icon" href="favicon.ico" /> 
<link href="css/common.css" rel="stylesheet" />
<script type="text/javascript">
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
window.location = "/m"; //可以换成http地址
}
</script>
<link rel="stylesheet" href="css/index.css"  />
<script src="js/mouseMoving.js"></script>

	<style type="text/css">
		.box{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.box:before{
	content: "";
	width: 150%;
	height: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
}
.box:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.box img{
	width: 100%;
	
	transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale(1.3); }
.box .box-content{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.box .title{
	font-size: 22px;
	font-weight: 600;
	color: #47ddc8;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	opacity: 0;
	margin: 0 0 5px 0;
	position: relative;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
}
.box:hover .title{
	opacity: 1;
	transform: translateY(0);
}
.box .post{
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	transform: translateX(-100%) rotateX(90deg);
	transition: all 0.5s ease 0s;
}
.box:hover .post{ transform: translateY(0) rotate(0); }
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
.box .icon li{
	display: inline-block;
	margin: 0 7px;
	transform: rotateX(90deg);
	transition: all 0.3s ease 0s;
}
.box .icon li:last-child{ transition-delay: 0.2s; }
.box:hover .icon li{ transform: rotateX(0); }
.box .icon li a{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #fff;
	font-size: 17px;
	color: #505050;
	transition: all 0.3s ease 0s;
}

@media only screen and (max-width:990px){
	.box{ margin-bottom: 30px; }
}
	</style>
</head>
<body style="width:100%;">
   
   
<!--头部标题栏开始-->
<div class="p_w top-second fixed_top" >
	<div id="" class="p_i">
        <div class="topSecond-first p_i">
            <a  href="index.asp" ><img style="width: 150px;height:70px; position:absolute; top:10px; "src="images/logo.png" /></a>
            <a class="top-description" target="_blank" href="index.asp">
            </a>
            <ul id="menu">
               
                
                <li id="menu_example">
                    <a href="contact.asp" target="_self">
                        <input type="hidden" value="contact.asp" />
                       联系我们
                    </a>
                    <i class="underline"></i>
                </li>
                <li id="menu_diary">
                    <a href="about.asp" target="_self">
                        <input type="hidden" value="about.asp" />
                        公司简介
                    </a>
                    <i class="underline"></i>
                </li>
                <li id="menu_product">
                    <a href="team.asp" target="_self">
                        <input type="hidden" value="team.asp" />
                        设计团队
                    </a>
                    <i class="underline"></i>
                 
                </li>
                <li id="menu_index">
                    <a href="product.asp" target="_self">
                        <input type="hidden" value="product.asp" />
                        设计作品
                    </a>
                    <i class="underline"></i>
                </li>
                <li id="menu_shigong">
                    <a href="index.asp" target="_self"  style="color:#f7c019;">
                        <input type="hidden" value="index.asp" />
                        首页
                    </a>
                    <i class="underline"></i>
                </li>
            </ul>
        </div>
	</div>
</div>
<!--头部标题栏2结束-->
<script src="js/jquery-1.11.3.min.js"></script>
<script>
    $(function () {
        if (getCookie("com_jtljia_www_cityname_180704")) {
            $("#menu_index a").attr("href", "" + getCookie("com_jtljia_www_cityname_180704"));
        }
        var menuList = $("#menu>li");
        for (var i = 0; i < menuList.length; i++) {
            var item = menuList[i];
            var activeUrl = $(item).find("a>input[type=hidden]").val();
            var urlArr = activeUrl.split(",");
            for (var j = 0; j < urlArr.length; j++) {
                if (location.href.indexOf(urlArr[j]) >= 0) {
                    $(item).addClass("active");
                    return;
                }
            }
        }
    })
</script>
    <!--banner开始-->
	
	 <div style="clear:both;"></div>
	
    <div class="p_w floor_banner">
        <div id="banner">
        	<div id='index-xmSlide' class='xmSlide'style="margin-top: 1px;">
					<a href='#'>
						<div style='height: 590px; background:url(images/banner1.jpg) no-repeat center center ; background-size:auto 100%'></div>
					</a>
					<a href='#'>
						<div style='height: 590px; background:url(images/banner2.jpg) no-repeat center center ; background-size:auto 100%'></div>
					</a>
					<a href='#'>
						<div style='height: 590px; background:url(images/banner3.jpg) no-repeat center center ; background-size:auto 100%'></div>
					</a>
					
					
					<a href='#'>
						<div style='height: 590px; background:url(images/banner4.jpg) no-repeat center center ; background-size:auto 100%'></div>
					</a>
			</div>
		</div>
       
        
    </div>

   
<!--设计作品-->
   
    <div class="p_w floor_ff floor_strategy">
        <div class="p_i">
            <div class="title">
                设计作品
            </div>
            <div class="subtitle">
                DESIGN WORK
            </div>
           
            <div class="strategy">
                <ul>
                    <li>
                    	<a   style="display:block; height:440px; width:200px;">
	                       
				<div class="box">
					<img src="images/images/sy_08.jpg"  height="254">
					
					<div class="box-content">
						<h3 class="title">空间设计</h3>
						<span class="post">Finished furniture</span>
					</div>
				</div>
                
			
            <div style="text-align:center;  padding:0 5px;">
               <h3 style="line-height:24px;height:24px; margin-top:15px;">空间设计</h3>
               <p style="color:#999;">糅合了各类成熟装修
风格,将不同装修文化内...</p>
            </div>
                        </a>
                    </li>
                    <li>
                    	<a  style="display:block; height:440px; width:200px;">
	                       
				<div class="box">
					<img src="images/images/sy_05.jpg" height="254">
					
					<div class="box-content">
						<h3 class="title">陈设艺术</h3>
						<span class="post">Custom furniture</span>
					</div>
				</div>
                <div style="text-align:center; padding:0 5px;">
               <h3 style="line-height:24px;height:24px; margin-top:15px;">陈设艺术</h3>
               <p style="color:#999;">从设计、选材与规格、色彩,
到功能、环保与配套升级...</p>
            </div>
          
                        </a>
                    </li>
                     <li>
                    	<a   style="display:block; height:440px; width:200px;">
	                 
				<div class="box">
					<img src="images/images/sy_03.jpg"  height="254">
					
					<div class="box-content">
						<h3 class="title">软装配饰</h3>
						<span class="post">Soft Accessories</span>
					</div>
				</div>
                <div style="text-align:center;  padding:0 5px;">
               <h3 style="line-height:24px;height:24px; margin-top:15px;">软装配饰</h3>
               <p style="color:#999;">软装的元素包括家具、装饰画、
花艺绿植、窗帘布艺、...</p>
            </div>
               
                        </a>
                    </li>
                     <li  >
						<a >
	                        <img src="images/images/sy_11.jpg"  />
                        </a>
                    </li>
                </ul>
                
            </div>
            <div style="height:2px;background:#c8c8c8; rwidth:100%; clear:both; "></div>
            <div class="strategy" style="clear:both; margin-top:10px ;">
                <ul >
                    <li style="width:100%;">
                    	
	                        <img src="images/images/sy_18.jpg" />
                            <div style="height:70px;width:290px; text-align:right; float:right; margin-top:80px;">
                            <h4 style="margin-top:18px; height:46px; color:#333;line-height:46px; font-size:20px; text-align:center;">成品家具</h4>
                            <p style="height:46px; line-height:46px; font-size:20px;color:#bcbcbc; text-align:center;"> MINIMALIST OFFICE
 STYLE</p>
                            <p style="color:#666; text-align:left; margin-top:30px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;简约风格体现在设计上的细节的把握。以简洁的表现形式来满足人们对空间环境那种感性的、本能的和理性的需求</p>
                            </div>
                       
                    </li>
                    
                    
                </ul>
                
            </div>
        </div>
       
    </div>
    <!--结束-->
     <div style="height:655px;background:url(images/1-1.jpg) no-repeat center; clear:both; width:100%;"></div>
    <!--去发现您想要的那个家开始-->
    <div class="p_w floor_ff floor_strategy">
        <div class="p_i">
            <div class="title">
                去发现您想要的那个家
            </div>
            <div class="subtitle">
                FIND THE HOME
            </div>
           
            <div class="strategy" style="height:429px; margin-left:60px;">
                <ul>
                    <li style="width:100%;">
                    	
	                        <img src="images/images/sy_24.jpg" />
                            <div style="width:255px; text-align:center; float:right; margin-top:60px; margin-right:209px;">
                           
                            <p style="line-height:22px;">如果你真心喜欢这个空间,你会倾注你所有的爱。阡陌将技术与情感融合,让你听到“家”要说的话。</p>
<p style="margin-top:68px;"><img src="images/images/23.png" /></p>
<a href="contact.asp" class="art" style="display:block;"><p style="line-height:50px; width:209px; height:50px; background:#333; color:#fff; margin-top:85px; margin-left:10px; ">联系我们</p></a>
                            </div>
                       
                    </li>
                </ul>
                
            </div>
            <div class="strategy" style="clear:both;">
                <ul >
                     <li style="width:100%; margin-bottom:80px;">
                    	
	                        <img src="images/images/sy_244.jpg" style="float:right; margin-right:86px;"/>
                            <div style="width:255px; text-align:center; float:left; margin-top:60px; margin-left:170px;">
                           
                            <p style="line-height:22px;">“客户,你也可以是设计师。”阡陌致力于引导和帮助普通的家居消费者,去发现家居的美、发掘家具的美、发现饰品搭配的美。</p>
<p style="margin-top:68px;"><img src="images/images/23.png" /></p>
<a href="contact.asp" class="art"><p style="line-height:50px; width:209px; height:50px;border:1px solid #333; color:#222; margin-top:85px; margin-left:10px; ">联系我们</p></a>
                            </div>
                       
                    </li>
                    
                    
                </ul>
                
            </div>
        </div>
       
    </div>
    <!--结束-->
    <!--服务流程-->
   <div style="height:655px;background:url(images/images/liucheng.jpg) no-repeat center; clear:both; width:100%;"></div>
   <!--结束--> 
   <!--设计团队-->
  <div class=" floor_ff subtitle" id="wrap" style="clear:both; ">
  <div class="title">
                设计团队
            </div>
            <div class="subtitle">
                DESIGN TEAM
            </div>
	<ul>
	
	
	    
	
	
		<li>
			<img src="../uppic/2018121414105950503.jpg" alt="">
				<a href="sjsjs.asp?id=1">
					<div class="cove" >
						<p style="padding-left:5px;padding-right:5px">谢海申</p>
						<p style="padding-left:5px;padding-right:5px">职位:公司创始人兼总经理</p>
                        <p style="padding-left:5px;padding-right:5px">服务理念:说有温度的话,做有爱心的事,做有真情的人。</p>
					</div>
				</a>

		</li>
		
		
	            </li>
			
	
	
		<li>
			<img src="../uppic/2018121414152775004.jpg" alt="">
				<a href="sjsjs.asp?id=2">
					<div class="cove" >
						<p style="padding-left:5px;padding-right:5px">赵清新</p>
						<p style="padding-left:5px;padding-right:5px">职位:公司创始人兼设计总监</p>
                        <p style="padding-left:5px;padding-right:5px">服务理念:返璞归真,终达彼岸;我心归处,即为设计</p>
					</div>
				</a>

		</li>
		
		
	            </li>
			
	
	
		<li>
			<img src="../uppic/2018121414173925083.jpg" alt="">
				<a href="sjsjs.asp?id=6">
					<div class="cove" >
						<p style="padding-left:5px;padding-right:5px">殷文杰</p>
						<p style="padding-left:5px;padding-right:5px">职位:主案设计师</p>
                        <p style="padding-left:5px;padding-right:5px">服务理念:用极其简单的线条勾勒出最具灵性的空间。</p>
					</div>
				</a>

		</li>
		
		
	            </li>
			
	
	
		<li>
			<img src="../uppic/2021141621357776.jpg" alt="">
				<a href="sjsjs.asp?id=9">
					<div class="cove" >
						<p style="padding-left:5px;padding-right:5px">张利霞</p>
						<p style="padding-left:5px;padding-right:5px">职位:主案设计师</p>
                        <p style="padding-left:5px;padding-right:5px">服务理念:一位爱設計的阡陌员工,因为喜欢,所以热爱。</p>
					</div>
				</a>

		</li>
		
		
	            </li>
			
	
	
		<li>
			<img src="../uppic/202011014413443794.jpg" alt="">
				<a href="sjsjs.asp?id=10">
					<div class="cove" >
						<p style="padding-left:5px;padding-right:5px">车法君</p>
						<p style="padding-left:5px;padding-right:5px">职位:主案设计师</p>
                        <p style="padding-left:5px;padding-right:5px">服务理念:用心观察生活,感悟人生真谛,让设计与生活互动&#8194;</p>
					</div>
				</a>

		</li>
		
		
	            </li>
				
		
		
		
	</ul>
</div>
<!--结束-->
	<script type="text/javascript" >
		(function () {
			var $li =$('#wrap ul li');
			$li.hover(function (ev) {

				move.call(this , ev , true);

			},function (ev) {
				move.call(this , ev , false);
			});
			function move( ev , bool) {

				var top = $(this).offset().top;
				var bottom = top + $(this).height();
				var left = $(this).offset().left;
				var right = left + $(this).width();
				
				var x = ev.pageX,
					y = ev.pageY;

				var sT = Math.abs(y - top),
					sB = Math.abs(y - bottom),
					sL = Math.abs(x - left),
					sR = Math.abs(x - right);

				var a = Math.min( sT , sB , sL , sR );

				switch( a ){

					case sT:
						if (bool) {
							$(this).find('.cove').css({
								left:0,
								top:'-600px'
							}).animate({
								top:0
							},200);
						} else {
							$(this).find('.cove').stop(1,1).animate({
								top:'-600px'
							},200);
						}
					break;

					case sB:
						if ( bool ) {
							$(this).find('.cove').css({
								left:0,
								top:'360px'
							}).animate({
								top:0
							},200);							
						} else {
							$(this).find('.cove').stop(1,1).animate({
								top:'360px'
							},200);	
						}

					break;
					case sL:
						if ( bool ) {
							$(this).find('.cove').css({
								left:'-230px',
								top:0
							}).animate({
								left:0
							},200);							
						} else {
							$(this).find('.cove').stop(1,1).animate({
								left:'-230px'
							},200);	
						}

					break;
					case sR:
						if ( bool ) {
							$(this).find('.cove').css({
								left:'230px',
								top:0
							}).animate({
								left:0
							},200);							
						} else {
							$(this).find('.cove').stop(1,1).animate({
								left:'230px'
							},200);	
						}

					break;



				}

			};
		})();
	</script>

	
    <!--[if lt IE 9]>
<script>
   (function() {
     if (!
     /*@cc_on!@*/
     0) return;
     var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
     var i= e.length;
     while (i--){
         document.createElement(e[i])
     }
})()
</script>
<![endif]-->
<style type="text/css">
    #companyName a{
        display:inline-block;
        vertical-align:middle;
        padding:0 20px;
        line-height: 24px;
        color:#ABABAB
    }
     #companyName a img{
         float:left;
         margin:4px 4px 4px 0;
     }
</style>
<!--新闻资讯-->
 <div class="p_w floor_ff floor_strategy">
        <div class="p_i">
          
           
            <div class="strategy" style="height:429px; margin-left:60px;">
                <ul>
                    <li style="width:100%;">
                    	
	                         <img src="images/images/sy_55.jpg" style="float:right; height:480px;"/>
                            <div style="width:255px; text-align:center; float:left; margin-top:60px; ">
                           <h4 class="title" style="font-weight:500; font-size:24px;">新闻资讯</h4>
						<span class="post"  style="font-size:22px; color:#aeabab;">NEWS INFORMATION</span>
                         
                            </div>
                       
                    </li>
                </ul>
                
            </div>
            <div class="strategy" style="clear:both; ">
                <ul >
                     <li style="width:100%; margin-top:90px;">
                    	
	                        <img src="images/images/sy_57.jpg" style="width:700px;"/>
							
							 <div style="width:450px; text-align:left; float:right; margin-top:60px;">
							 
							 
							<div style=" width:450px;float:right;margin-bottom: 20px; ">
                            <div style="width:255px; text-align:center; float:right; ">
                           
                           <h4 class="title"  style="font-weight:500; font-size:24px;">关于我们</h4>
							<span class="post"  style="font-size:22px; color:#aeabab;">ABOUT US</span>
							</div>
							</div>
							
                           
                        
							<p> 
                            <img src="images/gsjj.jpg" />
					</p>
							</div>
							
							
                    </li>
                    
                    
                </ul>
                
           
		   
		   
		   
        </div>
       
    </div>
	 </div>
    <!--结束-->
	
	
	
	
	
	  <div class=" floor_ff subtitle"  style="clear:both; width:1200px;margin: auto;padding-top:100px">
  <div class="title">
                合作企业名录
            </div>
            <div style="    margin-top: 10px;
    font-size: 22px;
    color: #8d8b8b;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;">
                DESIGN TEAM
            </div>
	<div style="width:100%;height:auto">
			<img src="images/hezuo.jpg" alt="">
				
	
	</div>	
		
	      
		
		
	
</div>
	
	
	
	
	
	
    <!--底部-->

<footer class="p_w footer" style="margin-top:40px;">
    <div class="p_i"  style="height:280px;">
        <div class="p_i bottom_menu">
            <ul>
                <li style="width:390px; height:212px; border-right:1px solid #525252; ">
             <div class="tm" style="padding-left:70px" >
                <div>关于我们</div>
                <div  style="float:left; margin-top:15px;"><a href="about.asp">关于我们 </s>|  </div>
                <div  style="margin-top:15px;"><a href="contact.asp">联系地址 </a> </div>
                <p style="margin-top:20px;"><a href="http://wpa.qq.com/msgrd?v=3&uin=2234464910&site=qq&menu=yes" target="_blank">QQ在线咨询</a>
                <a href="http://www.ccdqd.com/sheji.asp" style="margin-left:20px;">在线预约</a>
                </p>
             </div>
                </li>
                <li style="width:390px; height:212px;border-right:1px solid #525252;">
                <div class="tm" style="margin-left:30px;margin-right:30px">
                <div >联系方式</div>
                <div style="margin-top:20px;"> 企业座机:0532-68887151 </div>
                <div >业务电话:18953235733 </div>
                 <div  >企业邮箱:[email protected]</div>
                  <div  >联系地址:青岛市崂山区辽阳东路9号高科园装饰城综合楼6楼  </div>
               
			   

			   
			   
			   
			   
			   
             </div></li>
                <li style="width:390px; height:212px;"><img src="/images/rwm.png"style="margin:40px 117px;width:115px ;height:115px ;display:block; ">
                
                </li>
               

            </ul>
        </div>
        
        
    </div>
    <div style="height:1px ; background:#525252;"></div>
    <div class="p_w copyright">
        <div class="p_i">
            
        </div>
    </div>
</footer>
<!--结束-->

<div id='rightmenutop' >
	<div id="izl_rmenu" class="izl-rmenu">
		
		<div class="btnn btn-top"><span class="back-top"></span><span class="goback-top">置顶</span></div>
	</div>
</div>


    <script src='js/iframeTools.source.js'></script>
  
    <script src="js/slider.js"></script>

   
    <script src="js/StoreSelect.js"></script>
    <script src='js/common.js'></script>
    <script src="js/index.js"></script>

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: CCDQD.COM
Registry Domain ID: 2336116909_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2024-11-22T06:55:38Z
Creation Date: 2018-11-24T07:52:00Z
Registry Expiry Date: 2025-11-24T07:52:00Z
Registrar: Xin Net Technology Corporation
Registrar IANA ID: 120
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4008182233
Domain Status: ok https://icann.org/epp#ok
Name Server: NS11.XINCACHE.COM
Name Server: NS12.XINCACHE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T03:56:47Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass