-
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
-
vim25_6.7
说明: 用于监控vmware中的各项资源,vim25jar为6.7版本(Used to monitor resources in the vmware)
- 2021-03-23 09:39:16下载
- 积分:1
-
databaseApplication
基于java的mysal数据库应用,学生选课系统。工程文件,包含mysql建表文件(Mysal java-based applications, student elective system. Project file that contains the file mysql built table)
- 2014-12-08 22:10:56下载
- 积分:1
-
shiyanxuankexitong
用java开发的实验课选课系统 内含数据库说明文档(java)
- 2010-06-15 02:17:18下载
- 积分:1
-
MyShoot
java 飞机大战 打飞机完整代码一定要20字???????(Java aircraft war aircraft complete code must be 20 words??????????)
- 2017-06-29 22:37:04下载
- 积分:1
-
spring-MVC-Mail
用sping mvc注释的邮件功能,文件内有源码(Comment by sping mvc mail function, the source documents)
- 2014-02-20 11:12:32下载
- 积分:1
-
CloudStack2.2UserInterface
云计算开源平台cloudstack的相关技术资料和参考文献(Open source cloud computing platform cloudstack the relevant technical information and references)
- 2013-08-03 22:07:46下载
- 积分:1
-
Dictionary
一个简单英汉词典!,可以查询英文单词或中文单词的意思!(A simple English-Chinese dictionary! You can check English words or Chinese word meaning!)
- 2011-09-22 21:27:24下载
- 积分:1
-
code-of-Java-and-pattern
如题,此文件包含java与模式所涉及到的所有源代码。(Such as the title,this file includes the code all of The book name s Java and pattern)
- 2014-01-06 11:48:32下载
- 积分:1
-
Java获取字符串编码格式
根据字符串内容识别编码格式 简单实用 用来解决检测编码不统一的问题(Identifies the encoding format based on the string content)
- 2018-05-29 13:56:46下载
- 积分:1