-
本项目为一个医药企业开发,采用B/S设计模式,用jsp+java进行开发的大型网站...
本项目为一个医药企业开发,采用B/S设计模式,用jsp+java进行开发的大型网站-this is a webproject,if you look it.you will study very much from it
- 2022-03-20 00:37:00下载
- 积分:1
-
use Java to prepare the document to delete, new, reproduction, etc
使用JAVA编写的对文件删除,新建,复制,等操作-use Java to prepare the document to delete, new, reproduction, etc
- 2022-02-28 16:36:27下载
- 积分:1
-
可以拿来参考的b/s用户管理登录
实现了登录查询等功能
可以拿来参考的b/s用户管理登录
实现了登录查询等功能 -hehe
- 2022-10-22 09:20:02下载
- 积分: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
-
Swing Examples Sources Codes 里包含了Java Web开发的一些实例代码,相信对准备作web开发的朋友会有帮助的。...
Swing Examples Sources Codes 里包含了Java Web开发的一些实例代码,相信对准备作web开发的朋友会有帮助的。-Swing Examples Sources Codes contains a number of Java Web development examples of code, I believe it ready for web development would be helpful friend.
- 2022-05-16 23:44:35下载
- 积分:1
-
网上订餐系统,基于servlet开发,实现餐品信息的显示、查询、订购等功能。采用连接池技术、WebService技术等。本项目仅供参考。...
网上订餐系统,基于servlet开发,实现餐品信息的显示、查询、订购等功能。采用连接池技术、WebService技术等。本项目仅供参考。-Online reservations, please system, servlet-based development and achieving the display of menu items of information, inquiry, ordering and other functions. Using connection pool technology, WebService technology. The project is for reference only.
- 2022-03-23 10:18:51下载
- 积分:1
-
Sunflow是一个照片级的渲染系统,具备光线跟踪渲染内核,整个工程用Java编写,面向对象的结构,易于扩展。...
Sunflow是一个照片级的渲染系统,具备光线跟踪渲染内核,整个工程用Java编写,面向对象的结构,易于扩展。-Sunflow is a rendering system for photo-realistic image synthesis. It is written in Java and built around a flexible ray tracing core and an extensible object-oriented design.
- 2023-08-12 00:25:03下载
- 积分:1
-
Java编写的一个mp3播放器源代码,对于想做这方面工作的网友来说还是有很大的参考价值的...
Java编写的一个mp3播放器源代码,对于想做这方面工作的网友来说还是有很大的参考价值的-Java prepared an MP3 player source code, wants to do the work of the netizens, they still have great reference value
- 2023-02-03 22:50:04下载
- 积分:1
-
有java实现的basic语言解释器
有java实现的basic语言解释器-have achieved basic language interpreter
- 2022-09-18 13:45:03下载
- 积分:1
-
投票系统原代码(JSP实现) 这是用文本文件作为存储载体的投票系统:...
投票系统原代码(JSP实现) 这是用文本文件作为存储载体的投票系统:-voting system source code (JSP), which is used as a text file storage vector of the voting system :
- 2022-07-12 06:15:38下载
- 积分:1