As you slowly open your eyes, look around, notice where the light comes into your room, listen carefully, see if there're any new sounds you can recognize, fill with your body inspiring-- see if you can sense the freshness in the air.
当你慢慢睁开眼睛,环顾四周,看到阳光照进屋子,仔细聆听,看看有没有新的声音,鼓舞着你的全身——看看你是否能感受到空气中的新鲜
- <FONT color=#00cc00><FONT color=#000000>奥运倒计时:</FONT></B></FONT> <SPAN id=span_dt_dt style="align: center no:1px solid black"></SPAN>
- <SCRIPT language=javascript>
- <!--
- //document.write("");
- function show_date_time(){
- window.setTimeout("show_date_time()", 1000);
- BirthDay=new Date("8/08/2008 20:00:00");//这个日期是可以修改的
- today=new Date();
- timeold=(BirthDay.getTime()-today.getTime());
- sectimeold=timeold/1000
- secondsold=Math.floor(sectimeold);
- msPerDay=24*60*60*1000
- e_daysold=timeold/msPerDay
- daysold=Math.floor(e_daysold);
- e_hrsold=(e_daysold-daysold)*24;
- hrsold=Math.floor(e_hrsold);
- e_minsold=(e_hrsold-hrsold)*60;
- minsold=Math.floor((e_hrsold-hrsold)*60);
- seconds=Math.floor((e_minsold-minsold)*60);
- span_dt_dt.innerHTML="<b><align=center><font color=ff0000>"+daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒"+"</b><br></font>" ;
- }
- show_date_time();
- //-->
- </SCRIPT>
- <%Public Function URLEncoding(v,f)
- Dim s,t,i,j,h,l,x : s = "" : x=Len(v)
- For i = 1 To x
- t = Mid(v,i,1) : j = Asc(t)
- If (j>=48 And j<=57) Or (j>=65 And j<=90) Or (j>=97 And j<=122) Then
- If f Then
- s = s & "%" & Right("00" & Hex(j),2)
- Else
- s = s & t
- End If
- ElseIf j<0 Then
- j = j + &H10000
- h = (j And &HFF00) \ &HFF
- l = j And &HFF
- s = s & "%" & Right("00" & Hex(h),2) & "%" & Right("00" & Hex(l),2)
- Else
- s = s & "%" & Right("00" & Hex(j),2)
- End If
- Next
- URLEncoding = s
- End Function
- response.write URLEncoding("hezu123.com",1)
- %>
一.前言:
P2P,即英文Peer-to-Peer的缩写,中译为对等互联或点对点技术。讲到P2P,人们就会想起Napster,Napster让人们认识到了P2P技术的威力,P2P技术也就通过Napster进入了大多数用户的视野,Napster的音乐文件交换功能是P2P的一个主要应用。P2P技术可以让用户可以直接连接到其他用户的计算机,进行文件共享与交换。同时P2P在深度搜索、分布计算、协同工作等方面也大有用途。
简单地说,P2P就是一种用于不同PC用户之间,不经过中继设备直接交换数据或服务的技术,它允许Internet用户直接使用对方的文件。每个人可以直接连接到其他用户的计算机,并进行文件的交换,而不需要连接到服务器上再进行浏览与下载。因为消除了中间环节,P2P技术使得网络上的沟通变得更容易、更直接。P2P改变了Internet现在的以大网站为中心的状态、重返"非中心化",并把权力交还给用户。从某种意义上讲,P2P体现了Internet的本质。在网络尚未发展成为现在的Web之前,网民就是利用所谓的"布告板"等渠道彼此直接交换信息和文件。