最新发布第1179页
jOOQ - a short guide-拾光赋

jOOQ – a short guide

jOOQ - a short guide,You can use this guide to understand what jOOQ is, how to get started with it quickly and how jOOQ integrates with or compares to libraries like Spring and Hib...
Intro to Reactive Functional Programming-拾光赋

Intro to Reactive Functional Programming

Intro to Reactive Functional Programming,Excerpts from my courses: https://linkedin-learning.pxf.io/reactive-java-8 and https://linkedin-learning.pxf.io/full-stack-reactive-app-jav...
9 Reasons to Use Kotlin Over Java for Android Development-拾光赋

9 Reasons to Use Kotlin Over Java for Android Development

9 Reasons to Use Kotlin Over Java for Android Development,It's a big decision to make by moving from Java to Kotlin as your go-to language for your Android-based projects. The bigg...
A quick look at jpackage-拾光赋

A quick look at jpackage

A quick look at jpackage,With Java 14, we will get back a tool to create native installation archives for our Java applications. While Java on the client unfortunately is not consi...
kity的头像-拾光赋kity6年前
03112
Java Questions - Top 10 Most Viewed Questions on Stack Overflow-拾光赋

Java Questions – Top 10 Most Viewed Questions on Stack Overflow

Java Questions - Top 10 Most Viewed Questions on Stack Overflow,In this course we are going to examine the top 10 most viewed Java question on Stack Overflow since creation of this...
Understanding Comparable and Comparator-拾光赋

Understanding Comparable and Comparator

Understanding Comparable and Comparator,Overview: Comparable interface: Create a class implementing the Comparable interface Comparator interface: Create a class implementing of Co...
Use strong encryption and hashing algorithms in Java-拾光赋

Use strong encryption and hashing algorithms in Java

Use strong encryption and hashing algorithms in Java, Java security best practices (3 Part Series) 1 Configure your Java XML-parsers to prevent XXE 2 Avoid Java serialization 3 Use...
Learning to code at(after)40: an update-拾光赋

Learning to code at(after)40: an update

Learning to code at(after)40: an update,I know the comic above is cut off, but that little segment really fits It's been awhile since my last update. I'm still plugging away and do...
Google Drive API with Android-拾光赋

Google Drive API with Android

Google Drive API with Android,There are many ways to upload images and files. Also, there are many places from which to uploads files: Dropbox, local storage on the device, Google ...
The Adapter Pattern in Java-拾光赋

The Adapter Pattern in Java

The Adapter Pattern in Java, 1. Overview In this quick tutorial, we'll have a look at the Adapter pattern and its Java implementation. 2. The Adapter Pattern An Adapter pattern act...
5 Books to Crack Java 8 Certification (OCAJP 8 and OCPJP 8) - Best of lot-拾光赋

5 Books to Crack Java 8 Certification (OCAJP 8 and OCPJP 8) – Best of lot

5 Books to Crack Java 8 Certification (OCAJP 8 and OCPJP 8) - Best of lot,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or ser...
Trying out code-拾光赋

Trying out code

Trying out code,Being a fan of polyglot programming means switching languages frequently. Re-acquainting oneself with a particular one involves doing simple programming excercises....