2019最新java精讲400+面试题适合需要面试的初/中/高级 java 程序员
2024-01-11 12:26:36 5.87MB java java精讲 2019面试
1
☆ 资源说明:☆ [奥莱理] Java 性能优化 权威指南 (英文版) [奥莱理] Java Performance The Definitive Guide (E-Book) ☆ 图书概要:☆ Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance. You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform. ☆ 出版信息:☆ [作者信息] Scott Oaks [出版机构] 奥莱理 [出版日期] 2014年05月01日 [图书页数] 426页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:04:03 10.99MB Java
1
☆ 资源说明:☆ [奥莱理] Java 网络编程 第4版 (英文版) [奥莱理] Java Network Programming 4th Edition (E-Book) ☆ 图书概要:☆ This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s low-level socket classes Manage many connections at the same time with the nonblocking I/O ☆ 出版信息:☆ [作者信息] Elliotte Rusty Harold [出版机构] 奥莱理 [出版日期] 2013年10月14日 [图书页数] 502页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:02:11 7.05MB Java Network Programming
1
Java Java学习
2023-12-18 08:58:49 17KB Java
1
JAVA 加密 JCE Java密码扩展的基础 关于JCE的基础
2023-11-05 07:03:09 23KB JCE JAVA Java
1
本文叙述了Java虚拟机(JVM)的概念及如何设计和实现一个Java虚拟机——MiniJavaVM。着重介绍了虚拟机的体系结构及如何设计和实现这个体系结构。在探讨虚拟机的设计过程中详细介绍了MiniJavaVM虚拟机各部分的设计,包括类的装载和解析,内存管理,执行引擎,方法调用和异常处理部分。最后通过测试MiniJavaVM来验证设计和实现的正确性。
2023-10-24 12:55:35 857KB Java Java虚拟机
1
本课程提供所有代码笔记素材以及答疑服务 涉及知识点如下: 1、ElasticSearch下载安装(window以及linux下安装) 2、集群环境搭建 3、客户端Kibana安装与使用 4、集群管理插件head安装使用 5、java api 操作 ES 6、电商项目实战应用等等 ...
1
本项目是笔者和同学大二下Java课的时候的课程设计项目,该五子棋游戏的客户端可以实现联网对战、实时聊天、自定义昵称、对在线玩家并发出对战邀请、悔棋、撤回聊天消息、逃跑等多种功能,而服务端可以看到在线玩家列表、配对玩家列表、玩家实时上线下线等功能。总的来说,功能比较齐全,代码中也有详细注解思路,是非常不错的新手入门项目。 通过该项目,可以学会并熟悉Java界面设计、网络编程、五子棋逻辑代码实现、异常处理、多线程编程、输入输出流控制等等Java基础技术。 本项目一共分为客户端和服务器端,一般来说是一台机子作为服务器,另外两台作为客户端,服务端可以对客户端进行玩家处理等等,还有用于展示的答辩PPT也会一同发出来。可以直接拿去作为课程作业。
2023-05-23 15:39:28 3.23MB Java小游戏 java Java五子棋 五子棋源代码