-
a2
Java简单小程序,album管理系统,JDBC的应用(Simple Java applet, album management system, JDBC applications)
- 2013-08-04 18:33:48下载
- 积分:1
-
AbstractHttpClientConnection
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary {@link SessionInputBuffer} and {@link SessionOutputBuffer} for Andriod.
- 2013-10-04 10:06:49下载
- 积分:1
-
javascripts
基于MOOnTOOLs所开发的一个导航拦仅供参考(MOOnTOOLs developed based on a navigation bar for reference only)
- 2008-05-13 23:30:19下载
- 积分:1
-
2004530162841
Java聊天室系统详细设计,包括程序实现,数据库设计等(The detailed design of Java chat room system)
- 2009-09-18 20:29:36下载
- 积分:1
-
SEMC_UIQ_SDK_EXT
对彩信编程的一点经验,大家分享,希望能给你一个帮助(right MMS 1:00 programming experience, we share the hope that would give you a help)
- 2006-12-28 09:53:10下载
- 积分:1
-
200438213869
功能强大的webmail服务端,功能强大的webmail服务端,功能强大的webmail服务端,(Powerful webmail server, webmail powerful server, a powerful webmail client services,)
- 2009-04-15 12:42:59下载
- 积分:1
-
htmleditor
使用Java+Ext技术,为小巧的HTMLArea 编辑器加上图片上传功能,因为以前的HTMLArea其它地方都很完美,就是没有图片上传功能,让喜欢她的人望而却步,现在好了,JAVA高手们运用手中的技术,结合目前流行的AJAX框架EXT技术,为她加入了一个插入图片并上传的功能(JAVA gurus use their technology use Java+Ext technology, plus the compact HTMLArea editor image upload feature, because the previous HTMLArea other place is perfect, is that there is no image upload feature, so that people like her flinch now combined with the popular AJAX framework EXT technology, she joined an insert pictures and upload)
- 2013-04-16 09:05:06下载
- 积分:1
-
RMI
该程序是用java编写的一个用rmi远程调用的分布式会议系统,纯属原创,供大家参考和学习(The program is written in a java rmi remote call with a distributed conferencing systems, purely original, for your reference and learning)
- 2013-11-26 23:17:10下载
- 积分:1
-
springboot-rocketmq-master
springBoot and rocketmq 集成开发(springBoot and rocketmq development)
- 2017-09-14 18:45:33下载
- 积分: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