Java(EN) 第416页
The Principles of Object Orientated Programming as explained by Pokémon-拾光赋

The Principles of Object Orientated Programming as explained by Pokémon

The Principles of Object Orientated Programming as explained by Pokémon, Why Pokémon? Why not? Many of my peers grew up with Pokémon or now have kids that are watching Pokémon....
kity的头像-拾光赋kity6年前
03513
Install and manage multiple Java versions on Linux using alternatives-拾光赋

Install and manage multiple Java versions on Linux using alternatives

Install and manage multiple Java versions on Linux using alternatives,On this post, I will guide you on installing Java on your development Linux machine. I decided to do this post...
10 Eclipse plugins you shouldn’t code without-拾光赋

10 Eclipse plugins you shouldn’t code without

10 Eclipse plugins you shouldn’t code without, Developers primarily work from their favorite IDE (integrated development environment). For that reason, good IDE extensions and plu...
Generate jooq classes using docker containers-拾光赋

Generate jooq classes using docker containers

Generate jooq classes using docker containers,Tech stack - #java, #maven, #liquibase, #docker Why? I will talk about what we did to achieve below things, Generate jooq-classes from...
Weekly Links #1-拾光赋

Weekly Links #1

Weekly Links #1, Weekly Links 2019 (14 Part Series) 1 Weekly Links #1 2 Weekly Links #2 ... 10 more parts... 3 Weekly Links #3 4 Weekly Links #4 5 Weekly Links #5 6 Weekly Links #6...
Java vs Kotlin for Android App Development-拾光赋

Java vs Kotlin for Android App Development

Java vs Kotlin for Android App Development,Guess the language: easy-to-learn, concise and has the official status “ready for Android development”? Apparently, we’re talking abou...
How to install Payara 5 with NGINX and Let's Encrypt over Oracle Linux 7.x-拾光赋

How to install Payara 5 with NGINX and Let’s Encrypt over Oracle Linux 7.x

How to install Payara 5 with NGINX and Let's Encrypt over Oracle Linux 7.x, From field experiences I must affirm that one of the greatest and stable combinations is Java Applicatio...
kity的头像-拾光赋kity6年前
0389
Part-1: Spring & Gradle - Multi Module Project-拾光赋

Part-1: Spring & Gradle – Multi Module Project

Part-1: Spring & Gradle - Multi Module Project,Overview: In this article, we’ll implement a spring boot multi module application. We’ll use gradle build system. The goal is here ...
kity的头像-拾光赋kity6年前
03011
Java Selenium Utilities that you can reuse-拾光赋

Java Selenium Utilities that you can reuse

Java Selenium Utilities that you can reuse,--Selenium Helper classes --SeleniumUtilities.java package test.java.SeleniumUtilities; import java.net.MalformedURLException; import jav...
Java Program to Count Number of Words in a File-拾光赋

Java Program to Count Number of Words in a File

Java Program to Count Number of Words in a File,Source : Java Program to Count Number of Words in a File This tutorial explains how to count number of words in a file in java. Find...
kity的头像-拾光赋kity6年前
04615
Java Program to Read a Text File Line by Line-拾光赋

Java Program to Read a Text File Line by Line

Java Program to Read a Text File Line by Line,Source : Java Program to Read a Text File Line by Line This tutorial explains how to read a text file line by line in java. This simpl...
kity的头像-拾光赋kity6年前
0248
How to create an Android App: Datepicker-拾光赋

How to create an Android App: Datepicker

How to create an Android App: Datepicker, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more parts....