一个Java实现的定器例子,里面实现了定时器所需的基本功能.- 下载
|
《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与JavaScript交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 StringBuffer综合应用程序示例 实例10 日期数据应用示例 实例11 算术表达式综合运用实例 实例12 switch语句示例 实例13 循环应用综合实例 实例14 一个简单的计数器 实例15 include指令应用示例 实例16 forward应用程序示例 实例17 param应用程序示例 实例18 plugin应用程序示例 实例19 中文字符处理程序示例 第5章 JSP的内置对象 实例20 request常用方法的应用 实例21 获得表单数据 实例22 页面重定向程序示例 实例23 定时刷新页面程序示例 实例24 记住会话的用户名 实例25 猜字母游戏 实例26 网站计数器-"JSP programming from the network infrastructure to practice" examples of code directory contains 10 chapters before all the examples source code, and examples of names which sections are as follows : Chapter 1 JSP example of a resolution outlining a JSP pages in Chapter 3 examples based Web development with HTML J 2 avaScript interactive examples Chapter 4 JSP syntax examples of three JSP the basic structure of a few simple examples 4 According to the type of integrated application packaging category five examples of integrated application examples 6 array Application examples seven characters interception procedures Example 8 Example search string procedures example examples 9 StringBuffer integrated application examples of a sample 0 Date Data Application Example 11 examples o 下载
|
Swing包括许多实用工具。其中计时器被Swing在内部使用。QdMw 当某些动作必须定时的被执行或在指定的时间被执行时,就要使用计时器。例如,动画可以使用计时器来更新动画的下一帧并控制移动动画对象和改变动画对象外观的速率。事实上,Swing本身使用计时器来进行自动滚动和显示工具提示。nmA -Swing including many practical tools. Swing timer which was used in-house. QdMw when some irregular movements must be executed or at the designated time, was executed, we should use the timer. For example, animation timer can be used to update the next frame animation and control mobile animated objects and change the appearance of the object animation rate. In fact, Swing itself to the use of a timer for automatic rolling and display a tool tip. NmA 下载
|
Swing包括许多实用工具。其中计时器被Swing在内部使用。QdMw 当某些动作必须定时的被执行或在指定的时间被执行时,就要使用计时器。例如,动画可以使用计时器来更新动画的下一帧并控制移动动画对象和改变动画对象外观的速率。事实上,Swing本身使用计时器来进行自动滚动和显示工具提示。nmA -Swing including many practical tools. Swing timer which was used in-house. QdMw when some irregular movements must be executed or at the designated time, was executed, we should use the timer. For example, animation timer can be used to update the next frame animation and control mobile animated objects and change the appearance of the object animation rate. In fact, Swing itself to the use of a timer for automatic rolling and display a tool tip. NmA 下载
|
很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met often do not know how to define the size of the region or the distance between button issues. I wrote a "JAVA manual configuration of the various components will change with the window," the article, the reader reflect not count count coordinates, can ask the layout used for the realization of the article interface. In fact, automatic layout can be resolved definition of the size of the region or the distance between button issues such as manual layout is not so flexible. Now I would like to give an example. 下载
|
Swing包括许多实用工具。其中计时器被Swing在内部使用。QdMw 当某些动作必须定时的被执行或在指定的时间被执行时,就要使用计时器。例如,动画可以使用计时器来更新动画的下一帧并控制移动动画对象和改变动画对象外观的速率。事实上,Swing本身使用计时器来进行自动滚动和显示工具提示。nmA -Swing including many practical tools. Swing timer which was used in-house. QdMw when some irregular movements must be executed or at the designated time, was executed, we should use the timer. For example, animation timer can be used to update the next frame animation and control mobile animated objects and change the appearance of the object animation rate. In fact, Swing itself to the use of a timer for automatic rolling and display a tool tip. NmA 下载
|
<<J2EE应用开发详解>>一书全部的源代码. 本书基于J2EE 1.4平台,从基本开发实例入手,以实用为目标,以实践为指导,深入浅出地讲解了 J2EEl.4平台的各种技术;同时,本书以当今流行的Eclipse作为开发工具,详细介绍了使用Eclipse开发 JSP、Servlet、EJB、Web服务的各个细节;JSP 2.0的发布,使得非Java程序员都能编写JSP,本书将介 绍怎么让非Java程序员使用表达式语言和标准标签库编写JSP;EJB 2.1技术同样做了许多改动,如增加 了定时器功能、EJB-QL增强功能、直接发布成Web服务,本书将详细介绍这些新技术,并且提供具体实 例;JAX-RPC是J2EE1.4平台Web服务的核心技术,书中用详细实例深入剖析了它。随书光盘内容为书 中范例源文件。 本书适合于专业J2EE应用开发人员和准专业的开发人员,对于要了解J2EE1.4最新技术的系统构架人员,本书也可以作为其参考。 - 下载
|
我们提供的VideoIM手机自动拍照上传器J2ME版本[开源]就是这么一种概念: 一个可以下载到手机(例如Nokia7610已经确实可以下载安装并正常运行)的Java应用程序,用来自动驱动你的手机摄像头定时拍摄一张图像(默认是Jpeg格式,数据量很小)。然后,后台线程将Jpeg图像(很小,大约几KB)上传到服务器上。手机默默地拍照,默默地上传照片,不用手工干预,比如你可以设置每隔三分钟拍一张照片,然后上传到Flickr这个著名的图片共享站点上,全世界都会看到你的慢速视频。 -VideoIM provided by the automatic camera phone uploads for J2ME version [revenue] is such a the concept of species : one can be downloaded to the phone (for example, Nokia7610 has indeed be able to download and install the normal operation) Ja va applications, automatic drive to your phone camera filming a regular image (the default is Jpeg format, data is insignificant). Then, background threads will Jpeg images (very small, about several KB) uploaded to the server. Camera phone quietly, silently upload pictures without manual intervention For example, you can set every three minutes for a photo shoot. Flickr then uploaded to the famous photo-sharing site, the world will see you slow the video. 下载
|
分成机器语言,汇编语言,高级语言三大类。 电脑每做的一次动作,一个步骤,都是按照以经用计算机语言编好的程序来执行的,程序是计算机要执行的指令的集合,而程序全部都是用我们所掌握的语言来编写的。所以人们要控制计算机一定要通过计算机语言向计算机发出命令。 计算机所能识别的语言只有机器语言,即由0和1构成的代码。但通常人们编程时,不采用机器语言,因为它非常难于记忆和识别。 目前通用的编程语言有两种形式:汇编语言和高级语言。 汇编语言的实质和机器语言是相同的,都是直接对硬件操作,只不过指令采用了英文缩写的标识符,更容易识别和记忆。它同样需要编程者将每一步具体的操作用命令的形式写出来。汇编程序通常由三部分组成:指令、伪指令和宏指令。汇编程序的每一句指令只能对应实际操作过程中的一个很细微的动作,例如移动、自增,因此汇编源程序一般比较冗长、复杂、容易出错,而且使用汇编语言编程需要有更多的计算机专业知识,但汇编语言的优点也是显而易见的,用汇编语言所能完成的操作不是一般高级语言所能实现的,而且源程序经汇编生成的可执行文件不仅比较小,而且执行速度很快。 高级语言是目前绝大多数编程者的选择。和汇编?into machine language, assembly language, high level language three categories. Each computer to do a move, a step that is according to the computer language used by the good part of the procedures to implement, computer procedures to implement the directive to assemble, and the procedures are all in our understanding of the language prepared. Therefore, people should control computer to computer languages to computer orders. The computer can identify the machine language instruction only, that is, from 0 and constitute a code. But people usually programming, the machines do not use language, because it is very difficult to memory and recognition. Currently a common programming language, there are two forms : a compilation of language and high-level language. Assembly language and the real 下载
|