-
net.mindview
《JAVA编程思想》中文第四版配套类库
本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从JAVA的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。(" JAVA programming ideas" supporting the fourth edition Chinese Library book won wide acclaim the world' s programmers, even the most obscure concepts in the text affinity Bruce Eckel and small, direct programming examples will be resolved before the invisible. JAVA the basic grammar to the most advanced features (depth of object-oriented concepts, multi-threading, automatic build, unit testing and debugging, etc.), this book can guide you step by step easy to master.)
- 2016-10-20 16:03:49下载
- 积分:1
-
JAVArumen
Java初学者资料,初学者下载,大牛不要浪费功夫了(Java beginner information for beginners download, do not waste the effort of Daniel)
- 2015-03-25 09:47:31下载
- 积分:1
-
java
java并发编程实战pdf及源码,java并发编程实战pdf及源码(Java Concurrent Programming PDF and source code,Java Concurrent Programming PDF and source code)
- 2016-04-24 20:43:02下载
- 积分:1
-
Windows7Loader2.2.2
说明: 这是一段关于服务器的java程序,微信公众号可以访问(This is a java program about the server. The Wechat Public Number is accessible.)
- 2020-06-18 12:20:01下载
- 积分:1
-
ibatis-class
java 框架ibatis学习文档下载 绝对值得(ibatis java framework document download is definitely worth learning)
- 2013-11-26 17:22:44下载
- 积分:1
-
menu-move
js实现自动向左移动的菜单,当鼠标移动到菜单项时,菜单停止移动。(js automatically move to the left menu, the menu stops moving when the mouse to the menu item.)
- 2012-05-30 22:33:10下载
- 积分:1
-
ConferenceTrackManagementProject
java开发的bin packing, 个人感觉很有用。。。。可以下载学习(The bin packing developed by Java is very useful to me. Downloadable Learning)
- 2020-06-23 22:20:02下载
- 积分:1
-
桂林文创商城系统 毕业设计;JAVA+MySQL SpringMVC框架 源码+数据库+素材
管理员账号/密码:admin/admin
- 2020-11-27下载
- 积分:1
-
api
jxta的2.5英文api,方便大家了解jxta(2.5 jxta English api, to facilitate understanding of the jxta)
- 2012-05-21 15:52:35下载
- 积分: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