|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
因为现在数据库都使用标准的SQL语言对数据库进行管理,所以如果是标准SQL语言,两者基本上都可以通用的。SQLServer还有更多的扩展,可以用存储过程,数据库大小无极限限制。收集<%@Language=VBScript%>
<HTML>
<HEAD>
<METANAME="GENERATOR"Content="MicrosoftVisualStudio6.0">
</HEAD>
<BODY>
<Palign=center>
<%
starttime=application("five").getstarttime
visitnum=application("five").getvisitnum
%>
<TABLEborder=1cellPadding=1cellSpacing=1width=90%>
<TR>
<TD>
<DIValign=center><STRONG><FONTcolor=crimsonface=幼圆>
</FONT></STRONG>
<Palign=center><STRONG><FONTcolor=crimson
face=幼圆>BusyAnts五子棋服务器</FONT></STRONG></P></DIV></TD></TR>
<TR>
<TD>启动工夫:<%=starttime%>(如今工夫<%=now()%>)</TD></TR>
<TR>
<TD>运转工夫:<%Response.Writedatediff("h",cdate(starttime),now())&"小时"&datediff("n",cdate(starttime),now())&"分"%>
<TR>
<TD>登录人数:<%Response.Write"到今朝为止已有"&visitnum&"玩家登录到本服务器"%>
</TD></TR></TABLE></P>
<Palign=center>
<TABLEborder=1cellPadding=1cellSpacing=1width=90%>
<TR>
<TDstyle="WIDTH:70px"width=70>编号
<TDstyle="WIDTH:120px"width=120>玩家</TD>
<TD>形态</TD></TR>
<%
playername=application("five").getallplayer&"<BR>"
fightname=application("five").getallfight&"<br>"
playerstate=application("five").getallstate&"<br>"
ifplayername=""then
Response.Write"<TR><TDcolSpan=3>今朝站上没有玩家</TR>"
else
marray=split(playername,";")
fori=1toubound(marray)
Response.Write"<TR><TD>"&i
pos1=instr(marray(i),":")
Response.Write"<TD>"&mid(marray(i),1,pos1-1)&"</TD>"
Response.Write"<TD>"&mid(marray(i),pos1+1)&"</TD></TR>"
next
endif
%>
</TABLE></P>
<Palign=center>
<TABLEborder=1cellPadding=1cellSpacing=1width=90%>
<TR>
<TDstyle="WIDTH:70px"width=70>棋局编号
<TD>玩家</TD></TR>
<%
ifplayername="今朝没有人在奕棋"then
Response.Write"<TR><TDcolSpan=2>今朝没有人在奕棋</TR>"
else
marray=split(fightname,";")
fori=0toubound(marray)-1
Response.Write"<TR><TD>"&i+1
pos1=instr(marray(i),":")
Response.Write"<TD>"&mid(marray(i),pos1+1)&"</TD></TR>"
next
endif
%>
</TABLE></P>
<Palign=center>
<TABLEWIDTH=90%BORDER=1CELLSPACING=1CELLPADDING=1>
<TR>
<TDstyle="WIDTH:70px"width=70>玩家编号</TD>
<TDstyle="WIDTH:</p>楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|