-
estore1
本系统实现电子购物,分为客户、商品、订单、定单四个模块.并实现客户的登陆注册功能,该系统成功运行于windows 环境,前台采用MVC设计模式, 使用javaBean实现了Model层的业务逻辑和数据读取,在 View层运用了JSTL核心标签,
在Controller层运用了Servlet。(This system is divided into electronic shopping, customers, goods, orders, orders four modules. And realize the login registration function of customers, the successful operation of the system in the windows environment, the use of MVC design pattern, using the javaBean implementation of the Model layer, business logic and data read in the View layer using JSTL core tags,
Servlet is used in the Controller layer.)
- 2017-10-21 17:35:31下载
- 积分:1
-
基于Socket的邮件客户端实现
此邮件客户端基于java实现,邮件客户端可以实现邮件的发送与接收,窗口主要有四个选项卡界面,具体为:客户端介绍、邮件接收、邮件发送、邮箱登陆。适合于初学者学习
- 2022-05-29 07:45:28下载
- 积分:1
-
客户关系管理系统
应用背景基于java的客户关系管理系统,对于java初学者学习做java项目有较大帮助。。。关键技术class LoginCheck{
private String name;
private String password;
public LoginCheck(String name,String password){
this.name = name;
this.password = password;
}
public boolean validate(){
if("1".equals(name)&&"1".equals(password)){
return true;
}else{
return false;
}
}
}
- 2022-04-21 18:27:25下载
- 积分:1
-
Java多播
这是用于在Java中作出分配方案的一个项目。它使得通过客户机与服务器的通信,并可以与一个大量客户端共享。要开心
- 2022-05-16 20:13:32下载
- 积分:1
-
gouwujuece
移动购物助手用户决策辅助功能的设计,帮助完成手机助手的设计(Mobile users shopping assistant decision the design of the auxiliary function, help to complete the design of mobile phone assistant)
- 2015-05-11 10:59:35下载
- 积分:1
-
android 控制LED灯以及门禁开关例子(智能家居)
android 控制LED灯以及门禁开关例子(智能家居)
- 2015-08-11下载
- 积分:1
-
设备管理系统
课程设计题目:设备管理系统
Java编写,MySQL数据库,Tomcat
使用MyEclipse开发
Content文件中有详细的数据库表名列名
- 2022-02-05 20:34:25下载
- 积分:1
-
Java疯狂讲义课后题
Java疯狂讲义的课后练习题全套,里面有详细的答案和代码部分,可供学习者参考
- 2022-08-19 15:49:26下载
- 积分:1
-
IBM PC XT模拟器
我在j2me上的项目,仿真器IBMPCXT,在RAM大约为2MB的手机上。
- 2023-07-02 19:20:05下载
- 积分:1
-
在线考试系统
简易的在线考试系统,实现教师指定简易的出题规则,自动生成题库,学生在线考试,自动审批试卷得出成绩。学生可以申请重考
- 2022-01-26 00:04:42下载
- 积分:1