-
GEF-ALL-3.1
eclipse里添加tomcat插件。开发得时候挺方便(add tomcat plugin in eclipse,)
- 2012-08-12 20:31:26下载
- 积分:1
-
LiveStream
Live stream is an application for live mobile streaming. Download today
- 2013-09-18 19:07:09下载
- 积分:1
-
DoubleDatePicker-master
在安卓开发中,会碰到选开始日期和结束日期的问题。特别是在使用Pad时,如果弹出一个Dialog,能够同时选择开始日期和结束日期,那将是极好的。我在开发中在DatePickerDialog的基础上做了修改,实现了这种Dialog。(Andrews Date Picker)
- 2015-10-20 22:22:53下载
- 积分:1
-
JCalender-1.3.2
adding a java calendar for your project, good luck
- 2019-01-05 16:13:44下载
- 积分:1
-
autopk
这是一个基于Java的排课系统,是一个自动排课系统!(This is a Java-based Course Scheduling System is a self-Course Scheduling System!)
- 2009-05-02 23:55:28下载
- 积分:1
-
cntospell
将中文转换成为拼音的程序,其中首字母为大写,姓与名之间有空格(Chinese Pinyin will be converted into programs)
- 2011-10-08 17:15:57下载
- 积分:1
-
tea
用java语言实现TEA,可以处理任意轮数的TEA,过程清晰,界面简单(Using java language TEA, can handle any number of rounds of TEA, the process is clear, simple interface)
- 2013-12-05 22:03:26下载
- 积分:1
-
time
这是一个用Java编写的图形时钟程序,现献给大家。希望能带来帮助(This is a prepared using Java graphics clock procedures, is dedicated to everyone. Hope to help)
- 2008-01-10 10:44:10下载
- 积分:1
-
jcglxtydm
数据库课程设计,教材管理系统,本系统能够投入实际的使用并且满足基本的功能要求。要求具有极高的可靠性、安全性和易维护性,具有较高的可移植性。 本系统实现了以下的功能: (1) 查询模块:根据种类,查询教材的相关信息; (2) 征订模块:根据需要,征订员将需要征订的教材数据输入教材信息表 (3) 采购模块:采购员审核教材征订的信息,如果需要采购则通过审核,否则 删除征订的信息 ⑷ 用户管理:用(atabase of curriculum design, materials management system, the system can allocate the actual use and to meet the basic functional requirements. Requires a very high reliability, security and easy-maintenance, high portability. The system to achieve the following functions: (1) Query Module: In accordance with the type of query-related information materials (2) Subscription Module: In accordance with the needs of Subscription Subscription Members will need to enter the teaching materials data information table (3) procurement modules: Purchaser audited Subscription information materials, if required by the procurement audit, or delete subscription information ⑷ User Management: User administrators can create user information, delete users, modify user information)
- 2013-09-22 15:40:21下载
- 积分:1
-
source
JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1