-
NewMicrosoftWord
6. <link rel="Bookmark" href="favicon.ico"> 可以在收藏夹中显示出你的图标
7. <input style="ime-mode:disabled"> 关闭输入法
8. 永远都会带着框架
<script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
// --></script>
9. 防止被人frame
<SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
// --></SCRIPT>
10. 网页将不能被另存为
<noscript><iframe src=*.html></iframe></noscript>
11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">
(6. <link rel="Bookmark" href="favicon.ico"> Can be shown in the Favorites icon on you 7. <input style="ime-mode:disabled"> Close input 8. Will always be with the framework <script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
//--></script> 9. Prevention of the frame <SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
//--></SCRIPT> 10. Page will not be saved as <noscript><iframe src=*.html></iframe></noscript> 11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">)
- 2010-05-30 18:39:15下载
- 积分:1
-
xiaoer
java程序员上班那点事儿自己看过还可以的书免费跟大家共享(java programmer at work that point Shier his book can also be seen free of charge with the share)
- 2010-01-01 15:10:03下载
- 积分:1
-
regress-345
Escaping to the same target from both the try and catch blocks of try..catch..finally should not fail at compile-time.
- 2013-12-25 10:47:59下载
- 积分:1
-
EllFi
It help you to find the center of an ellipse
- 2009-03-27 06:47:52下载
- 积分:1
-
multiThread_Runnable
一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!(A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread class as well.)
- 2012-11-13 12:08:30下载
- 积分:1
-
疯狂坦克
自己联系所写的坦克大战,非常简陋,但是可以借鉴参考一下(The battle of the tank that he created)
- 2018-08-08 10:43:08下载
- 积分:1
-
LLK
连连看简单javafx代码,适合javafx的初学者
(Of Lianliankan simple javafx code, suitable for javafx for beginners)
- 2012-11-15 19:27:38下载
- 积分:1
-
JAVA-mianshi
java程序员参考资料,JAVA的一些基本内容(java programming materials,reference of JAVA development test)
- 2011-12-15 13:28:54下载
- 积分:1
-
Secrets-of-the-JavaScript-Ninja.pdf
Secrets of the JavaScript Ninja 作者: John Resig / Bear Bibeault (Secrets of the JavaScript Ninja)
- 2014-08-13 19:32:33下载
- 积分:1
-
Java-connet-mysql
java连接到mysql的方法,非常有用(java connect to mysql method is very useful)
- 2013-10-19 16:18:14下载
- 积分:1