搜索资源列表
Test.java
- 这是一个测试Timer类用法的程序.程序会随机产生10个时间, 并在时间到的时候出发Task类对象中的run方法-This is a test Timer category usage of the procedure. Procedures will be randomly generated 10 hours and the time when the starting of the Task type of object methods run
TheJavaEE5Tutorial3rdEdition.r
- The Java EE 5 Tutorial中文版电子书(chm格式),The Java EE 5 Tutorial is an introduction to programming server-side Java applications. This book takes a task-oriented, example-driven approach to show you how to build applications for the Java EE 5 platform. Thi
Java-wifi
- java源码, 用于检测无线网络中的AP 和clients的仿真。-The simulator iterates continuously through time until MAX_SIMTIME. At each time epoch, it checks all objects to determine whether they have any task to complete. For example, at time t it checks whether a traffi
quartz_spring
- 基于quartz,可调用接口实现动态任务调度-Based on quartz, callable interface for dynamic task scheduling
SystemTray
- 本程序采用JAVA JDK 6.0 进行开发,程序运行后缩小到任务右下角,右键弹出菜单,双击可显示程序界面-This procedure used to develop JAVA JDK 6.0, after running down to the bottom right corner of the task, right pop-up menu, double-click to display program interface
bookshop
- 网上书店毕业设计开题报告、任务书外文参考资料及译文-开online bookstore Graduation Project title report, foreign language reference books and the task asked
taskmanager0.65
- 用java 实现的一个任务管理器,分客户端服务端,可以管理和监控远程任务(任务如:打开一个http连接,执行一个本地命令)-Using java to achieve a task manager, sub-client server, you can manage and monitor remote tasks (tasks such as: open a http connection, the implementation of a local order)
Record
- Java录音程序,Record类完成语音信号采集的任务。它使用javax.sound.sampled包中提供的用于捕获、处理和回放取样音频数据的各种接口和类实现对说话人语音信号的采集。-Java recording procedures, Record type complete voice signal acquisition task. It uses javax.sound.sampled package provided for the capture, processing and p
Task
- 任务调度,定时任务,定时执行程序,Quartz基本用法-Mission scheduling, mission timing, timing the implementation of procedures
mmtctc
- 软件介绍: 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好. 功能: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面. 4.任务管理: 可以查看正
task
- 开发的一个java web的任务管理系统。-Java web development task of a management system.
EQSystem
- 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理。-Internal communication systems to provide network communicatio
scheduler
- jsp环境中在定时执行任务的类,可以定时执行日常维护任务. -This is the component which will start all scheduler task
cron4j-2.1
- cron4j is a scheduler for the Java platform which is very similar to the UNIX cron daemon. With cron4j you can launch, from within your Java applications, any task you need at the right time, according to some simple rules.
02
- 系统介绍 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理。 操作流程 使用本程序时,请按以下步骤操作: (1)单击“系统设置”选项卡,设置系统、IP搜索范围和
java-notepad
- 桌面便笺是一个功能类似于手机任务管理的软件,可以将它存放在桌面, 主界面有15个标签,点击任一标签,出现显示详细内容的子对话框。子对话框是 一个类似记事本的文本编辑器,可以输入自己的任务安排,然后点击保存或删除 退回到主界面,软件将自动保存修改时间。主界面的标签栏类会显示部分子对话 框的信息,以提醒使用者自己的任务安排。-Desktop Notes is a feature similar to the cell phone task management software, i
TaskManage
- xt+spring+hibernate+dwr做的任务管理系统 涉及AJAX,EXT,spring,hibernate,dwr等技术。 包含数据库建表语句和表中的记录。 涉及表格分页,混合查询,权限等等。-xt+ spring+ hibernate+ dwr to do task management system is involved in AJAX, EXT, spring, hibernate, dwr technologies. Build a database table
Task
- JAVA定时器实例, JAVA定时器实例-JAVA TIMER
AssignmentFour All Task
- java problems with solution
JAVA线程池实验报告.docx
- 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
