Java(EN) 第671页
Programmatically Create PDF in Java-拾光赋

Programmatically Create PDF in Java

Programmatically Create PDF in Java, Overview Spire.PDF for Java is a class library that allows you to create PDF documents directly from your Java programs without having to insta...
kity的头像-拾光赋kity7年前
03310
My Industrial Development Journey, One Year On-拾光赋

My Industrial Development Journey, One Year On

My Industrial Development Journey, One Year On, Who am I? Hello everyone! Welcome to my first post. My name is Jake and I have been working as a developer in industry for just over...
kity的头像-拾光赋kity7年前
04510
Getter naming conventions-拾光赋

Getter naming conventions

Getter naming conventions,In Java and similar languages that don't have a built-in property concept, it is common to make fields private and accessible to the object's outside only...
kity的头像-拾光赋kity7年前
02211
Create PowerPoint Presentations in Java-拾光赋

Create PowerPoint Presentations in Java

Create PowerPoint Presentations in Java,In this article, we will show you how to create PowerPoint presentations from scratch using a free Java PowerPoint API – Free Spire.Present...
Native .NET and Java APIs to Perform Document Search and Indexing-拾光赋

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

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

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

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?

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...
kity的头像-拾光赋kity7年前
05111
Advent of Code 2018 - Day 2-拾光赋

Advent of Code 2018 – Day 2

Advent of Code 2018 - Day 2, 原文链接:Advent of Code 2018 - Day 2
kity的头像-拾光赋kity7年前
03614
Flags to enable jmx-拾光赋

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

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...