-
一个关于osworkflow工作流引擎的例子,对新手很有用
一个关于osworkflow工作流引擎的例子,对新手很有用-A workflow engine osworkflow example, useful for novice
- 2023-06-01 21:00:03下载
- 积分:1
-
跟随鼠标的萤火虫[无须修改][]共1步]
跟随鼠标的萤火虫[无须修改][]共1步]-follow the mouse fireflies [no change] [] were a step]
- 2022-02-25 09:19:07下载
- 积分:1
-
生成java类洗牌52卡当输入所需软件的数量…
Produce Java classes to shuffle the 52 cards when input the number of desired swaps within the range of 1 to 1000 by the user.
- 2022-03-25 06:06:24下载
- 积分:1
-
Library Management
Front
Library Management
Front-end: Java (JDK 1.7 or use Java IDE like Net Beans 6.0)
Back-end : MS Access 2003-Library Management
Front-end: Java (JDK 1.7 or use Java IDE like Net Beans 6.0)
Back-end : MS Access 2003
- 2023-05-20 14:00:03下载
- 积分:1
-
Chapter 2 on the message board Ajax example, Chapter 3 of JavaScript in Ajax for...
第2章 基于Ajax的留言板示例
第3章 JavaScript在Ajax中的作用范例
………………
第20章
程序描述:本章将实现上传文件时显示进度条的功能。当上传文件时,客户端同时显示文件上传的进度,从而及时了解文件传送情况-Chapter 2 on the message board Ajax example, Chapter 3 of JavaScript in Ajax for the using examples ... ... ... ... ... ... Chapter 20 proceedings Description : The chapter will achieve upload documents show the progress of the function. When upload documents, the client also shows that the progress of file uploads, so the time to understand the transmission of documents
- 2022-03-14 23:17:35下载
- 积分: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 信息窗口的实现-information window to achieve
- 2022-02-22 09:30:18下载
- 积分:1
-
Oracle发布的自oracle8i以后可以使用的将oracle数据库记录直接映射为XML文件的程序依赖包,很不错。...
Oracle发布的自oracle8i以后可以使用的将oracle数据库记录直接映射为XML文件的程序依赖包,很不错。-Oracle released from oracle8i then you can use the oracle database records will direct mapping of XML documents on the procedure kits, is pretty good.
- 2022-08-16 10:42:18下载
- 积分:1
-
使用jsp实现B/S结构的网上选课系统
使用jsp实现B/S结构的网上选课系统-use jsp B/S structure of the Internet Elective System
- 2022-05-29 05:59:24下载
- 积分:1
-
使用Java和sql开发的固定资产管理系统!
使用Java和sql开发的固定资产管理系统!-sql use Java and the development of the fixed assets management system.
- 2022-07-26 16:04:57下载
- 积分:1