最新发布第1273页
Native .NET and Java APIs to Perform Document Search and Indexing
Native .NET and Java APIs to Perform Document Search and Indexing,Perform advanced document search operations by with the help of cross platform .NET and Java text search APIs in G...
Java and Docker – JVM Runtime Basics
Java and Docker - JVM Runtime Basics,This article originated on zsiegel.com As container deployments become increasingly common, it is important to understand how your application ...
Java and Docker – Memory and CPU Limits
Java and Docker - Memory and CPU Limits,This article originated on zsiegel.com For many years java developers have gotten used to tweaking their code and the JVM flags to gain both...
How to deploy Java apps in Docker
How to deploy Java apps in Docker,This article originated on zsiegel.com Many java developers are familiar with deploying java applications via jar files and application containers...
Will Java Trend Towards Obscurity?
Will Java Trend Towards Obscurity?,I'm forking another conversation: Trevor Montgomery • Dec 12 '18 Word, this is prob a sub topic, but do you ever see anything replacing java? Be...
Flags to enable jmx
Flags to enable jmx,JMX is the xray of the Java world, it allows you to see threads and memory snapshots, debug and track unoptimized hotspots in your application. The JDK comes wi...
How to Securely Store a Password in Java
How to Securely Store a Password in Java,A previous version of this article confused the process of 'hashing' with the process of 'encryption'. It's worth noting that, while simila...
Builder Pattern, a first step to DSL
Builder Pattern, a first step to DSL,When you are looking for an explanation of Builder pattern, you will probably find some articles all showing a class dedicated to creating an o...
Digest of papers: Why Functional Programming Matters
Digest of papers: Why Functional Programming Matters, Digest of papers (3 Part Series) 1 Digest of papers: Why Functional Programming Matters 2 Digest of Papers: Monads For Functio...
Should you migrate an existing enterprise Java application to serverless architecture?
Should you migrate an existing enterprise Java application to serverless architecture?,Last week Marek Sadowski and I presented Introduction to Serverless with IBM Cloud Functions:...
Advent of Code 2018 – Solving the first day’s challenge
Advent of Code 2018 - Solving the first day's challenge, 原文链接:Advent of Code 2018 - Solving the first day's challenge