-
一个学习jsp好例子。可供要学习的jsp的用户学习。。
一个学习jsp好例子。可供要学习的jsp的用户学习。。 -Good example of a learning jsp. Jsp to learn for users to learn. .
- 2022-02-09 16:55:53下载
- 积分:1
-
该系统是一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统.系统主要实现的功能有订单录入、打印,销售汇总...
该系统是一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统.系统主要实现的功能有订单录入、打印,销售汇总、原料管理、客户管理、生产配料计算、报表打印、汇总、系统数据管理及维护等功能,是一个使用非常简单的编码方式实现的Web开源应用系统。-The system is a use of Java language development, domestic open-source Web MVC framework EasyJWeb system engine for Java Web applications. Realize the function of the major orders have input, printing, sales summary, raw materials management, customer management, production ingredients, the statements print, summary, system data management and maintenance functions, is a very simple to use encoding realize the open-source Web applications.
- 2022-06-18 03:19:07下载
- 积分:1
-
Beida Jade Bird in the first semester of a graduate design, because there are no...
这是我在北大青鸟的第一学期的一个毕业设计,因为还有很多的不会,所有此程序较为简单,希望能在贵网站学到更多...!-Beida Jade Bird in the first semester of a graduate design, because there are not many, all this relatively simple procedure, in the hope of your web site to learn more ...!
- 2023-04-25 19:40:03下载
- 积分:1
-
一个有关于圆的参数计算的JAVA程序,根据给定的参数,进行相信参数的计算...
一个有关于圆的参数计算的JAVA程序,根据给定的参数,进行相信参数的计算- a good algorithm
- 2023-07-13 16:20:03下载
- 积分:1
-
JDesktop Integration Components (JDIC),这是一个开源的项目,目的是构建消除本机应用程序和 Java 等价物之间差距的组件。...
JDesktop Integration Components (JDIC),这是一个开源的项目,目的是构建消除本机应用程序和 Java 等价物之间差距的组件。JDIC 单一的 Java API 允许应用程序接进本机操作系统特性,同时保持跨平台支持。它目前提供了本机 Web 浏览器(Internet Explorer 或 Mozilla) 支持、系统托盘支持、文件扩展集成和其他桌面特性。-JDesktop Integration Components (JDIC), this is an open source project to build the elimination of the local Java applications, and the gap between equivalent components. JDIC single Java API access permit applications into the local operating system features, while maintaining cross-platform support. It currently provides a local Web browser (Internet Explorer or Mozilla) support, system tray support, file extensions and other desktop integration features.
- 2022-08-26 14:39:22下载
- 积分:1
-
求和的JAVA小程序
求和的JAVA小程序-summation of Java Applet
- 2022-02-10 01:43:30下载
- 积分:1
-
pulpcore是一个可用于web端2D渲染的开源类库
pulpcore是一个可用于web端2D渲染的开源类库-pulpcore is a web client can be used for open-source 2D rendering libraries
- 2022-02-03 07:54:46下载
- 积分:1
-
在学校工作人员的工资管理系统java
java payroll system for the Staff in colleges/schools
- 2022-05-17 18:14:11下载
- 积分: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课程设计及源码
java课程设计及源码-curriculum design and source code
- 2022-03-25 05:54:53下载
- 积分:1