-
Thinking.In.Java.3rd
java编程思想,比较经典的一本书,从入门到进阶(think in java)
- 2014-10-30 21:22:40下载
- 积分:1
-
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
-
2333
本文将用一系列易懂的语言和例子解释Java的网络Socket支持。(This article will use a series of easy-to-understand language and examples to explain the network Socket support Java.)
- 2009-06-19 04:14:15下载
- 积分:1
-
snmpdemo
说明: jbuilder开发的程序,演示如何用snmp得到设备信息.(JBuilder development of the procedures, demonstrating how to use equipment to be snmp information.)
- 2006-04-03 09:15:56下载
- 积分:1
-
JListDemo
这是一个非常实用的java小程序,实现了JListDemo功能,对我们学习很有帮助。(This is a very useful Java applet, the the JListDemo function, we can learn helpful.)
- 2012-02-15 14:06:11下载
- 积分:1
-
第五大道
第五大道商城有购物车的增加删除修改和订单详情,MySQL数据库,能有数据库表(Fifth Avenue Mall has shopping cart addition, deletion, modification and order details, MySQL database, can have database tables)
- 2020-06-19 07:00:01下载
- 积分:1
-
chapter03
java语音程序设计第8版Chapter03部分答案(java programming Voice Version 8 Chapter03 part of the answer)
- 2014-05-11 14:25:31下载
- 积分:1
-
JAVA
介绍java的三大特性,封装,继承,多态。(Introduced the three major characteristics of java, packages, inheritance, polymorphism.)
- 2009-01-05 17:14:17下载
- 积分:1
-
算法(第4版)(图灵图书)
说明: 《算法》第四版mobi格式,可用于kindle(Mobi, the fourth edition of algorithm)
- 2019-12-04 23:18:02下载
- 积分:1
-
modbus-master
说明: 通过串口解析MODBUS协议
读开关量型的输入信号
读保持寄存器上的内容
批量写数据到保持寄存器(Resolving MODBUS Protocol through Serial Port
Input signal of reading switch type
Read and hold registers
Write data in batches to hold registers)
- 2020-06-23 20:40:01下载
- 积分:1