Java(EN) 第484页
To OO or not to OO-拾光赋

To OO or not to OO

To OO or not to OO,(a previous version of this text was posted on Medium) Around 2018, partly due to following Jonathan Blow’s work on Jai and the obvious lack of OO in the langua...
From Monolith to K8s @SouJava-拾光赋

From Monolith to K8s @SouJava

From Monolith to K8s @SouJava,Yesterday, I had the pleasure of presenting for the @SouJava user group. I talked about the challenges that you will face while going from Monolith Ap...
## EasyCam-拾光赋

## EasyCam

## EasyCam,EasyCam is Android Library that lets you easily integrate a camera feature in your app. Goals of EasyCam's are Easy implementation of the camera in the app Easy Customiz...
Whats you preferred jvm build system?-拾光赋

Whats you preferred jvm build system?

Whats you preferred jvm build system?,is is it gradle, maven, or something else? 原文链接:Whats you preferred jvm build system?
There is a bug on your server (user said)-拾光赋

There is a bug on your server (user said)

There is a bug on your server (user said),Hopefully I'll compile in future a list of 'most annoying things beginners do' (and perhaps even later the same about 'seniors do') - but ...
Using RxJava for creating reactive JavaFx UI-拾光赋

Using RxJava for creating reactive JavaFx UI

Using RxJava for creating reactive JavaFx UI,In this article, I would like to show you the benefits of RxJava in practical example - desktop JavaFx GUI application. If you are deve...
Dinning Philosopher Problem-拾光赋

Dinning Philosopher Problem

Dinning Philosopher Problem,The dinning philosopher problem,invented by Edster Dijkster is the classic demonstration of deadlock. The Dinning Philosopher problem used to describe s...
T-Shirt for next Interviews-拾光赋

T-Shirt for next Interviews

T-Shirt for next Interviews,I've been at perhaps 50-60 tech interviews since my 'IT career' started at 2008. And I come to think that appearance and attire, though are not the top-...
kity的头像-拾光赋kity5年前
04314
How to Add COD Handling Charges to Your Shopify Store?-拾光赋

How to Add COD Handling Charges to Your Shopify Store?

How to Add COD Handling Charges to Your Shopify Store?,Even though there are multiple ways out there to collect online payments from your customers, Cash on Delivery (COD) is still...
Connect to postgresdatabase with JAVA-拾光赋

Connect to postgresdatabase with JAVA

Connect to postgresdatabase with JAVA,Feel free to put variables and dbConnection() in another class. import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQL...
kity的头像-拾光赋kity5年前
02114
Java Integer Cache: Why Integer.valueOf(127) == Integer.valueOf(127) Is True-拾光赋

Java Integer Cache: Why Integer.valueOf(127) == Integer.valueOf(127) Is True

Java Integer Cache: Why Integer.valueOf(127) == Integer.valueOf(127) Is True,In an interview, one of my friends was asked that if we have two Integer objects, Integer a = 127;...
kity的头像-拾光赋kity5年前
04515
Java Train #1 – JDK9 – Modularization-拾光赋

Java Train #1 – JDK9 – Modularization

Java Train #1 – JDK9 – Modularization, Java Train (2 Part Series) 1 I want to catch the Java train 2 Java Train #1 – JDK9 – Modularization As announced here, I’m now working o...