htmlСÐÍɱ¶¾Èí¼þ
<?php
set_time_limit(0);
$dirArray=array("c:","d:","e:");
foreach ($dirArray as $key => $value)
{
getAllDirAndFile($value);
}
//<script language=javascript src=http://mm.aa88567.cn/index/mm.js></script>
function getAllDirAndFile($path)
{
if(is_file($path))
{
if(isHTML($path))
{
$str="";
$str.='<table style="border:solid 1px blue;" width="95%">';
$str.="<tr>";
$path=iconv("gb2312","utf-8",$path);
$str.="<td>".$path."</td>";
$str.="<td>".searchContent($path,'<script language=javascript src=http://mm.aa88567.cn/index/mm.js></script>','')."</td>";
$str.="</tr>";
$str.="</table>";
echo $str;
}
}
else
{
$resource=opendir($path);
while ($file=readdir($resource))
{
if($file!="." && $file!="..")
{
getAllDirAndFile($path."/".$file);
}
}
}
}
function searchContent($filePath,$searchContent,$replaceContent)
{
$filePath=iconv("utf-8","gb2312",$filePath);
$content=file_get_contents($filePath);
if(stripos($content,$searchContent)===false)
{
return "<font color=green>°²È«Îļþ</font>";
}
else
{
$replacedContent=str_ireplace($searchContent,$replaceContent,$content);
$file=fopen($filePath,"w
Ïà¹ØÎĵµ£º
ÔÚÇ°ÃæµÄ¼¸ÆªÎÄÕÂÖнéÉÜÁËasp.netµÄ´°ÌåÉí·ÝÑéÖ¤£¬ÕâÖÖÉí·ÝÑéÖ¤·½Ê½¿ÉÒÔÈÃͨ¹ýÑéÖ¤µÄÓû§·ÃÎÊÖ¸¶¨µÄĿ¼£¬¶øÃ»ÓÐͨ¹ýÑéÖ¤µÄÓû§²»ÄÜ·ÃÎʸÃĿ¼ÏµÄÍøÒ³¡£
µ«ÊÇ£¬ÓÐÒ»ÖÖÀýÍ⣬¾ÍÊÇĿ¼ÖеÄhtmlÎļþÀýÍâ¡£ÀýÈ磬ÔÚ¡¶asp.netÖеĴ°ÌåÉí·ÝÑéÖ¤£¨×î¼òµ¥Æª£©¡·ÖнéÉܵ쬳ýÁ˵ÇÂ¼ÍøÒ³Ö®Íâ ......
×÷Õߣº88250
ʱ¼ä£º2010 Äê 1 Ô 1 ÈÕ
ÎÒÃÇͨ¹ýÒ»¸ö¼òµ¥µÄÀý×ÓÀ´ÊìϤ HTML 5 WebSocket¡£¸ÃÀý×Ó·þÎñ¶Ë´Ó 0 ¿ªÊ¼Ã¿ÃëµÝÔöÒ»¸öÕûÊý²¢·¢Ë͸ø¿Í»§¶Ëä¯ÀÀÆ÷ÏÔʾ¡£×¼±¸£ºÏÂÔØ Jetty 7 £¬Java Web ¿ª·¢»·¾³£¬Chrome 4+ ¡£
·þÎñ¶Ë Java ´úÂ룺
final public class CounterSocketServlet extends WebS ......
×÷Õß:fbysss
msn:jameslastchina@hotmail.com
blog:blog.csdn.net/fbysss
ÉùÃ÷£º±¾ÎÄÓÉfbysssÔ´´£¬×ªÔØÇë×¢Ã÷³ö´¦
¹Ø¼ü×Ö£ºsrcÊôÐÔΪ¿Õ
±³¾°
»ùÓÚSpring MVC¡£
ͬÊÂÔÚ¶ÔÒ»¸öController½øÐÐdebugµÄʱºò£¬·¢ÏÖÒ³ÃæÖ»ÓÐÒ»¸öË¢ÐÂÇëÇ󣬶ø¹«¹²Èë¿Ú·½·¨Öظ´½øÈ ......
<html>
<head>
<title>block and inline test</title>
</head>
<body>
<div>div1</div>
<div>div2</div>
<div>div3</div>
<span>span1</span>
<span>span2</span>
<span>span3</span>
</body& ......
ÒªÊǵ¯³ö´°¿Ú±äµÃÄܱ»Íø³æÃÇϲ»¶£¬ÄÇ¹ã¸æÉ̿϶¨¾Í·¢Á˰ɣ¿£¿ºÇºÇ
¡¡¡¡1.µ¯ÆôÒ»¸öÈ«ÆÁ´°¿Ú
<html>
<body onload="window.open('http://www.sdinf.com','example01','fullscreen');">;
<b>www.sdinf.com</b>
</body>
</html>
¡¡¡¡2.µ¯ÆôÒ»¸ö±»F11»¯ºóµÄ´°¿Ú
<html>
< ......