kotlin 第33页
I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!-拾光赋

I’m an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!

I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!, 原文链接:I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!
kity的头像-拾光赋kity6年前
0416
Asynchronous RDBMS access with Spring Data R2DBC-拾光赋

Asynchronous RDBMS access with Spring Data R2DBC

Asynchronous RDBMS access with Spring Data R2DBC,Not too long ago, a reactive variant of the JDBC driver was released. Known as R2DBC. It allows data to be streamed asynchronously ...
kity的头像-拾光赋kity6年前
03613
Decompile and dissasemble JVM bytecode compiled from Kotlin source code-拾光赋

Decompile and dissasemble JVM bytecode compiled from Kotlin source code

Decompile and dissasemble JVM bytecode compiled from Kotlin source code,This is an experiment to try using javap (disassembler) and jad (decompiler) for this Kotlin code. fun main ...
kity的头像-拾光赋kity6年前
0488
Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?-拾光赋

Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?

Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?,In this article, we’re going to explore why young programming languages with modern features can...
kity的头像-拾光赋kity6年前
0295
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
Q: How Much of

Q: How Much of “the Kotlin Way” Is the Right Way?

Q: How Much of 'the Kotlin Way' Is the Right Way?,NOTE: This post was originally intended to provoke a discussion, and despite its length, the original goal is still the same. Plea...
kity的头像-拾光赋kity7年前
04512
Kotlin for Android-拾光赋

Kotlin for Android

Kotlin for Android,Hey Guys, My name is Amir and I want to learn Kotlin for Android. Unfortunately I don't have any background knowledge in Java, so I wonder if it is possible to l...
kity的头像-拾光赋kity7年前
0447
Java and Docker - JVM Runtime Basics-拾光赋

Java and Docker – JVM Runtime Basics

Java and Docker - JVM Runtime Basics,This article originated on zsiegel.com As container deployments become increasingly common, it is important to understand how your application ...
kity的头像-拾光赋kity7年前
0329
Java and Docker - Memory and CPU Limits-拾光赋

Java and Docker – Memory and CPU Limits

Java and Docker - Memory and CPU Limits,This article originated on zsiegel.com For many years java developers have gotten used to tweaking their code and the JVM flags to gain both...
kity的头像-拾光赋kity7年前
0257
How to deploy Java apps in Docker-拾光赋

How to deploy Java apps in Docker

How to deploy Java apps in Docker,This article originated on zsiegel.com Many java developers are familiar with deploying java applications via jar files and application containers...
kity的头像-拾光赋kity7年前
04414
Generating data classes in Java-拾光赋

Generating data classes in Java

Generating data classes in Java,Kotlin has a concise syntax to declare data classes: data class User(val name: String, val age: Int) Enter fullscreen mode Exit fullscreen mode The ...
kity的头像-拾光赋kity7年前
0427
How Kotlin makes editing your Gradle build less frustrating-拾光赋

How Kotlin makes editing your Gradle build less frustrating

How Kotlin makes editing your Gradle build less frustrating, The joy of Kotlin (20 Part Series) 1 How Kotlin makes editing your Gradle build less frustrating 2 Better dependency ma...
kity的头像-拾光赋kity7年前
04314