標籤彙整: it 教育
What is the JRE? Introduction to the Java Runtime Environment
Together, the Java Development Kit (JDK), the Java Virtual Machine (JVM), and the Java Runtime Environment (JRE) form a powerful trifecta of Java platform components for developing and running Java applications. I’ve previously introduced the JDK an… 閱讀全文
What is the JVM? Introducing the Java Virtual Machine
The Java Virtual Machine is a program whose purpose is to execute other programs. It’s a simple idea that also stands as one of our greatest examples of coding kung fu. The JVM upset the status quo for its time, and continues to support programming … 閱讀全文
What is the JVM? Introducing the Java Virtual Machine
The Java Virtual Machine is a program whose purpose is to execute other programs. It’s a simple idea that also stands as one of our greatest examples of coding kung fu. The JVM upset the status quo for its time, and continues to support programming … 閱讀全文
Eclipse readies next enterprise Java for mid-2020
The Eclipse Foundation plans to release Jakarta EE 9, a version of enterprise Java with the new jakarta.* namespace, in mid-2020. Jakarta EE 9 will not have major new functionality.A key goal of Jakarta EE 9 is to lower the barrier to entry to new v… 閱讀全文
Eclipse readies next enterprise Java for mid-2020
The Eclipse Foundation plans to release Jakarta EE 9, a version of enterprise Java with the new jakarta.* namespace, in mid-2020. Jakarta EE 9 will not have major new functionality.A key goal of Jakarta EE 9 is to lower the barrier to entry to new v… 閱讀全文
Java Weekly, Issue 316
A deep dive into coroutines in Kotlin, and a guide to the RFC-7807 standard for communicating API problems to client applications. >>> 閱讀全文
CockroachDB review: Distributed SQL shifts into high gear
When I reviewed CockroachDB early in 2018, I found that the distributed SQL database, built on top of a transactional and consistent key-value store, was designed to survive disk, machine, rack, and even data center failures with minimal latency disrup… 閱讀全文
CockroachDB review: Distributed SQL shifts into high gear
When I reviewed CockroachDB early in 2018, I found that the distributed SQL database, built on top of a transactional and consistent key-value store, was designed to survive disk, machine, rack, and even data center failures with minimal latency disrup… 閱讀全文
6 Git mistakes you will make — and how to fix them
A big reason developers use a source control system like Git is to avoid disasters. If you do something as simple as mistakenly delete a file, or you discover that the changes you’ve made to a dozen files were all ill-advised, you can undo what you’ve … 閱讀全文
6 Git mistakes you will make — and how to fix them
A big reason developers use a source control system like Git is to avoid disasters. If you do something as simple as mistakenly delete a file, or you discover that the changes you’ve made to a dozen files were all ill-advised, you can undo what you’ve … 閱讀全文

