tutorial 第46页
Logging unique IP addresses your Java code communicates with-拾光赋

Logging unique IP addresses your Java code communicates with

Logging unique IP addresses your Java code communicates with,Recently I needed some utility that would log all unique IP addresses all the Java processes on a server communicated w...
kity的头像-拾光赋kity5年前
04214
What's new in Java 15: Setup and Introduction-拾光赋

What’s new in Java 15: Setup and Introduction

What's new in Java 15: Setup and Introduction, What's new in Java 15? (2 Part Series) 1 What's new in Java 15: Setup and Introduction 2 What's new in Java 15: Record Java 15 reache...
kity的头像-拾光赋kity5年前
04314
Using TomTom Maps with Java and Spring-拾光赋

Using TomTom Maps with Java and Spring

Using TomTom Maps with Java and Spring,While the TomTom Maps SDK for Web is a JavaScript library, we’ll look at how to incorporate it into a Spring Boot application using the Spri...
kity的头像-拾光赋kity5年前
02410
Why is Integer i=5 valid statement in Java?-拾光赋

Why is Integer i=5 valid statement in Java?

Why is Integer i=5 valid statement in Java?,This question came out when I was teaching some Java basics to my friend. In Java you have int and Integer. Integer is a wrapper class f...
kity的头像-拾光赋kity5年前
05114
Getting Started with Spring Cloud Stream using Spring Initializr-拾光赋

Getting Started with Spring Cloud Stream using Spring Initializr

Getting Started with Spring Cloud Stream using Spring Initializr, Thanks to Spring Cloud Stream and Spring Initializr it is easier than ever to develop event-driven microservices. ...
kity的头像-拾光赋kity5年前
02511
What do You do When You're Stuck?-拾光赋

What do You do When You’re Stuck?

What do You do When You're Stuck?,I just completed my second week of Java bootcamp at Tech Elevator. This week we learned more data structures than I thought my brain could handle ...
kity的头像-拾光赋kity5年前
0417
How to refresh/reload application properties runtime in spring boot ?-拾光赋

How to refresh/reload application properties runtime in spring boot ?

How to refresh/reload application properties runtime in spring boot ?,In this tutorial, we are going to learn how to reload application properties in spring boot. We have many opti...
kity的头像-拾光赋kity5年前
02914
Quora app clone using Android Studio and Firebase-拾光赋

Quora app clone using Android Studio and Firebase

Quora app clone using Android Studio and Firebase,Check out this ongoing series on how to make an app like quora, using android studio and firebase https://www.youtube.com/watch?v=...
kity的头像-拾光赋kity5年前
03611
The Ultimate Hadoop Installation Cheat Sheet-拾光赋

The Ultimate Hadoop Installation Cheat Sheet

The Ultimate Hadoop Installation Cheat Sheet, 1. Install Java $ apt-get -y upgrade && apt-get -y update $ apt install -y default-jdk $ java --version 2. Create Dedicated Ha...
kity的头像-拾光赋kity5年前
03310
Selenium: Determining the effective background color-拾光赋

Selenium: Determining the effective background color

Selenium: Determining the effective background color,Recently I did some Selenium test bugfixes (basically trying to solve problems QA engineers were lost at). One of the problems ...
kity的头像-拾光赋kity5年前
03013
You Can Log Better - How to Implement Real-Time Application Monitoring-拾光赋

You Can Log Better – How to Implement Real-Time Application Monitoring

You Can Log Better - How to Implement Real-Time Application Monitoring,Just because we do something one way, doesn't always mean it is the right way ... or even the best way. As lo...
kity的头像-拾光赋kity5年前
0218
Parsing Outlook emails in Java-拾光赋

Parsing Outlook emails in Java

Parsing Outlook emails in Java,Recently I was in need to parse Outlook emails to extract some values so that automated tests can pass multifactor authentication. I was hoping for s...
kity的头像-拾光赋kity5年前
02610