-
Quartz 是个开源的作业调度框架,为在 Java 应用程序中进行作业调度提供了简单却强大的机制。Quartz 允许开发人员根据时间间隔(或天)来调度作业。它...
Quartz 是个开源的作业调度框架,为在 Java 应用程序中进行作业调度提供了简单却强大的机制。Quartz 允许开发人员根据时间间隔(或天)来调度作业。它实现了作业和触发器的多对多关系,还能把多个作业与不同的触发器关联。整合了 Quartz 的应用程序可以重用来自不同事件的作业,还可以为一个事件组合多个作业。-Quartz is an open source job scheduling framework for Java applications to job scheduling provides a simple but powerful mechanism. Quartz allows developers the time interval in accordance with (or days) to dispatch operations. Its operations and realize the many-to-many relationship between the trigger, but also to a number of operations associated with different triggers. Quartz integrated applications can reuse the incident from different operations, but also an event that the combination of multiple operations.
- 2022-03-29 10:03:48下载
- 积分:1
-
A simple file upload demo code, the use of third
一个简单的文件上传演示代码,运用第三方插件实现文件的简单上传-A simple file upload demo code, the use of third-party plug-ins to achieve a simple file upload
- 2022-04-10 11:05:34下载
- 积分:1
-
Project JXTA
Project JXTA-C enabling a Web of things
- 2023-01-09 14:30:04下载
- 积分:1
-
一个使用JAVA编写的五子棋游戏,程序比较简单,适合初学者
一个使用JAVA编写的五子棋游戏,程序比较简单,适合初学者-a prepared using JAVA 331 games, procedures are relatively simple, for beginners
- 2022-10-31 11:00:04下载
- 积分:1
-
简单的显示时钟程序
简单的显示时钟程序-simple display clock procedures
- 2022-02-22 02:31:28下载
- 积分:1
-
一个网上的文本编辑工具源码,jsp实现的,在自己的网站中可以直接使用.效果很好...
一个网上的文本编辑工具源码,jsp实现的,在自己的网站中可以直接使用.效果很好-一蔚谋 嗉?源, jsp 实, 约站 锌 直. 效 芎
- 2022-01-25 20:05:09下载
- 积分:1
-
系统介绍
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,...
系统介绍
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,并同时降低企业的互联网接入费用。
Engineer系统可与目前98%以上文章管理系统进行无缝结合,2%特例系统,也可通过二次编码进行整合,系统根据模板生成静态页,时刻保持网站的新鲜感。
Engineer系统是企业低成本、高负载量网站运营完美解决方案。-System Engineer system is introduced to reduce server load, to reduce the cost of enterprise operations the perfect solution. Dynamic volume generated by static pages, allows companies announced the choice of server, reduced hardware investment, and at the same time reduce the cost of Internet access. Systems Engineer with over 98% of the current article management system for seamless integration, 2% exception, also through secondary coding integration, template generation system based on static pages, always keep the site fresh. Engineer enterprise system is low-cost, high-volume Web site operators to load perfect solution.
- 2022-08-17 09:21:07下载
- 积分:1
-
java俄罗斯方块
JAVA的俄罗斯方块-JAVA Tetris
- 2022-08-13 06:06:45下载
- 积分:1
-
java 聊天程序(c/s)适合初学者使用
java 聊天程序(c/s)适合初学者使用-java chat program (c/s) suitable for beginners to use
- 2023-04-24 10:20:03下载
- 积分: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