-
Validate configuration framework to Struts, including resource configuration fil...
配置Validate框架到Struts,包括资源配置文件,JSP页面,Action-Validate configuration framework to Struts, including resource configuration files, JSP pages, Action
- 2023-06-14 05:40:03下载
- 积分:1
-
易宝支付(Yeepay)的java版本所使用的jar包
易宝支付(Yeepay)的java版本所使用的jar包-Pay Epro (Yeepay) by using the java version of the jar package
- 2022-01-25 16:34:31下载
- 积分:1
-
基于Java的通信中间件
基于Java的通信中间件-Java-based middleware communications
- 2022-03-21 00:40:43下载
- 积分:1
-
BBS
BBS-CS是采用JSP+JavaBean+Servlet开发的一套网络虚拟社区系统。-BBS-CS is used JSP Servlet JavaBean development of a network of virtual community systems.
- 2022-01-25 13:59:25下载
- 积分:1
-
这是本科生的毕业设计,做的不错,可以参考参考
这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
- 2022-02-25 03:28:17下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
设计模式中的一个常见的模式
设计模式中的一个常见的模式--门面模式的java实现.-Design patterns in a common mode realize java window mode.
- 2023-05-23 00:05:03下载
- 积分:1
-
有关JavaEE的3个架构开发指南电子书.
有关JavaEE的3个架构开发指南电子书.-Related to the three structure JavaEE development guide e-book.
- 2022-03-19 09:18:40下载
- 积分:1
-
Student achievement management system, involving a simple graphical interface de...
学生成绩管理系统,涉及简单的图形界面设计,实现简单的数据存储功能-Student achievement management system, involving a simple graphical interface design and realize simple data storage capabilities
- 2022-11-18 04:55:03下载
- 积分:1
-
一个使用struts,Hibernate实现的java源代码
一个使用struts,Hibernate实现的java源代码-lear
- 2022-03-21 09:14:10下载
- 积分:1