Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - ada8.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: max-age=864000
Content-Type: text/html
Last-Modified: Sat, 04 Jan 2025 15:06:18 GMT
Accept-Ranges: bytes
ETag: "b3321535ba5edb1:0"
Server: Microsoft-IIS/7.5
Set-Cookie: _d_id=db1003bc53ca207e710932e993e6d5; Path=/; HttpOnly
Date: Wed, 30 Apr 2025 03:57:06 GMT
Content-Length: 60874

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ada8.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">

<!--...-->
<!--Begin-->
<!--End-->

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="widtd=device-widtd, initial-scale=1.0">
    <title>ATF9.com-不扰民、不流氓、不骗人</title>

	<!--Begin CSS样式表都放在这里集中-->
    <style type="text/css">
		
		.test{
			width: 100%;
		}

		.htlink
		{	
		}

		.a_white
		{
			color: white;
			text-decoration: none;
		}

		.main_bar{
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			background-color:black;
			color: white;
			text-decoration: none;
			font-weight: bold;
		}

		.start_menu 
		{
			text-align: left;
			width: 10%;
		}

		.taskbar
		{
			text-align: center;
		}
		
		.system_tray {
			width: 10%;
			text-align: right;
		}
		
        .page_header {
			margin-top: 2rem;
            width: 100%;
			left: 0;
			right: 0;
            text-decoration: none;
			text-align: center;
        }

		.logo_div
		{
			width: 100%;
			text-align: center;
		}

		.logo_img
		{
			width: 40%;
		}

		.search_box 
		{
			text-decoration: none;
			width: 100%;
		}

		.search_table 
		{
			width: 100%;
		}

		.search_left_td
		{
			width: 10%;
		}

		.search_right_td
		{
			width: 10%;
		}

		.search_text_td
		{
			width: 70%;
			text-align: right;
			border-style: none;
			border-color: dodgerblue;
		}

		.search_button_td
		{
			width: 10%;
			text-align: left;
			border-style: none;
			border-color: dodgerblue;
		}

		.search_text
		{
			border-style:solid;
			border-color: dodgerblue;
			width: 100%;
			font-size: x-large;
			height: 28px;
		}

		.search_button
		{
			border-style:none;
			border-color: dodgerblue;
			font-size:medium;
			background-color:dodgerblue;
			font-weight: normal;
			width: 100%;
			color: white;
			height: 34px;
			min-width: 72px;
		}

		.search_button_icon
		{
			width: 1.2rem;
			height: 1.2rem;
		}

        .td_left_w10
        {
            width: 10%;
            text-align: left;
        }

        .td_center_w80
        {
            width: 80%;
            text-align: center;
        }

        .td_right_w10
        {
            width: 10%;
            text-align: right;
        }

        .a_white
        {
            text-decoration: none;
            color: white;
        }

		.table_w100
		{
			width: 100%;
		}
		
		.table_2td
		{
			width: 50%;
		}
		
		.table_3td
		{
			width: 33%;
		}
		
		.table_4td
		{
			width: 25%;
		}
		
		.table_5td
		{
			width: 20%;
		}

		.urls_window
		{
			width: 100%;
			border-style: solid;
			border-color: royalblue;
			border-radius: 10px;
		}

		.urls_table
		{
			width: 100%;
			text-align: center;
		}

		.title_bar
		{
			width: 100%;
			background-color: royalblue;
			text-align: center;
			color: white;
		}

		.title_bar_left_td
		{
			width: 100px;
			text-align: left;
		}

		.title_bar_center_td
		{
			width: auto;
			text-align: center;
		}

		.title_bar_right_td
		{
			width: 100px;
			text-align: right;
		}

		.flex_container {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: stretch;
			width: 100%;
		}

		.flex_item {
			width: 50%;
			min-width: 480px;
		}

		.empty_div
		{
			width: 100;
		}

		.empty_table
		{
			width: 100%;
		}

		.page_footer
		{
			width: 100%;
		}

		.sysbar
		{
			width: 100%;
			background-color:black
		}

		.footer_table
		{
			width: 100%;
		}

		.page_main
		{
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: stretch;
		}

		@media screen and (max-width:600px) {
			.page_main_content
			{
				width: 100%;
				border-style: none;
				border-radius: 10px;
				border-color: royalblue;
			}

			.page_main_ad_left
			{
				width: 100%;
				border-style: solid;
				border-radius: 10px;
				border-color: royalblue;
			}
			
			.page_main_ad_right
			{
				width: 100%;
				border-style: solid;
				border-radius: 10px;
				border-color: royalblue;
			}
			
		}

		@media screen and (min-width:600px) {
			.page_main_content
			{
				width: 50%;
				border-style: solid;
				border-radius: 10px;
				border-color: royalblue;
				margin: 4px;
			}

			.page_main_ad_left
			{
				width: 20%;
				border-style: solid;
				border-radius: 10px;
				border-color: royalblue;
				margin: 4px;
			}
			
			.page_main_ad_right
			{
				width: 20%;
				border-style: solid;
				border-radius: 10px;
				border-color: royalblue;
				margin: 4px;
			}
		}

		.page_main_content_table
		{
			width: 100%;
		}

		.page_main_ad_table
		{
			width: 100%;
		}

		.table_main_2td
		{
			width: 100%;
			text-align: center;
			color: white;
			font-weight: bold;
			font-size: x-large;
		}

		.table_main_2td_side_td
		{
			width: 1%;
		}

		.table_main_2td_middle_td
		{
			width: 2%;
		}

		.table_2td_content_td_a
		{
			width: 48%;
			height: 10rem;
			background-color: royalblue;
			border-radius: 20px;
		}

		.table_2td_content_td_b
		{
			width: 48%;
			height: 10rem;
			background-color: slateblue;
			border-radius: 20px;
		}

		.table_main_4td
		{
			width: 100%;
		}

		.toutiao
		{
			width: 100%;
			text-align: center;
		}

		.ad_container
		{
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: stretch;
		}

		.banner
		{
			width: 100%;
			min-width: 320px;
			min-height: 72px;
			background-color: black;
			color: white;
			text-align: center;
		}

		.ad_item
		{
			min-height: 72px;
			color: white;
			text-align: center;
		}

		@media screen and (max-width:600px) {
			.ad_item
			{
				width: 100%;
			}
		}

		@media screen and (min-width:600px) {
			.ad_item
			{
				width: 50%;
			}
		}

		.home_div
		{
			width: 100%;
			text-align: center;
		}


    </style>
	
	<!--End CSS样式表都放在这里集中-->

	<!-- Begin JS都放在这里集中-->
    <script>

        function void_search(eventx,string_text)
        {

            const string_web = "http://cn.bing.com/search?q=";
            const string_news = "http://cn.bing.com/news/search?q=";
            const string_pic = "http://cn.bing.com/images/search?q=";
            const string_video = "http://cn.bing.com/videos/search?q=";

            let string_url = string_web + string_text;
            window.open(string_url,"_blank");

        }//fun
		
		function void_search_by_enter(eventx,string_text)
		{
			
			if ( eventx.keyCode == 13 )
			{
				void_search(eventx,string_text);
			}//if
            
		}//fun

		function refreshFrame()
		{
			document.getElementById('blog_index').contentWindow.location.reload(true);
		}

    </script>
	<!--End JS都放在这里集中 -->

</head>

<!--头身分隔线------------------------------------------------------------->

<body>
	
	<!-- Begin主页顶部系统菜单栏 -->
	
	<div class="main_bar">
		<table class="table_w100">
            <tr>
                <td class="start_menu"><a class="a_white" href="/" target="_blank">ATF9.com</a></td>
                <td class="taskbar">&nbsp;</td>
                <td class="system_tray">&nbsp;</td>
            </tr>
        </table>
	</div>
	
	<!-- End主页顶部系统菜单栏 -->
	
	<!--Begin页首-->
	<!--菜单栏下面起分割调整布局作用的页首元素,这里用的天气预报组件-->
	<header class="page_header">
		<iframe name="I1" src="http://i.tianqi.com/index.php?c=code&id=1" width="320" height="35" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" id="I1"></iframe>
	</header>
	<!--End页首-->

	<!--Begin Logo-->
	<div class="logo_div">
		<img src="public/static/img/logo/atf9.png" class="logo_img" alt="ATF9.com">
	</div>
	<!--End Logo-->
	
	<!-- Begin 搜索框-->
    <div class="search_box">

		<table class="search_table">
			<tr>

				<td class="search_left_td"></td>

				<td class="search_text_td">
					<input id="text_search" class="search_text" type="text" onkeypress="void_search_by_enter(event,text_search.value)" />
					
				</td>

				<td class="search_button_td">
					<button id="search_button" class="search_button" onclick="void_search(event,text_search.value)">
						<!--img src="public/img/button/zoom_bai.png" class="search_button_icon" alt="搜索"-->
						搜索
					</button>
				</td>

				<td class="search_right_td"></td>

			</tr>
		</table>

		<table class="toutiao">
			<tr>
				<td>
					<a href="/cn/notice/index.html" target="_blank" rel="noopener noreferrer">重构的新版本网站正式上线开始进行Beta测试。</a>
				</td>
			</tr>
		</table>
    </div>

	<!--End 搜索框-->

	<!--Begin 广告区域-->

	<div class="ad_container" style="display: none;">

		<div class="banner">
			<h1>黑神话 悟空</h1>
		</div>

		<div class="ad_item" style="background-color: green;">
			<h1>Xbox</h1>
		</div>

		<div class="ad_item" style="background-color: royalblue;">
			<h1>PlayStation</h1>
		</div>

	</div>

	<!--End 广告区域-->

	<!--Begin 20个图标区域-->
	<!--End 图标区域-->

	<!--Begin Home区域-->
	<div class="home_div">
		<table class="urls_table">

			<thead>
				<tr>
					<th class="table_4td">&nbsp;</th>
					<th class="table_4td">&nbsp;</th>
					<th class="table_4td">&nbsp;</th>
					<th class="table_4td">&nbsp;</th>
				</tr>
			</thead>

			<tbody>
				<tr>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
				</tr>
			</tbody>
			<tfoot>
				<tr>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
				</tr>
			</tfoot>
		</table>
	</div>
	<!--End Home区域-->

	<!--Begin首页-->

	<main class="page_main">

		<div class="page_main_ad_left">

			<table class="page_main_ad_table">

				<thead>
					<tr><th>我的收藏夹</th></tr>
				</thead>

				<tbody>
					<tr>
						<td>
							<a href="https://www.sega.com/" target="_blank" rel="noopener noreferrer">SEGA</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://www.xbox.com/zh-CN/" target="_blank" rel="noopener noreferrer">Xbox</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://store.steampowered.com/" target="_blank" rel="noopener noreferrer">Steam</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="http://betop-cn.com/" target="_blank" rel="noopener noreferrer">北通手柄</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://www.playstation.com/zh-hans-cn/" target="_blank" rel="noopener noreferrer">PlayStation</a>
						</td>
					</tr>
				</tbody>

				<tfoot></tfoot>

			</table>
		</div>

		<div class="page_main_content">
			
			<table class="page_main_content_table">

				<!--
				<thead>
					<tr>
						<th style="width: 20%;;min-width: 144px;">时间</th>
						<th style="width: auto">标题</th>
					</tr>
				</thead>

				<tbody>
					<tr>
						<td>2024年10月22日</td>
						<td>敢问路在何方?路在脚下。</td>
					</tr>
				</tbody>
				-->

				<thead>
					<tr>
						<th>
							公告栏
							&nbsp;
							<a href="/cn/blog/index.html" target="_blank" rel="noopener noreferrer">Blog</a>
						</th>
					</tr>
				</thead>

				<tbody>
					<tr>
						<td>
							<hr>
							2024年11月4日:<br>
							清理了一些失效链接,修正了几处导致在手机上显示变形的Bug。
							<hr>
							2024年10月26日凌晨:<br>
							微调外观,删除嵌入的iframe框架页面。
							<hr>
							2024年10月22日晚:<br>
							微调优化了部分css样式表。重构了main部分的整体布局。
							<hr>
							2024年10月22日凌晨:<br>
							网站重构工作基本完成。进入Beta测试阶段。由此带来的不便,还望各位新老朋友们见谅!
						</td>
					</tr>
				</tbody>

				<tfoot></tfoot>

			</table>
		</div>

		<div class="page_main_ad_right">

			<table class="page_main_ad_table">

				<thead>
					<tr><th>我的收藏夹</th></tr>
				</thead>

				<tbody>
					<tr>
						<td>
							<a href="https://mall.jd.com/index-856130.html" target="_blank" rel="noopener noreferrer">闪迪官方旗舰店(京东)</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://mall.jd.com/index-795069.html" target="_blank" rel="noopener noreferrer">金士顿旗舰店(京东)</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://juedingmy.tmall.com" target="_blank" rel="noopener noreferrer">珏鼎母婴专营店</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://laoa.tmall.com/" target="_blank" rel="noopener noreferrer">老A天猫旗舰店</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="https://tankstorm.tmall.com/" target="_blank" rel="noopener noreferrer">坦克风暴官方旗舰店</a>
						</td>
					</tr>
				</tbody>

				<tfoot></tfoot>

			</table>
		</div>

	</main>
	
	<!--End首页-->
	
	<!-- Begin 网址导航部分 -->

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">门户&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.ifeng.com" target="_blank" class="htlink">凤凰</a>.<a href="http://news.ifeng.com/mil/" target="_blank" class="htlink">军事</a></td>
				<td><a href="http://www.sohu.com" target="_blank" class="htlink">搜狐</a></td>
				<td>
					<a class="htlink" href="http://www.enorth.com.cn/" target="_blank">北方网</a></td>
				<td><a class="htlink" href="https://www.cctv.com/" target="_blank">CCTV</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.163.com" target="_blank" class="htlink">网易</a>.<a href="http://email.163.com/" target="_blank" class="htlink">邮箱</a></td>
				<td><a href="http://www.youku.com" target="_blank" class="htlink">优酷</a></td>
				<td><a href="https://www.bilibili.com/" target="_blank" class="htlink">BiiBili</a></td>
				<td><a href="http://www.zol.com.cn" target="_blank" class="htlink">中关村在线</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.autohome.com.cn" target="_blank" class="htlink">汽车之家</a></td>
				<td><a href="https://www.toutiao.com/" target="_blank" class="htlink">今日头条</a></td>
				<td><a href="http://www.taobao.com" target="_blank" class="htlink">淘宝网</a></td>
				<td><a href="http://www.jd.com" target="_blank" class="htlink">京东商城</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.baidu.com" target="_blank" class="htlink">百度</a>.<a href="http://tieba.baidu.com/" target="_blank" class="htlink">贴吧</a></td>
				<td><a href="https://www.cnr.cn" target="_blank" class="htlink">央广网</a></td>
				<td>
					<a href="https://www.sogou.com/" target="_blank" class="htlink">搜狗</a></td>
				<td>
					<a href="https://bing.com/" target="_blank" class="htlink">Bing</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">综合&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			
			<tr>
				<td><a href="http://www.pconline.com.cn/" target="_blank" class="htlink">太平洋电脑</a></td>
				<td><a href="https://www.yiche.com/" target="_blank" class="htlink">易车网</a></td>
				<td><a href="http://www.microsoft.com/zh-cn" target="_blank" class="htlink">微软</a></td>
				<td><a href="http://www.apple.com/cn/" target="_blank" class="htlink">Apple</a></td>
			</tr>
			
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			
			<tr>
				<td><a href="https://www.eastmoney.com/" target="_blank" class="htlink">东方财富</a></td>
			  <td><a href="http://www.10jqka.com.cn/" target="_blank" class="htlink">同花顺</a></td>
				<td></td>
				<td></td>
			</tr>
			
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">娱乐&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			
			<tr>
				<td><a href="http://www.zhibo8.cc" target="_blank" class="htlink">直播吧</a></td>
				<td><a href="http://www.yy.com/" target="_blank" class="htlink">YY直播</a></td>
				<td><a href="https://www.migu.cn/" target="_blank" class="htlink">咪咕</a></td>
				<td><a href="http://www.pps.tv/" target="_blank" class="htlink">爱奇艺</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.wasu.cn/" target="_blank" class="htlink">华数TV</a></td>
				<td><a href="http://www.yinyuetai.com/" target="_blank" class="htlink">音悦台</a></td>
				<td><a href="http://www.pptv.com/" target="_blank" class="htlink">PPTV</a></td>
				<td><a href="http://www.1905.com/" target="_blank" class="htlink">1905电影</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.tudou.com/" target="_blank" class="htlink">土豆</a></td>
				<td><a href="http://www.aipai.com/" target="_blank" class="htlink">爱拍网</a></td>
				<td><a href="https://www.acfun.cn/" target="_blank" class="htlink">AcFun</a></td>
				<td><a href="http://v.qq.com/" target="_blank" class="htlink">腾讯视频</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://tv.sohu.com/" target="_blank" class="htlink">搜狐视频</a></td>
				<td><a href="http://www.56.com/" target="_blank" class="htlink">56我乐</a></td>
				<td></td>
				<td></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">生活&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://email.163.com/" target="_blank" class="htlink">网易邮箱</a></td>
				<td><a href="https://mail.aliyun.com/" target="_blank" class="htlink">阿里邮箱</a></td>
				<td><a href="http://www.microsoft.com/zh-cn/outlook-com/" target="_blank" class="htlink">Outlook</a></td>
				<td><a href="https://mail.qq.com/" target="_blank" class="htlink">QQ邮箱</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://mail.10086.cn/" target="_blank" class="htlink">139邮箱</a></td>
				<td><a href="https://mail.wo.cn/" target="_blank" class="htlink">沃邮箱</a></td>
				<td><a href="http://mail.189.cn/" target="_blank" class="htlink">189邮箱</a></td>
				<td><a href="http://mail.sohu.com/" target="_blank" class="htlink">搜狐邮箱</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.boc.cn/sourcedb/whpj/" target="_blank" class="htlink">外汇牌价</a></td>
				<td><a href="http://www.boc.cn/" target="_blank" class="htlink">中国银行</a></td>
				<td><a href="http://www.icbc.com.cn/icbc/" target="_blank" class="htlink">工商银行</a></td>
				<td><a href="http://www.cmbchina.com/" target="_blank" class="htlink">招商银行</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.ccb.com/" target="_blank" class="htlink">建设银行</a></td>
				<td><a href="http://www.abchina.com/cn/" target="_blank" class="htlink">农业银行</a></td>
				<td><a href="http://www.bankcomm.com/" target="_blank" class="htlink">交通银行</a></td>
				<td><a href="http://www.gtja.com/" target="_blank" class="htlink">国泰君安</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.10086.cn/" target="_blank" class="htlink">中国移动</a></td>
				<td><a href="http://www.10010.com/" target="_blank" class="htlink">中国联通</a></td>
				<td><a href="http://www.189.cn/" target="_blank" class="htlink">中国电信</a></td>
				<td><a href="http://www.newone.com.cn/" target="_blank" class="htlink">招商证券</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.essence.com.cn/" target="_blank" class="htlink">安信证券</a></td>
				<td><a href="http://mail.sina.com.cn/" target="_blank" class="htlink">新浪邮箱</a></td>
				<td><a href="http://www.lottery.gov.cn/" target="_blank" class="htlink">体育彩票</a></td>
				<td><a href="http://www.zhcw.com/" target="_blank" class="htlink">福利彩票</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td style="width: 25%"><a href="http://www.12306.cn" target="_blank" class="htlink">火车票</a></td>
				<td style="width: 25%"><a href="http://zh.wikipedia.org/" target="_blank" class="htlink">维基百科</a></td>
				<td style="width: 25%"><a href="http://www.nmc.gov.cn/" target="_blank" class="htlink">中央气象台</a></td>
				<td style="width: 25%"><a href="http://summary.jrj.com.cn/" target="_blank" class="htlink">股市行情</a></td>
			</tr>
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td style="width: 25%"><a href="http://www.kuaidi.com/" target="_blank" class="htlink">查快递</a></td>
				<td style="width: 25%"><a href="http://www.weather.com.cn/" target="_blank" class="htlink">天气预报</a></td>
				<td style="width: 25%"><a href="https://www.meishichina.com/" target="_blank" class="htlink">美食天下</a></td>
				<td style="width: 25%"><a href="http://www.ip138.com/weizhang.htm" target="_blank" class="htlink">违章查询</a></td>
			</tr>
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td style="width: 25%"><a href="http://www.zgjiemeng.com/" target="_blank" class="htlink">周公解梦</a></td>
				<td style="width: 25%"><a href="http://life.httpcn.com/sm_name_company.asp" target="_blank" class="htlink">名字测试</a></td>
				<td style="width: 25%"><a href="http://www.qidian.com/" target="_blank" class="htlink">起点中文</a></td>
				<td style="width: 25%"><a href="http://www.d1xz.net/" target="_blank" class="htlink">第一星座</a></td>
			</tr>
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>

		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">应用软件&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td"><a href="cn/link/software/list.html" target="_blank" class="a_white">更多...</a></td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.winamp.com/" target="_blank" class="htlink">WinAMP</a></td>
				<td><a href="http://potplayer.tv/?lang=zh_CN" target="_blank" class="htlink">PotPlayer</a></td>
				<td><a href="http://www.daemon-tools.cc/chn/home" target="_blank" class="htlink">虚拟光驱</a></td>
				<td><a href="http://www.kugou.com/" target="_blank" class="htlink">酷狗音乐</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.kuwo.cn/" target="_blank" class="htlink">酷我音乐</a></td>
				<td><a class="htlink" href="https://music.163.com/" target="_blank">网易音乐</a></td>
				<td><a class="htlink" href="https://y.qq.com/" target="_blank">QQ音乐</a></td>
				<td><a class="htlink" href="https://www.google.cn/chrome/" target="_blank">Chrome</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.kmplayer.com" target="_blank" class="htlink">KMPlayer</a></td>
				<td><a href="http://www.xfplay.com/" target="_blank" class="htlink">影音先锋</a></td>
				<td><a href="https://player.qq.com/" target="_blank" class="htlink">QQ影音</a></td>
				<td><a href="https://www.foobar2000.org/" target="_blank" class="htlink">foobar2000</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.pcfreetime.com/" target="_blank" class="htlink">格式工厂</a></td>
				<td><a href="https://www.realnetworks.com.cn/products-services/realplayer" target="_blank" class="htlink">RealPlayer</a></td>
				<td><a href="http://kankan.meitu.com/" target="_blank" class="htlink">美图看看</a></td>
				<td><a href="https://xiuxiu.meitu.com/" target="_blank" class="htlink">美图秀秀</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.freedownloadmanager.org/" target="_blank" class="htlink">FreeDM</a></td>
				<td><a href="https://xunlei.com/" target="_blank" class="htlink">迅雷</a></td>
				<td><a href="http://video.xunlei.com" target="_blank" class="htlink">迅雷影音</a></td>
				<td><a href="https://www.bittorrent.com/" target="_blank" class="htlink">BitTorrent</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>

		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">游戏&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td style="width: 25%">
					<a href="http://www.ali213.net/" target="_blank" class="htlink">游侠网</a></td>
				<td style="width: 25%">
					<a href="http://www.gamersky.com/" target="_blank" class="htlink">游民星空</a></td>
				<td style="width: 25%">
					<a href="http://lol.qq.com" target="_blank" class="htlink">英雄联盟</a></td>
				<td style="width: 25%">
					<a href="https://fco.qq.com" target="_blank" class="htlink">FC OL</a></td>
			</tr>
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.xbox.com/zh-CN/" target="_blank" class="htlink">Xbox</a></td>
				<td><a href="http://www.tgbus.com/" target="_blank" class="htlink">电玩巴士</a></td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">开源社区&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td>
					<a href="http://www.csdn.net" target="_blank" class="htlink">CSDN</a></td>
				<td>
					<a href="http://www.oschina.net/" target="_blank" class="htlink">开源中国</a></td>
				<td>
					<a href="http://www.infoq.com" target="_blank" class="htlink">InfoQ</a></td>
				<td><a href="https://riscv.org/" target="_blank" class="htlink">RISC-V</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.dotnetfoundation.org/" target="_blank" class="htlink">.net基金会</a></td>
				<td><a href="http://sourceforge.net/" target="_blank" class="htlink">Source Forge</a></td>
				<td><a href="http://isocpp.org/" target="_blank" class="htlink">Std C++</a></td>
				<td><a href="https://www.raspberrypi.org/" target="_blank" class="htlink">树莓派</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.apache.org/" target="_blank" class="htlink">Apache</a></td>
				<td><a href="https://developers.google.cn/" target="_blank" class="htlink">DevGoogleCN</a></td>
				<td><a href="https://golang.google.cn" target="_blank" class="htlink">GolangCN</a></td>
				<td><a href="https://gitee.com/" target="_blank" class="htlink">Gitee</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://ubports.com" target="_blank" class="htlink">UBports</a></td>
				<td><a href="https://flutter.cn/" target="_blank" class="htlink">FlutterCN</a></td>
				<td><a href="https://dart.cn/" target="_blank" class="htlink">DartCN</a></td>
				<td><a href="http://github.com/" target="_blank" class="htlink">GitHub</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://openjfx.cn/" target="_blank" class="htlink">JavaFX-CN</a></td>
				<td><a href="https://mirrors.tuna.tsinghua.edu.cn/" target="_blank" class="htlink">清华镜像</a></td>
				<td><a href="https://www.openkylin.top" target="_blank" class="htlink">Open Kylin</a></td>
				<td><a href="https://www.openatom.cn" target="_blank" class="htlink">Open Atom</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://emuelec.org/" target="_blank" class="htlink">EmuELEC</a></td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">操作系统&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.debian.org/" target="_blank" class="htlink">Debian</a></td>
				<td><a href="http://www.ubuntu.com/" target="_blank" class="htlink">Ubuntu</a></td>
				<td><a href="http://www.kubuntu.org/" target="_blank" class="htlink">Kubuntu</a></td>
				<td><a href="http://www.xubuntu.org/" target="_blank" class="htlink">Xubuntu</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://ubuntu-mate.org/" target="_blank" class="htlink">Ubuntu Mate</a></td>
				<td><a href="http://lubuntu.me/" target="_blank" class="htlink">Lubuntu</a></td>
				<td><a href="https://www.ubuntukylin.com/" target="_blank" class="htlink">优麒麟</a></td>
				<td><a href="https://ubuntubudgie.org/" target="_blank" class="htlink">Ubuntu Budgie</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://ubuntuunity.org/" target="_blank" class="htlink">Ubuntu Unity</a></td>
				<td><a href="https://ubuntucinnamon.org/" target="_blank" class="htlink">Ubuntu Cinnamon</a></td>
				<td><a href="https://ubuntu-touch.io" target="_blank" class="htlink">Ubuntu Touch</a></td>
				<td><a href="http://www.linuxmint.com/" target="_blank" class="htlink">Linux Mint</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://getfedora.org/" target="_blank" class="htlink">Fedora</a></td>
				<td><a class="htlink" href="https://www.centos.org/" target="_blank">CentOS</a></td>
				<td><a href="https://rockylinux.org/" target="_blank" class="htlink">Rocky Linux</a></td>
				<td><a href="https://www.opensuse.org/" target="_blank" class="htlink">open SUSE</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://ghostbsd.org/" target="_blank" class="htlink">GhostBSD</a></td>
				<td><a href="http://www.freebsd.org/" target="_blank" class="htlink">FreeBSD</a></td>
				<td><a href="http://www.openbsd.org/" target="_blank" class="htlink">OpenBSD</a></td>
				<td><a href="http://www.netbsd.org/" target="_blank" class="htlink">NetBSD</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.android.com" target="_blank" class="htlink">Android</a></td>
				<td><a href="http://www.raspbian.org/" target="_blank" class="htlink">Raspbian</a></td>
				<td><a href="http://www.freedos.org/" target="_blank" class="htlink">FreeDOS</a></td>
				<td><a href="http://www.reactos.org/zh-hans" target="_blank" class="htlink">ReactOS</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.devuan.org/" target="_blank" class="htlink">Devuan</a></td>
				<td><a href="https://www.openharmony.cn" target="_blank" class="htlink">OpenHarmony</a></td>
				<td><a href="https://www.harmonyos.com/" target="_blank" class="htlink">鸿蒙</a></td>
				<td><a href="https://www.armbian.com" target="_blank" class="htlink">Armbian</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">开源桌面&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.gnome.org/" target="_blank" class="htlink">GNOME</a></td>
				<td><a href="https://mate-desktop.org/" target="_blank" class="htlink">MATE</a></td>
				<td><a href="https://kde.org/" target="_blank" class="htlink">KDE</a></td>
				<td><a href="https://xfce.org/" target="_blank" class="htlink">Xfce</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.ukui.org/" target="_blank" class="htlink">UKUI</a></td>
				<td><a href="https://unity8.io/" target="_blank" class="htlink">Lomiri(Unity)</a></td>
				<td><a href="https://cinnamon-spices.linuxmint.com/" target="_blank" class="htlink">Cinnamon</a></td>
				<td><a href="https://getsol.us" target="_blank" class="htlink">Budgie</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.lxde.org/" target="_blank" class="htlink">LXDE</a></td>
				<td><a href="https://lxqt-project.org/" target="_blank" class="htlink">LXQt</a></td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">开源应用&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.firefox.com.cn/" target="_blank" class="htlink">FireFox</a></td>
				<td><a href="http://zh-cn.libreoffice.org/" target="_blank" class="htlink">Libre Office</a></td>
				<td><a href="http://www.emule-project.net/" target="_blank" class="htlink">eMule</a></td>
				<td><a href="http://www.chromium.org/" target="_blank" class="htlink">Chromium</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.videolan.org/" target="_blank" class="htlink">VLC</a></td>
				<td><a href="http://mpc-hc.org/" target="_blank" class="htlink">MPC-HC</a></td>
				<td><a href="http://www.gimp.org/" target="_blank" class="htlink">GIMP</a></td>
				<td><a href="http://www.getpaint.net/" target="_blank" class="htlink">Paint.net</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.blender.org/" target="_blank" class="htlink">Blender</a></td>
				<td><a href="http://www.7-zip.org/" target="_blank" class="htlink">7Zip</a></td>
				<td><a href="https://filezilla-project.org/" target="_blank" class="htlink">FileZilla</a></td>
				<td><a href="http://www.jrsoftware.org/" target="_blank" class="htlink">Inno Setup</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a class="htlink" href="https://www.smplayer.info/" target="_blank">SMPlayer</a></td>
				<td><a href="http://www.pidgin.im/" target="_blank" class="htlink">Pidgin</a></td>
				<td><a href="http://www.qbittorrent.org/" target="_blank" class="htlink">qBittorrent</a></td>
				<td><a href="https://www.virtualbox.org/" target="_blank" class="htlink">Virtual Box</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://sourceforge.net/projects/mpcbe/" target="_blank" class="htlink">MPC-BE</a></td>
				<td><a href="http://www.imagemagick.org/" target="_blank" class="htlink">Image Magick</a></td>
				<td><a href="https://www.thunderbird.net/" target="_blank" class="htlink">Thunderbird</a></td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">开发工具&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://lazarus.freepascal.org/" target="_blank" class="htlink">Lazarus</a></td>
				<td><a href="https://www.mono-project.com/" target="_blank" class="htlink">Mono</a></td>
				<td><a class="htlink" href="https://www.qt.io/" target="_blank">QT</a></td>
				<td><a href="http://www.visualstudio.com/products/visual-studio-express-vs" target="_blank" class="htlink">Visual Studio</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>
					<a href="https://code.visualstudio.com/" target="_blank" class="htlink">VSCode</a></td>
				<td><a href="http://www.icsharpcode.net/opensource/sd/" target="_blank" class="htlink">Sharp Develop</a></td>
				<td><a href="https://www.eclipse.org" target="_blank" class="htlink">Eclipse</a></td>
				<td><a href="http://www.jetbrains.com/idea/" target="_blank" class="htlink">IntelliJ IDEA</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.netbeans.org" target="_blank" class="htlink">NetBeans</a></td>
				<td><a href="http://www.codeblocks.org/" target="_blank" class="htlink">CodeBlocks</a></td>
				<td><a href="http://www.codelite.org/" target="_blank" class="htlink">CodeLite</a></td>
				<td><a class="htlink" href="https://dot.net" target="_blank">dot.net</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://maqetta.org/" target="_blank" class="htlink">Maqetta</a></td>
				<td><a href="http://brackets.io/" target="_blank" class="htlink">Brackets</a></td>
				<td><a href="http://www.cmake.org/" target="_blank" class="htlink">CMake</a></td>
				<td><a href="http://tdm-gcc.tdragon.net/" target="_blank" class="htlink">TDM-GCC</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.llvm.org/" target="_blank" class="htlink">LLVM</a></td>
				<td><a href="http://www.mingw.org/" target="_blank" class="htlink">MinGW</a></td>
				<td><a href="https://www.pilotlogic.com" target="_blank" class="htlink">Code Typhon</a></td>
				<td><a href="http://facebook.github.io/react-native/" target="_blank" class="htlink">React Native</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://nuclide.io/" target="_blank" class="htlink">Nuclide</a></td>
				<td><a href="https://tortoisesvn.net/" target="_blank" class="htlink">Tortoise SVN</a></td>
				<td><a href="https://tortoisegit.org/" target="_blank" class="htlink">Tortoise Git</a></td>
				<td><a href="https://git-scm.com/" target="_blank" class="htlink">Git</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.electronjs.org/" target="_blank" class="htlink">Electron</a></td>
				<td><a href="https://unity.com/" target="_blank" class="htlink">Unity3D</a></td>
				<td><a href="https://www.unrealengine.com/" target="_blank" class="htlink">虚幻引擎</a></td>
				<td><a href="https://www.remobjects.com/" target="_blank" class="htlink">Rem Objects</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.cocos.com/" target="_blank" class="htlink">Cocos</a></td>
				<td><a href="https://www.geany.org/" target="_blank" class="htlink">Geany</a></td>
				<td><a href="https://flutter.dev" target="_blank" class="htlink">Flutter</a></td>
				<td><a class="htlink" href="https://gitee.com/openarkcompiler/" target="_blank">方舟编译器</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.apachefriends.org" target="_blank" class="htlink">XAMPP</a></td>
				<td><a href="https://nwjs.io/" target="_blank" class="htlink">NW.js</a></td>
				<td><a href="https://www.vim.org/" target="_blank" class="htlink">VIM</a></td>
				<td><a href="https://www.graalvm.org/" target="_blank" class="htlink">GraalVM</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://gluonhq.com/products/scene-builder/" target="_blank" class="htlink">Scene Builder</a></td>
				<td><a href="https://adoptium.net/" target="_blank" class="htlink">Adoptium</a></td>
				<td><a href="https://developers.google.cn/j2objc" target="_blank" class="htlink">J2ObjC</a></td>
				<td><a href="https://openjfx.io/" target="_blank" class="htlink">JavaFX</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://vscodium.com/" target="_blank" class="htlink">VSCodium</a></td>
				<td><a href="https://www.dcloud.io/" target="_blank" class="htlink">DCloud</a></td>
				<td></td>
				<td></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">后端&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.postgresql.org/" target="_blank" class="htlink">PostgreSQL</a></td>
				<td><a href="https://mariadb.org/" target="_blank" class="htlink">MariaDB</a></td>
				<td><a href="http://www.firebirdsql.org/" target="_blank" class="htlink">FireBird</a></td>
				<td><a href="https://nodejs.org/" target="_blank" class="htlink">Node.js</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://nginx.org/" target="_blank" class="htlink">Nginx</a></td>
				<td><a href="http://www.java.com" target="_blank" class="htlink">Java</a></td>
				<td><a href="http://openjdk.java.net/" target="_blank" class="htlink">OpenJDK</a></td>
				<td><a href="https://www.mysql.com/" target="_blank" class="htlink">MySQL</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">服务&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://freeswitch.org/" target="_blank" class="htlink">FreeSWITCH</a></td>
				<td><a href="http://wiki.jabbercn.org/" target="_blank" class="htlink">Jabbercn</a></td>
				<td><a href="http://www.jabber.org/" target="_blank" class="htlink">XMPP</a></td>
				<td><a href="http://yacy.net/en/" target="_blank" class="htlink">YaCy</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://mqtt.org/" target="_blank" class="htlink">MQTT</a></td>
				<td><a href="https://tokbox.com/" target="_blank" class="htlink">OpenTok</a></td>
				<td><a href="http://cc-cedict.org/" target="_blank" class="htlink">CC-CEDICT</a></td>
				<td><a href="http://sourceforge.net/projects/espeak/" target="_blank" class="htlink">eSpeak</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.eguidedog.net" target="_blank" class="htlink">电子导盲犬</a></td>
				<td></td>
				<td></td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">编程语言&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td>
					<a href="http://www.freebasic.net/" target="_blank" class="htlink">FreeBASIC</a></td>
				<td>
					<a href="http://golang.org/" target="_blank" class="htlink">Go语言</a></td>
				<td>
					<a href="https://www.python.org/" target="_blank" class="htlink">Python</a></td>
				<td><a class="htlink" href="https://php.net/" target="_blank">PHP</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.erlang.org/" target="_blank" class="htlink">Erlang</a></td>
				<td><a href="https://www.haskell.org/" target="_blank" class="htlink">Haskell</a></td>
				<td><a href="http://www.rust-lang.org/" target="_blank" class="htlink">Rust语言</a></td>
				<td>
					<a href="http://www.typescriptlang.org/" target="_blank" class="htlink">TypeScript</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://www.dartlang.org/" target="_blank" class="htlink">Dart语言</a></td>
				<td><a href="http://dlang.org" target="_blank" class="htlink">D语言</a></td>
				<td><a class="htlink" href="https://www.kotlinlang.org/" target="_blank">Kotlin</a></td>
				<td><a href="https://swift.org" target="_blank" class="htlink">Swift语言</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://go.dev/" target="_blank" class="htlink">Go.Dev</a></td>
				<td><a href="http://groovy-lang.org/" target="_blank" class="htlink">Groovy</a></td>
				<td><a href="https://webassembly.org/" target="_blank" class="htlink">WebAssembly</a></td>
				<td><a href="https://www.freepascal.org/" target="_blank" class="htlink">FreePascal</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="https://cangjie-lang.cn/" target="_blank" class="htlink">仓颉</a></td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">程序库&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.libsdl.org/" target="_blank" class="htlink">SDL</a></td>
				<td><a href="http://sharpdx.org/" target="_blank" class="htlink">SharpDX</a></td>
				<td><a href="https://github.com/dwmkerr/sharpgl" target="_blank" class="htlink">SharpGL</a></td>
				<td><a href="http://www.webkit.org/" target="_blank" class="htlink">WebKit</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://xilium.bitbucket.org/cefglue/" target="_blank" class="htlink">CefGlue</a></td>
				<td><a class="htlink" href="https://bitbucket.org/chromiumembedded/" target="_blank">CEF</a></td>
				<td><a href="https://www.o3de.org/" target="_blank" class="htlink">Open3D Engine</a></td>
				<td><a href="https://www.avaloniaui.net/" target="_blank" class="htlink">AvaloniaUI</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<div class="urls_window">

		<table class="title_bar">
			<tr>
				<td class="title_bar_left_td">其它&nbsp;</a></td>
				<td class="title_bar_center_td">&nbsp;</td>
				<td class="title_bar_right_td">&nbsp;</td>
			</tr>
		</table>

		<table class="urls_table">
			<tr>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
				<td style="width: 25%">&nbsp;</td>
			</tr>
			<tr>
				<td><a class="htlink" href="http://www.tianya.cn/" target="_blank">天涯社区</a></td>
				<td><a href="http://5sing.kugou.com/" target="_blank" class="htlink">5Sing</a></td>
				<td><a href="http://www.douban.com/" target="_blank" class="htlink">豆瓣</a></td>
				<td><a href="http://cctv.cntv.cn/lm/baijiajiangtan/" target="_blank" class="htlink">百家讲坛</a></td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td><a href="http://www.2ccc.com" target="_blank" class="htlink">Delphi盒子</a></td>
				<td><a href="https://sports.sina.com.cn/" target="_blank" class="htlink">新浪体育</a></td>
				<td></td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>

	<!--Begin 避免元素直接紧贴的空div-->
	<div class="empty_div">
		<table class="empty_table">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
	</div>
	<!--End 避免元素直接紧贴的空div-->

	<!-- End 网址导航部分 -->

	<!-- Begin 页面最底部 -->
	<footer class="page_footer">

		<hr>
		<table class="footer_table">
			<tr>
				<th class="table_4td">&nbsp;</th>
				<th class="table_4td">&nbsp;</th>
				<th class="table_4td">&nbsp;</th>
				<th class="table_4td">&nbsp;</th>
			</tr>
			<tr>
				<td>ATF9.com</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>
					<a href="cn/terms/duty/index.html" target="_blank">免责声明</a>
				</td>

				<td>
					<a href="cn/contact/index.html" target="_blank">联系我们</a>
				</td>

				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>

	</footer>
	<!-- End 页面最底部,页面结束 -->

</body>
</html>                               

Whois info of domain

Domain Name: ADA8.COM
Registry Domain ID: 2939287024_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-12-03T17:25:52Z
Creation Date: 2024-12-03T17:20:12Z
Registry Expiry Date: 2025-12-03T17:20:12Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T03:00:37Z <<<
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