-
GexfGenarate
用于生成gexf格式的数据文件,为后续的可视化开发服务(Used to generate data files in gexf format, serving for subsequent visualization development)
- 2020-06-17 03:20:01下载
- 积分:1
-
MPFS21 - Java
Module for Microchip TCP/IP Stack
- 2020-06-22 10:20:02下载
- 积分:1
-
SmsManager
TODO(code review): Curious question.. Why are a lot of these methods not declared as static, since they do not seem to require any local object state? Assumedly this cannot be changed without interfering with the API..
- 2013-12-06 14:31:24下载
- 积分:1
-
3.0.0
说明: idot know what this is
- 2019-12-17 22:42:10下载
- 积分:1
-
icarnegie4
todos los ejercicios de ssd4
- 2009-11-06 03:17:38下载
- 积分:1
-
ppocasss
使用的依赖包都在压缩包的lib目录下,如果只是需要依赖包,可以直接使用()
- 2018-02-10 17:14:45下载
- 积分:1
-
twx
是一个用于显示球的哦,呵呵,代码简短,功能均已实现,不可多得啊,(is a show for the ball, oh, what a short code, functions have been achieved, ah rare that the word)
- 2007-06-18 17:41:45下载
- 积分:1
-
Exe8_2
模拟如下图所示的动态时钟界面(指针朝向不限)。程序文件命名为Exe8_2.java。(A CLOCK)
- 2012-05-18 11:08:09下载
- 积分:1
-
HttpClientaaHtmlParser(Crawler)
httpclient开发框架 最全了html(the most comprehensive development framework httpclient)
- 2014-04-21 22:58:16下载
- 积分: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