
翻译
chenlly99
专注LBS轨迹大数据挖掘,数据仓库建模,基于Hadoop集群的超大规模分布式计算。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP Specification_1.1
Introduction The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World-Wide Web global原创 2012-11-03 14:54:09 · 989 阅读 · 0 评论 -
需要翻译的文档
http规范 servlet规范 JVMS-JavaSE7规范原创 2012-10-30 14:08:11 · 577 阅读 · 0 评论 -
Java Servlet Specification_2.3
Overview 1.1 What is Servlet? A servlet is a web component, managed by a container, that generates dynamic content. Servlets are small, platform independent Java classes compiled to an architecture原创 2012-11-03 14:51:17 · 894 阅读 · 0 评论 -
JVMS Specification(1)-TheStructure of the Java Virtual Matchine
一、The Structure of the Java Virtual Matchine To implement the java virtual machine correctly, you need only be able to read the Class file format and corrently perform operations specified therein.原创 2012-10-30 14:12:47 · 2128 阅读 · 0 评论 -
JVMS Specification(2)-Compiling for the Java Virtual Machine
java虚拟机规范第二章。编译虚拟机,各种指令的介绍。原创 2014-06-16 11:53:50 · 6140 阅读 · 0 评论 -
JVMS Specification(3)-The class File Format
3 The class File Format 3.1 The ClassFile Structure 3.2 The Internal Form of Names 3.2.1 Binary Class and Interface Names 3.2.2 Unqualified Names 3.3 Descriptors and Signatures 3.3.1 Grammar Not原创 2014-09-03 15:17:26 · 7890 阅读 · 0 评论 -
JVMS Specification(4)-Loading, Linking,and Initializing
THE Java virtual machine dynamically loads, links and initializes classes and interfaces. Loading is the process of finding the binary representation of a class or interface type with a particular n原创 2014-11-25 15:36:23 · 4969 阅读 · 0 评论