|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Access是一种桌面数据库,只适合数据量少的应用,在处理少量数据和单机访问的数据库时是很好的,效率也很高。但是它的同时访问客户端不能多于4个。access数据库有一定的极限,如果数据达到100M左右,很容易造成服务器iis假死,或者消耗掉服务器的内存导致服务器崩溃。扫瞄器<html>
<head>
<%
SetobJS=Server.CreateObject("MSWC.BrowserType")
IfobJS.javascript=TRUEThen
LookforaversionofInternetExplorerthatsupportsActiveX(i.e.,onethats
runningonaplatformotherthanMacorWindows3.1)orabrowserthatsupports
thepluginpropertyofthenavigatorobjectandthathasFlashPlayer2.0
installed:
%>
<scriptlanguage="JavaScript">
<!--
if((navigator.appName=="MicrosoftInternetExplorer"&&
navigator.appVersion.indexOf("Mac")==-1&&
navigator.appVersion.indexOf("3.1")==-1)||
(navigator.plugins&&navigator.plugins["ShockwaveFlash"])
||navigator.plugins["ShockwaveFlash2.0"]){
window.location=flashed.htm;}
else{
window.location=nonflashed.htm;}
//-->
</script>
<%
obJS.Close
SetobJS=Nothing
EndIf
%>
</head>
<body>
<ahref="flashed.htm">SeetheFlashedSite</a><br>
requires:<ahref="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">FlashPlayer</a>
<br>
<ahref="nonflashed.htm">SeetheunFlashedSite</a>
</body>
</html>
</p>减少客户内IT专业人才缺乏带来的影响。ASP的客户员工利用浏览器进入相关的应用软件,简单易用,无需专业技术支持。 |
|