-
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
-
j-threads
Introduction to Java Threads...
- 2009-02-18 21:03:01下载
- 积分:1
-
visualmodeler
包含一些JAVA编程实现的工具,主要是图形化的visual modeler可以实现在界面上创建用户任务和资源信息。(Contains some tools JAVA programming, mainly graphical visualmodeler can create user task and resource information in the interface.)
- 2014-09-19 19:30:27下载
- 积分:1
-
cloud-computing-task-scheduling-master
说明: 这个文件夹里有很多对云任务分配的算法 例如PSO、FCFS、SJF等(There are many cloud task allocation algorithms in this folder, such as PSO, FCFS, SJF, etc.)
- 2019-05-15 09:08:34下载
- 积分:1
-
thumbnail
搭建springmvc项目基本框架,用到的Jar,以及文件配置(springmvc building and user Jar files and file configuration)
- 2020-06-20 18:00:01下载
- 积分:1
-
dweight
dweight c chapter 1 book c programming a modern approach
- 2015-03-21 20:08:12下载
- 积分:1
-
DownLoad(java流实现下载功能)
用java实现文件下载,通过使用用该类可以下载不同类型的文件。(with java download files through the use of such use can be downloaded for different types of documents.)
- 2005-08-12 16:37:24下载
- 积分:1
-
wordcount
入门的简单MR小程序,可以简单理解MR程序的流程(A simple MR small program to get started)
- 2018-04-09 09:05:13下载
- 积分:1
-
java
说明: 用Java实现简单的UDP通信实现文件的上传和下载功能(Java implementation with a simple UDP communication implementation file upload and download)
- 2010-04-01 14:42:59下载
- 积分:1
-
FirstMyBatis
使用mybatis实现的一个小例子,可以帮助初学者快速入门(user mybatis complete a demo)
- 2013-12-29 13:41:36下载
- 积分:1