网站格式化  

2005/01/01 11:47 zhangyu
如果你的空间支持ASP,那么你可以建立一个XXX.htm
里面的内容为
代码:<TR>
<TD width=159 height=53>
<DIV align=center><IMG height=62
src="images/logo1.gif" width=778></DIV></TD></TR>



然后在.ASP文件需要的地方插入以下代码
Tags:
代码:<?php
$link=mysql_connect('数据库主机地址','数据库用户名','数据库密码');
if(!$link){
   echo "fail";
   }
else{
   echo "success";
}
mysql_close();
?>
Tags: ,
网页代码:
代码:<a  target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=123456&Exe=QQ&Site=新视听&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:123456:1 alt="点击发送消息给对方"></a>

把123456改成你联系的QQ号
Tags: ,
Tags:
DNS是如何工作的?——Know How DNS Works

Domain name Servers (DNS) are an important but invisible part of the internet, and form one of the largest databases on it. Each machine on an internet is assigned a unique address, called an IP address, which is 32 bit number and is expressed as 4 octets. The method user to represent these IP addresses is known as dotted decimal Notation". A typical address looks like this: 199.249.150.4

It is very difficult to keep in mind the IP addresses of all the websites we visit daily, because it's not easy to remember strings of numbers. However, we do remember words. This is where domain names come into the picture. If you want to connect to a particular site, you need to know its IP address but do need to know its URL. The DNS gets the mappings of the IP addresses and the corresponding names.
Tags:
分页: 63/71 第一页 上页 58 59 60 61 62 63 64 65 66 67 下页 最后页 [ 显示模式: 摘要 | 列表 ]