-
CodeSigner
CodeSigner implements Serializable Source Code for Andriod.
- 2014-01-13 12:18:58下载
- 积分:1
-
gtsafe
一款工地安全生产管理系统,采用ssh框架开发(A site safety production management system, using ssh framework development)
- 2016-04-25 22:54:32下载
- 积分:1
-
SpcommSMS
用spcomm控件写的一个短信收发与串口
- 2009-10-10 17:49:00下载
- 积分:1
-
LTC68042
电池管理系统,最多可同时管理12节电池电芯。LTC6804(Battery management system can manage up to 12 battery cells. LTC6804
)
- 2021-05-12 17:30:03下载
- 积分:1
-
手机传感器
采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
chapter03
java语音程序设计第8版Chapter03部分答案(java programming Voice Version 8 Chapter03 part of the answer)
- 2014-05-11 14:25:31下载
- 积分:1
-
Read and write in excel files
Reading and writing in excel files, tutorial in basic4android developers.
- 2018-02-16 14:16:23下载
- 积分:1
-
flash4
有四套录音的demo,都实现了录音功能,播放录音的功能,还是很不错的(There are four sets of recording demo, realize the recording function, play the recording function, or very good)
- 2014-01-18 15:22:51下载
- 积分:1
-
推箱子小游戏
推箱子小游戏。懒羊羊与灰太狼。java实战项目(Push box games. Lazy sheep and Grey Wolf. Java combat project)
- 2020-06-20 05:20:02下载
- 积分: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