Java(EN) 第499页
Building Java Projects with Gradle-拾光赋

Building Java Projects with Gradle

Building Java Projects with Gradle, I've had a few strongly worded opinions about Java as a language in the past. Be that as it may, choosing a programming language is a luxury tha...
10 Intellij Idea's plugins I'm using-拾光赋

10 Intellij Idea’s plugins I’m using

10 Intellij Idea's plugins I'm using,Cover image: https://pl.m.wikipedia.org/wiki/Plik:IntelliJIDEA_2016.3_Community.png Intellij Idea has a lot of plugins, both paid and free (I'm...
Extent Reports made easy using Cucumber Adapter-拾光赋

Extent Reports made easy using Cucumber Adapter

Extent Reports made easy using Cucumber Adapter,Report! Report! and yes we all need reports of whatever we do. This applies to test automation as well and we have a lot of options ...
Twitter Auto Reply bot (JavaScript)-拾光赋

Twitter Auto Reply bot (JavaScript)

Twitter Auto Reply bot (JavaScript), Twitter auto reply bot made with JavaScript Check out github for full usage instructions. Https://github.com/raghavkhanna30/Twitter-auto-reply ...
Twelve-Factor Application of Microservices-拾光赋

Twelve-Factor Application of Microservices

Twelve-Factor Application of Microservices, Original post can be found here: https://www.programmingwithjon.com/blog/12Factor Why Do We Need This? The twelve-factor application is ...
Effective Java! Prefer Lists to Array-拾光赋

Effective Java! Prefer Lists to Array

Effective Java! Prefer Lists to Array, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builder ...
fixing a (transitive) dependency mess with gradle-拾光赋

fixing a (transitive) dependency mess with gradle

fixing a (transitive) dependency mess with gradle, the transitive dependency mess While extracting openapi-processor-core from openapi-processor-spring I noticed duplicate dependen...
kity的头像-拾光赋kity5年前
04011
Leetcode: Continuous Subarray Sum-拾光赋

Leetcode: Continuous Subarray Sum

Leetcode: Continuous Subarray Sum,523. Continuous Subarray Sum Problem: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a co...
kity的头像-拾光赋kity5年前
04611
What's the most popular programming language?-拾光赋

What’s the most popular programming language?

What's the most popular programming language?,Inspired by the article about the popularity of Go I wanted to check what is currently the most popular programming language. I opened...
kity的头像-拾光赋kity5年前
03310
Self-Referential Generics in Java-拾光赋

Self-Referential Generics in Java

Self-Referential Generics in Java,I've been having an ongoing debate with colleagues about the use of self-referential generics in Java, in which I assert they are unsound, and oth...
kity的头像-拾光赋kity5年前
04810
Why I (still) love Vaadin-拾光赋

Why I (still) love Vaadin

Why I (still) love Vaadin,It's funny how things come in sequences. Recently, on three separate occasions, I stumbled upon questions asking what people used for front-end technologi...
A heroic pattern-拾光赋

A heroic pattern

A heroic pattern, Intro A short blog on how you can build a mighty fearless hero! I did that by using a software design patter, the Builder Pattern! A mighty hero Many of us at som...