作者: CouldHll
Flash版NDS模拟器
国内牛人写的一个Flash版NDS模拟器
怪梦与怪事
前天晚上,对,就是8月30号夜,或者8月31号晨。
那天晚上,我,做了一个噩梦。梦中,我在一艘类似摆渡的船上,周围有些许的人,有个黑白的女鬼照片围着船一直转。之后有续集,但是醒来已忘却。
那晚醒来,看,手机上时间是4:04,我想不会这么惨吧,然后混混沉沉去上厕所。
ASP.NET刷新页面的六种方法
第一:
private void Button1_Click( object sender, System.EventArgs e )
{
Response.Redirect( Request.Url.ToString( ) );
}
第二:
private void Button2_Click( object sender, System.EventArgs e )
{
Response.Write( " <script language=javascript>window.location.href=document.URL; </script>" );
}
第三:
private void Button3_Click( object sender, System.EventArgs e )
{
Response.AddHeader( "Refresh","0" );
}
第四:
private void Button6_Click( object sender, System.EventArgs e )
{
Response.Write( " <script language=javascript>window.location.reload( ); </script>" );
}
第五:(需替换<>)
<script><!--
var limit="3:00"
if ( document.images )
{
var parselimit=limit.split( ":" )parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh( )
{
if ( !document.images )returnif ( parselimit==1 )window.location.reload( )else
{
parselimit-=1curmin=Math.floor( parselimit/60 )cursec=parselimit%60if ( curmin!=0 )curtime=curmin+"分"+cursec+"秒后重刷本页!"elsecurtime=cursec+"秒后重刷本页!"window.status=curtimesetTimeout( "beginrefresh( )",1000 )
}
}
window.onload=beginrefresh//--> </script><DIV style="Z-INDEX: 102;
LEFT: 408px;
POSITION: absolute;
TOP: 232px" ms_positioning="text2D">
<P><FONT size="3">自动刷新页面</FONT></P>
</DIV>
第六:
<meta http-equiv="refresh" content="300; url=target.html">
用 Eclipse 开发 iPhone Web 应用程序
《拉拉队夏令营》
《左手倒影右手年华》
《浮沉》
“你是一个工作的人,不是一个生活的人,他们每一个人都是你的同事,同事既不是朋友,亦不是敌人。”
“人总是能通过别人的不幸找到自己的幸福。”------翠西(沉浮中的人物)
商战圣经
职场行走指南
作者的BLOG:http://blog.sina.com.cn/cmlbk
Mac x86
装了几百遍系统,终于用上了Leopard,准备学习iPhone。
但是还是有些硬件不能使用:有线网卡、无线网卡等等。
Alexa刷排名
去年,有个朋友要刷排名,帮他做了一下,但是Alexa接口变化太快,不是长久之计。
Alexa官网:http://www.alexa.com/
ArthurXF的教程:
1-9:http://www.bizeway.net/tag.php?tag=alexa%E4%BD%9C%E5%BC%8A
10:http://www.bizeway.net/read.php?261&guid=46