-
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
-
一个串口通信的VB源程序,用于控制或者站台的信息显示.
一个串口通信的VB源程序,用于控制或者站台的信息显示.-A serial port communication VB source code for the control of the site or the information display.
- 2022-05-01 00:29:05下载
- 积分:1
-
IP地址查询,可以给个地址,查到相应的地点和其他信息
IP地址查询,可以给个地址,查到相应的地点和其他信息
-IP Address inquiries can give addresses, find the corresponding locations and other information
- 2022-01-28 16:07:54下载
- 积分:1
-
using the mobile phone via com and http web to send the sms.
通过串口连接手机,然后通过http web来给发送短信息,3年前帮别人公司写的通过web来控制手机发送短信息的程序。其中涉及:串口编程,http webserver等.核心代码、-using the mobile phone via com and http web to send the sms.
- 2022-03-20 11:58:54下载
- 积分:1
-
proxy_wmswfs
Simple proxy server for wfs services.
Place the file to the cgi folder in your java web server.
Change allowed hosts,ports, and username,password.
- 2016-03-16 15:56:36下载
- 积分:1
-
这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况...
这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况-dephi used for the preparation of the surveillance tcp/udp port procedures to real-time monitoring of various ports
- 2022-12-09 15:50:03下载
- 积分:1
-
aspnetmemberman
说明: Asp.Net Member Manager is a desktop WPF application for managing ASP.Net Memberships, Roles and Profiles.
- 2019-05-16 16:44:29下载
- 积分:1
-
用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!...
用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!-technology used UDP Multicast can achieve one-to-many communications! ! Chat can yo!
- 2022-01-26 01:23:25下载
- 积分:1
-
17
说明: java用于窗口布局的小程序极其应用多个实例(java border layout)
- 2009-06-09 09:09:28下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1