搜索资源列表
LabManagment
- 1, lab.sql为为数据库代码,在mysql中用 “\ .sql路径“导入到mysql中 2, jsp连接数据库用户名和密码分别为root ,root 3, 源程序lab.rar直接解压到webapp当中即可运行 4, 开始运行程序请用用http://localhost:8080/lab/Index.jsp -1, lab.sql code for the database in mysql with " \. Sql path" of mysql into
javaee5ejb30
- EJB3.0学习资料 Sang Shin, www.javapassion.com/j2ee 上的实验教程,能够帮助EJB 3.0新手快速 掌握操作方法与技巧。-Java Platform, Enterprise Edition 5 (Java EE 5) focuses on making development easier, yet retains the richness of the J2EE 1.4 platform. Offering new and updated f
JAVA-Lab--Report
- 云大版Java实验,包括:java基本语法结构1-3、面向对象概念1-2、继承、接口、图形编程、事件处理、SWING用户界面组件、部署applet和应用程序、Java Applet。-Yun experimental version of Java, including: java basic grammatical structure 1-3, 1-2, object-oriented concepts, inheritance, interfaces, graphics programmin
CSC323-LAB-5-Regular-Calculator
- University of New Brunswick. Engineering CSC323. Programing and Algorithm. LAB # 3: Regular Calculator. Written in Java.
lab-3
- java程序设计试验3,平均值,以及java程序的循环实现-java programming test average, and the java program cycle implementation
JiSuanQi
- java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int
Lab
- Socket 编程 服务器与客户端交互过程: (1)服务器程序创建一个ServerSocket,然后调用accept方法等待客户来连接。 (2)客户端程序创建一个Socket请求与服务器建立连接。 (3)服务器接受客户的连接请求,并创建一个新的Socket与该客户建立专线连接。 (4)建立了连接的两个Socket在一个单独的线程(由服务器程序创建)上对话。 (5)服务器开始等待新的连接请求,当新的连接请求到达时,重复步骤(2)到步骤(5)的过程。-This is a la
lab3
- java lab 3 for computer science
Lab - Chapter 3
- it is java coding for student(i. Use a reference data type and understand the composition/aggregation used in the class. ii. Apply and used appropriate access modifier inside the class. iii. Use reference this and overloading constructor.)
