Java(EN) 第669页
Concepts-as-Code: Bubble Sort-拾光赋

Concepts-as-Code: Bubble Sort

Concepts-as-Code: Bubble Sort,Hi there! This ‘Concepts-as-Code’ blog post is the first in a series where I will attempt to explain concepts in Computer Science in the simplest wa...
Goovy Java 10 reasons to use Groovy in 2019-拾光赋

Goovy Java 10 reasons to use Groovy in 2019

Goovy Java 10 reasons to use Groovy in 2019, Why Groovy? It's been about a year since I joined my company's DevOps team and one of the main tools we use is Jenkins which gets along...
Dockerize your integration tests-拾光赋

Dockerize your integration tests

Dockerize your integration tests,Most of our applications have to talk to a database, a HTTP API, a message broker, a SMTP server, etc… And it's quite complicated to set up a real...
Most Popular Java Web Frameworks-拾光赋

Most Popular Java Web Frameworks

Most Popular Java Web Frameworks,As Java has evolved over the years, multiple attempts have been made to simplify development for various use cases. From official standards like Ja...
kity的头像-拾光赋kity6年前
0386
Two years in the life of AI, ML, DL and Java-拾光赋

Two years in the life of AI, ML, DL and Java

Two years in the life of AI, ML, DL and Java, Citation All the images in the post are owned by the respective owners/creators/authors. This post is a re-blog of my @JavaAdventCalen...
DC++ Clients (Java, Kotlin)-拾光赋

DC++ Clients (Java, Kotlin)

DC++ Clients (Java, Kotlin),Hello everybody! I've decided to train my skills in Java/Kotlin; the topic for this purpose is DC++ client, so for now I'm wondering does anybody know w...
kity的头像-拾光赋kity6年前
0229
Proficiently Manipulate Metadata in your Password Protected Documents using Java API-拾光赋

Proficiently Manipulate Metadata in your Password Protected Documents using Java API

Proficiently Manipulate Metadata in your Password Protected Documents using Java API,Online file sharing services these days are commonly used by the average Internet user and peop...
kity的头像-拾光赋kity6年前
02313
Local Variables Type Inference in Java-拾光赋

Local Variables Type Inference in Java

Local Variables Type Inference in Java,To be short, This post is about a type called var, which is introduced in java 10. Before started using var type, i have analysed and summari...
kity的头像-拾光赋kity6年前
03214
The difference between libraries and frameworks with analogies-拾光赋

The difference between libraries and frameworks with analogies

The difference between libraries and frameworks with analogies, Img source: geeksforgeeks.org Software developers use the words libraries and frameworks very frequently and interch...
Making an IDE-拾光赋

Making an IDE

Making an IDE,Hi, Me and my friend are planning on creating an IDE for Java, But we haven't really worked on such thing and we are wondering how difficult this could be, and also w...
kity的头像-拾光赋kity7年前
0256
Learning Algorithms with JS, Python and Java #10: Pyramid-拾光赋

Learning Algorithms with JS, Python and Java #10: Pyramid

Learning Algorithms with JS, Python and Java #10: Pyramid,This series of articles follows Stephen Grider's Udemy course in three different languages. Today's question is a slight v...
Framework-less REST API in Java-拾光赋

Framework-less REST API in Java

Framework-less REST API in Java, Java ecosystem is packed with frameworks and libraries. For sure not as many as in JavaScript world and they don't get old as quickly too but still...