Description: Introduction to the basic Java source code, including the use of UDP datagram to achieve point to point communication chat, create a student and the Access database tables, execute SQL statements on the MySQL database to create stuinfo table, specify the database connection and access to property information database, used to control the network test time multicast, insert and delete data in SQL statements, multicast chat
To Search:
File list (Check if you may need any files):
java源代码\create a student and the Access database tables\student.mdb
..........\execute SQL statements on the MySQL database to create stuinfo table\student.sql
..........\....................................................................\student_course.sql
..........\....................................................................\student_stuinfo.sql
..........\....................................................................\stuinfo_course_stugrade.schemaxml
..........\insert and delete data in SQL statements\.classpath
..........\........................................\.project
..........\........................................\bin\ExecuteSQL.class
..........\........................................\src\ExecuteSQL.java
..........\multicast chat\.classpath
..........\..............\.project
..........\..............\bin\ChatMulticastJFrame.class
..........\..............\...\Friend.class
..........\..............\...\Prince.class
..........\..............\src\ChatMulticastJFrame.java
..........\..............\...\Friend.java
..........\..............\...\Prince.java
..........\specify the database connection and access to property information database\.classpath
..........\...........................................................................\.project
..........\...........................................................................\bin\GetDBAbout.class
..........\...........................................................................\src\GetDBAbout.java
..........\the use of UDP datagram to achieve point to point communication chat\.classpath
..........\....................................................................\.project
..........\....................................................................\bin\ChatUDPJFrame.class
..........\....................................................................\...\Prince.class
..........\....................................................................\src\ChatUDPJFrame.java
..........\....................................................................\...\Prince.java
..........\used to control the network test time multicast\.classpath
..........\...............................................\.project
..........\...............................................\bin\Receiver.class
..........\...............................................\...\ReceiverJFrame.class
..........\...............................................\...\TimeBroadcastJFrame.class
..........\...............................................\src\Receiver.java
..........\...............................................\...\ReceiverJFrame.java
..........\...............................................\...\TimeBroadcastJFrame.java
..........\insert and delete data in SQL statements\bin
..........\........................................\src
..........\multicast chat\bin
..........\..............\src
..........\specify the database connection and access to property information database\bin
..........\...........................................................................\src
..........\the use of UDP datagram to achieve point to point communication chat\bin
..........\....................................................................\src
..........\used to control the network test time multicast\bin
..........\...............................................\src
..........\create a student and the Access database tables
..........\execute SQL statements on the MySQL database to create stuinfo table
..........\insert and delete data in SQL statements
..........\multicast chat
..........\specify the database connection and access to property information database
..........\the use of UDP datagram to achieve point to point communication chat
..........\used to control the network test time multicast
java源代码