搜索资源列表
quartz
- quartz使用手册和quartz的api文档。-quartz and quartz manual documentation of the api.
quartz-1.6.4
- Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
quartz-1.6.0
- Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
wordcount
- quartz 一个强大的开源的定时器 提供了完善的功能供用户调用-quartz timer for a strong open source provides a complete set of features for users to call
wweb_quartz_ee
- web下quartz配置,java版本,在tommcat下测试通过-web quartz configuration, java version test tommcat under
test2
- java定时执行多任务和quartz定时执行多任务 -Multi-tasking in timing
Quartz.NET-2.1.2
- Quartz.NET是一个纯C#编写的.NET 库是非常受欢迎的开放源码的Java job scheduling framework, Quartz . 该项目归功于原Java项目,它的父James House 项目的参与者们。-Quartz.NET is a pure .NET library written in C# and is a port of very propular open source Java job scheduling framework, Quartz . This
quartz
- Quartz是一个开源的作业调度框架,它完全由Java写成,并设计用于J2SE和J2EE应用中。它提供了巨大的灵 活性而不牺牲简单性。你能够用它来为执行一个作业而创建简单的或复杂的调度。它有很多特征,如:数据库支持,集群,插件,EJB作业预构 建,JavaMail及其它,支持cron-like表达式等等。-Quartz is a digitally native news outlet for the new global economy.... Pull down to refresh...A
Quartz.NET-2.6
- C# 定时任务类库,定时执行,ASP.net,winform(http://www.quartz-scheduler.net/ 1. INTRODUCTION ---------------- This is the README file for Quartz.NET, .NET port of Java Quartz. Quartz.NET is an opensource project aimed at creating a free-for-commercia
JavaPrj_5
- 人才管理系统,带数据库。简单的Java程序,用到S+H框架,可以用来作简单的课程设计。(Talent management system, with database. The simple Java program, which uses the S+H framework, can be used for a simple course design.)
javachattool
- ChatClient.java 为客户端程序启动类,负责客户端的启动和退出。 Login.java 为客户端程序登录界面,负责用户帐号信息的验证与反馈。 Register.java 为客户端程序注册界面,负责用户帐号信息的注册验证与反馈。 ChatRoom.java 为客户端程序聊天室主界面,负责接收、发送聊天内容与服务器端的Connection.java 亲密合作。 Windowclose 为ChatRoom.java的内部类,负责监听聊天室界面的操作,当用户退出时返回给服务器