-
[实验目的] 1、熟悉java开发工具JDK。2,米..
[实验目的]
1、熟悉Java程序开发工具JDK。
2、掌握Java Application程序的基本结构和开发过程。
3、了解Java Applet程序的基本特点。
[实验内容及要求]
1、安装Java开发工具J2SE。
2、利用记事本或其它文本编辑器,编写一个简单的Java Applet程序。
3、利用记事本或其它文本编辑器,编写一个简单的Java Application程序。
4、编译并运行这两个程序
-[Experimental purposes] 1, and is familiar with Java development tools JDK. 2, master the Java Application procedures for the basic structure and development process. 3 to understand the Java Applet of the basic characteristics of the procedure. [The contents and requirements of the experiment] 1, the installation of Java development tools J2SE. 2, using Notepad or other text editor, write a simple Java Applet procedures. 3, using Notepad or other text editor, write a simple Java Application procedures. 4, compile and run these two procedures
- 2022-07-15 23:29:41下载
- 积分:1
-
通过Java完成audio的播放,属于源文件
通过Java完成audio的播放,属于源文件-audio play
- 2022-11-28 22:35:03下载
- 积分:1
-
向服务器上传文件的时候对文件名称生成uuid,存储目录的工具类.
对上传图片生成缩略图的工具类...
向服务器上传文件的时候对文件名称生成uuid,存储目录的工具类.
对上传图片生成缩略图的工具类-Upload files to the server when the file name of the generated uuid, store the directory tools.
Generates thumbnail images on upload tools
- 2022-07-07 21:42:12下载
- 积分:1
-
err
《JSP语法》教程的CHM帮助文档,是初学者的学习JSP的指南!-err
- 2022-01-29 02:41:51下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
联系用的代码TextBox和两个Label
联系用的代码TextBox和两个Label-linked with the code TextBox and two Label
- 2022-01-25 17:24:56下载
- 积分:1
-
Exam2 the SSD8 answer, in the hope that study will help students network.
SSD8的exam2答案,希望对学习网络的同学有所帮助。-Exam2 the SSD8 answer, in the hope that study will help students network.
- 2023-08-26 07:15:02下载
- 积分:1
-
小小通讯录,目前可以按照姓名进行查询,可以修改源码扩展为复合条件查询。...
小小通讯录,目前可以按照姓名进行查询,可以修改源码扩展为复合条件查询。-little correspondence, in accordance with the current name can conduct inquiries, the source code could be amended to extend composite conditions inquiries.
- 2022-06-12 03:05:02下载
- 积分:1
-
一个以jbuilder9.0开发的学生管理,已经通过测试,能国良好运行
一个以jbuilder9.0开发的学生管理,已经通过测试,能国良好运行-Jbuilder9.0 the development of a student management, and has passed the tests that can run the country well
- 2022-02-20 01:08:03下载
- 积分:1
-
关于java3D学习的示例程序,对初学java3D的朋友很有帮助!
关于java3D学习的示例程序,对初学java3D的朋友很有帮助!-study on the sample program, for beginners java3D helpful friends!
- 2023-02-02 13:25:03下载
- 积分:1