Home  >  Article  >  Backend Development  >  占用内存储器过高,请高手过目

占用内存储器过高,请高手过目

WBOY
WBOYOriginal
2016-06-13 13:18:37771browse

占用内存过高,请高手过目。

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--><script src="js/add.js">

function winload()
{
layer1.style.top=20;
layer1.style.left=12;
layer2.style.top=20;
layer2.style.right=12;
}
if(document.body.offsetWidth>1000){
{
document.write("<div id=layer1 style='position:absolute;visibility:visible;z-index:1'><EMBED src='zdl.swf' quality=high WIDTH=111 HEIGHT=600 TYPE='application/x-shockwave-flash' id=ad wmode=Transparent>"
+"<div id=layer2 style='position: absolute;visibility:visible;z-index:1'><EMBED src='ydl.swf' quality=high WIDTH=111 HEIGHT=600 TYPE='application/x-shockwave-flash' id=ad wmode=Transparent>");
}
winload()
}
</script>
<div id="layer1" style="position: absolute;visibility:visible;z-index:1">
<embed id="ad" width="111" height="600" wmode="Transparent" type="application/x-shockwave-flash" quality="high" src="zdl.swf">
</embed>
</div>

<div id="layer2" style="position: absolute;visibility:visible;z-index:1">
  <embed id="ad" width="111" height="600" wmode="Transparent" type="application/x-shockwave-flash" quality="high" src="ydl.swf"> </embed>
</div>

华夏名网客服说内存占用高,把站点关掉了,我取消这段代码就好了。请高手看看,代码是别人写的,我是菜鸟。


------解决方案--------------------
.......
除非这两个flash频繁和服务端联系....
要不然...就168k....看不出服务器端需要抱怨内存高?? 


flash文件有问题...最多死浏览器啊....应该访问者抱怨?
------解决方案--------------------
嗯 用户跑死浏览器 关他丫的机房什么事情。除非你的flash 读的就是主机的数据...

这也不是php的事情...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn