-
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
-
uploadservlet
Java上传文件的源码(Java source code)
- 2004-09-16 12:59:51下载
- 积分:1
-
learn-Ant.doc.tar
学习Ant 这个Java 项目生成工具。
适于正在编写 Java 代码却还没有使用 Ant的初学者。(Learning the Java project build tool Ant. For writing Java code is still not using Ant beginners.)
- 2011-08-30 10:06:35下载
- 积分:1
-
Database-Connectivity-operation
使用JDBC提供的API以JDBC-ODBC桥接器的方式连接数据库,并与数据库进行信息交互,数据的查询、更新、插入、删除等(Use API JDBC provides JDBC-ODBC bridge to connect the , and information interact with the , data query, update, insert, delete, etc.)
- 2016-08-12 18:10:18下载
- 积分:1
-
Java-coding-standards-chm
Java编码规范,chm格式,方便阅读,适合初学Java的人使用(Java coding standards, the chm format, easy to read, suitable for the beginner of Java)
- 2012-07-20 17:42:42下载
- 积分:1
-
axis2webservice
AXIS2之WEBSERVICE新手超详细教程(AXIS2 the novice super detailed tutorial WEBSERVICE)
- 2013-12-26 22:23:58下载
- 积分:1
-
Activiti 5_9 User Guide
工作流5.9学习文档,希望可以帮助到热爱编程,钻研学习的人(work flow study document!)
- 2017-11-19 14:26:37下载
- 积分:1
-
man
编写一个接口ICaculatable 接口中有一个doCaculte()方法
要求三个类BlackMan WhiteMan YellowMan实现这个方法
BlackMan 实现从控制台输入5个数 排序(正排)输出
WhiteMan 实现从控制台输入5个数 排序(倒排)
YellowMan 实现从控制台输入5个数 计算总和 输出
写出一个测试类来测试以上类的功能。
测试类中要有void solveProblem(ICaculatable obj)方法进行测试
要求以上类在不同的包当中。(The preparation of an interface, there is a ICaculatable interface doCaculte () method requires three types of BlackMan WhiteMan YellowMan method to achieve this BlackMan input from the console 5, the number of sort (being ranked) output from the console WhiteMan enter the number 5 ranking (inverted ) YellowMan input from the console 5, the number of calculation of the sum of the output type to write a test to test the functions of the above categories. Test category must be void solveProblem (ICaculatable obj) method of the above testing requirements in different types of packages were.)
- 2009-05-16 22:17:27下载
- 积分:1
-
Entry
import java.lang.annotation.RetentionPolicy .
- 2013-11-28 14:43:48下载
- 积分:1
-
Javatanhaoqiang
谭浩强版的JAVA电子书.适合初学者,希望对大家有帮助.(Transplantation and Hemopurification version of JAVA e-books. Suitable for beginners, we want to help.)
- 2010-12-27 14:02:21下载
- 积分:1