-
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
-
循环
说明: 控制条件语句的变量,在for循环结束后,就不可以被访问了,而while循环还可以访问,如果你继续想使用该变量,则可以使用while循环,否则推荐使用for循环,原因是for循环结束,该变量就从内存中消失,能够提高内存的使用效率。(The variable that controls the conditional statement is not accessible after the for loop has finished, and the while loop is accessible if you continue to use the variable, you can use the while loop. Otherwise, it is recommended to use the for loop, because the variable disappears from memory after the for loop, which can improve memory efficiency.)
- 2019-10-12 14:00:38下载
- 积分:1
-
note
很实用的笔记编辑,查看器。你编辑的文本文件可以直接转化成HTML形式(Very practical note - editing, viewer. The text file you edit can be directly transformed into HTML form.)
- 2018-06-22 21:15:04下载
- 积分:1
-
toBook
Java编程实现二手书交易平台,给大家做个参考(Java programming used book trading platform, to be a reference)
- 2013-12-09 19:07:11下载
- 积分:1
-
cloudsim_学习笔记
cloudsim实例解析。学习cloudsin时,下载的实例,本文将详细解释代码各部分功能。(cloudsim Case analysis)
- 2018-05-03 16:46:47下载
- 积分:1
-
EJBrealmodel
真实的世界建模,基于ejb实现的一个建模实例(real world modeling, based on the achievement of a ejb Modeling)
- 2007-03-20 16:21:56下载
- 积分:1
-
RepastEvacuation-master
说明: repast仿真模拟人群逃生模型,基于java语言描写。(Repast simulation of crowd escape model)
- 2019-05-17 15:28:27下载
- 积分:1
-
REST-spring-security
本项目主要使用spring security对restful webservice进行安全控制(This project is mainly for restful webservice using spring security for security control)
- 2013-10-13 09:54:06下载
- 积分:1
-
rc4
RC4 算法,使用JAVASCRIPT实现 (RC4 algorithm, the realization of the use of JAVASCRIPT)
- 2008-01-05 23:35:21下载
- 积分:1
-
dateUtil
说明: 日期帮助,自动输出排班人员,自定义配排班类型(Date Help, Scheduling)
- 2020-06-22 15:40:01下载
- 积分:1