-
Implemented using JSP message board, used in database ORACLE, beautiful interfac...
用JSP实现的留言板,用到的数据库为ORACLE,界面美观,功能齐全-Implemented using JSP message board, used in database ORACLE, beautiful interface, a full-featured ~ ~ ~
- 2022-02-03 14:22:53下载
- 积分:1
-
实现一个简单的聊天室,运行时,记得把客户端文件既Client.java中的IP改为相应的IP既可!...
实现一个简单的聊天室,运行时,记得把客户端文件既Client.java中的IP改为相应的IP既可!-Realize a simple chat room, run-time, remember to document both the client Client.java of IP can be converted into the corresponding IP!
- 2022-10-06 18:40:03下载
- 积分: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
-
实现客户端和服务器端的简单socket通信,一个服务器对应多个客户端,java课程的一课程设计...
实现客户端和服务器端的简单socket通信,一个服务器对应多个客户端,java课程的一课程设计-The achievement of client and server socket simple communications, a server corresponds to multiple clients, java courses in curriculum design 1
- 2023-06-14 05:35:03下载
- 积分:1
-
Optimal binary tree data structure of Huffman encoding realize, for reference on...
java的邮件发送源码,直接拷贝到tomcat下即可运行-java source of the e-mail directly copied to the tomcat to run under
- 2022-02-14 17:05:59下载
- 积分:1
-
可以实现彩票的增删查改 用netBeans可直接打开
可以实现彩票的增删查改 用netBeans可直接打开
- 2022-03-19 15:13:04下载
- 积分:1
-
在首次运行时,自动生成INI配置文件,网页文件夹和一个测试网页。
默认端口:8080
WebServer.jar为已经编译好的java文件,...
在首次运行时,自动生成INI配置文件,网页文件夹和一个测试网页。
默认端口:8080
WebServer.jar为已经编译好的java文件,在Dos下可以(注意要在WebServer.jar所在路径)执行java -jar WebServer.jar,在Dos窗口中会有大量的提示信息。不建议用无Dos窗口的方式使用。
包含三个Class:
HttpServer.java(main)
Response.java
Request.java
还含有大量注释。-the first operation, automatic generation INI configuration files, folders and web testing a website. Default port : 8080 WebServer.jar already compiled java documents, In Dos under (note to the path where WebServer.jar) implementation of java-jar WebServer.jar, Dos window there will be a lot of reminders. Does not recommend using non- Dos window use. Class 3 includes : HttpServer.java (main) Response.java Reques t.java also contains large amounts of the Notes.
- 2022-03-18 10:16:47下载
- 积分:1
-
open meeting Programming Image
次编程实现打开图象-open meeting Programming Image
- 2022-10-31 22:50:03下载
- 积分:1
-
Java虚拟机规范。java虚拟机被设计为支持java的亲…
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machine to follow. Its material has been condensed from The Java Language Specification, by James Gosling, Bill Joy, and Guy Steele. For a complete discussion of the Java language, or for details and examples of the material in this chapter, refer to that book. Readers familiar with that book may wish to skip this chapter. Readers familiar with Java, but not with The Java Language Specification, should at least skim this chapter for the terminology it introduces.-JVM specification. The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overv
- 2022-05-22 11:47:41下载
- 积分:1
-
这是本科生的毕业设计,做的不错,可以参考参考
这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
- 2022-02-25 03:28:17下载
- 积分:1