-
JAVA实现的使用UDP实现Echo服务
JAVA实现的使用UDP实现Echo服务-JAVA achieving the use UDP Echo services
- 2022-04-30 17:39:52下载
- 积分:1
-
用JSP编的BBS,大家喜欢么
用JSP编的BBS,大家喜欢么-Using JSP series of the BBS, you like Mody
- 2022-06-19 14:32:54下载
- 积分:1
-
包含很多java文章,论坛里的文章,及技巧
包含很多java文章,论坛里的文章,及技巧-Article contains a lot of java, the Forum
- 2023-06-23 18:00:03下载
- 积分:1
-
JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model...
JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model-view-controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板-JSP powerful advantage lies in a business application logic and its presentation to the left. Smalltalk object-oriented terminology, JSP encourage MVC (model-view-controller) web applications. JSP classes or beans is the model, is the view JSP and Servlet controller. This example is a simple message board
- 2023-02-10 11:05:04下载
- 积分: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
-
实现校园卡的注册,消费,修改密码,等基本功能
实现校园卡的注册,消费,修改密码,等基本功能 -Campus Card registration, consumption, change passwords, and other basic functions
- 2022-06-16 04:14:40下载
- 积分:1
-
基于lucene的 全文检索程序。可以对office等文件pdf文件进行检索,检索到的位置进行高亮显示。...
基于lucene的 全文检索程序。可以对office等文件pdf文件进行检索,检索到的位置进行高亮显示。-Based on the Lucene full-text retrieval procedures. Office and other documents on pdf files retrieval, retrieved location highlighted.
- 2023-04-14 02:40:03下载
- 积分:1
-
这是一个CS模式的购物车管理系统,编程语言是JAVA,在JBuild上做的。...
这是一个CS模式的购物车管理系统,编程语言是JAVA,在JBuild上做的。-this cart program which is cs
model which I hope can give some people some help.
- 2023-04-03 07:40:03下载
- 积分:1
-
snow mix JSP have prepared hard for me to spend a lot of time ah, we quickly und...
雪糁们JSP编写,艰苦机花费了我很多时间啊,大家赶紧下在,数量有限。-snow mix JSP have prepared hard for me to spend a lot of time ah, we quickly under the limited amount.
- 2022-08-19 02:57:37下载
- 积分:1
-
Second answer SSD8 practice, in the hope that students learning networks help.
SSD8的练习二答案,希望对学习网络的同学有所帮助。-Second answer SSD8 practice, in the hope that students learning networks help.
- 2023-04-30 02:15:02下载
- 积分:1