Java(EN) 第621页
Java Garbage Collection Types and Settings-拾光赋

Java Garbage Collection Types and Settings

Java Garbage Collection Types and Settings,Performance and price are two big considerations in application hosting that always matter. And, often, we question ourselves on how to d...
Better dependency management in Android Studio 3.5 with Gradle buildSrcVersions-拾光赋

Better dependency management in Android Studio 3.5 with Gradle buildSrcVersions

Better dependency management in Android Studio 3.5 with Gradle buildSrcVersions, The joy of Kotlin (20 Part Series) 1 How Kotlin makes editing your Gradle build less frustrating 2 ...
Debugging a Spring Boot App in Docker-拾光赋

Debugging a Spring Boot App in Docker

Debugging a Spring Boot App in Docker,With the trending of containerizing applications, setting up your local environment is now easier than ever. Setup times can be reduced from h...
Vim/Vi tutorials For beginners-拾光赋

Vim/Vi tutorials For beginners

Vim/Vi tutorials For beginners,Most of the people tired off using Vim, and I do faced the same problem. But, in the actual case, it’s not a big deal. The thing is, we should under...
Pragmatism applied: Avoid single implementation interface-拾光赋

Pragmatism applied: Avoid single implementation interface

Pragmatism applied: Avoid single implementation interface,A long time ago (think 2000), all classes in Java used to have an interface. You first started with MyInterface then added...
kity的头像-拾光赋kity6年前
0425
Garbage collector in java-拾光赋

Garbage collector in java

Garbage collector in java,Hello friends‍️ When we write code, Garbage Collector's job is to manage memory And objects we don't use Identifies them And ,free the trash This proces...
kity的头像-拾光赋kity6年前
04110
Paquetes en Java: qué son, para qué se utilizan, y cómo se usan (con vídeo)-拾光赋

Paquetes en Java: qué son, para qué se utilizan, y cómo se usan (con vídeo)

Paquetes en Java: qué son, para qué se utilizan, y cómo se usan (con vídeo), Post original escrito por Franciso Charte en campusMVP Los paquetes son el mecanismo que usa Java p...
kity的头像-拾光赋kity6年前
03910
Map best practices-拾光赋

Map best practices

Map best practices,Today’s topic is about Map and misuses I’ve seen during many code reviews. The idea with a Map is to do whatever you need by doing as less hashing as possible....
kity的头像-拾光赋kity6年前
0378
A Token Management Implementation for Web API Authentication in Java-拾光赋

A Token Management Implementation for Web API Authentication in Java

A Token Management Implementation for Web API Authentication in Java,This article studies an implementation of a synchronized process in Java that enables multiple threads to share...
kity的头像-拾光赋kity6年前
02012
A Better Explaination-拾光赋

A Better Explaination

A Better Explaination, Hello, again! Since my previous post on Snippet was vague, I decided to make a new one, describing what it is for and what possibilities it could have. A Des...
Microservices code coverage with Jacoco-拾光赋

Microservices code coverage with Jacoco

Microservices code coverage with Jacoco,Frequent deployments is a huge step in Microservices architecture. If you have a suite of tests that run before every deployment and gives a...
Java WebSocket Programming with Android and Spring Boot-拾光赋

Java WebSocket Programming with Android and Spring Boot

Java WebSocket Programming with Android and Spring Boot,The WebSocket protocol provides an always-on connection between a client and a server for bi-directional communication. This...