编程技术 第1268页
How to use native libraries on Android-拾光赋

How to use native libraries on Android

How to use native libraries on Android, 原文链接:How to use native libraries on Android
kity的头像-拾光赋kity7年前
02412
Working with time and date in java 8-拾光赋

Working with time and date in java 8

Working with time and date in java 8, 原文链接:Working with time and date in java 8
kity的头像-拾光赋kity7年前
02414
Debugging Elasticsearch Queries in Java: how to convert queries to JSON-拾光赋

Debugging Elasticsearch Queries in Java: how to convert queries to JSON

Debugging Elasticsearch Queries in Java: how to convert queries to JSON, Elasticsearch has excellent documentation with detailed descriptions and plenty of examples. The Elasticsea...
kity的头像-拾光赋kity7年前
02713
Docker in JUnit tests-拾光赋

Docker in JUnit tests

Docker in JUnit tests, Unit testing in Java is made simple by libraries such as JUnit and e.g. Mockito, but there’s not the same panacea for integration testing. Alongside your mo...
First impressions with GraphQL in Java-拾光赋

First impressions with GraphQL in Java

First impressions with GraphQL in Java, GraphQL is an open query language for exposing data in a flexible way. It was developed by Facebook and now in production use in many projec...
kity的头像-拾光赋kity7年前
03214
Maven Artifact Checksums - What?-拾光赋

Maven Artifact Checksums – What?

Maven Artifact Checksums - What?,If you are using Apache Maven you might have faced with issues like this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugi...
How to make performant Docker images-拾光赋

How to make performant Docker images

How to make performant Docker images, 原文链接:How to make performant Docker images
My 16 Months at Red Hat-拾光赋

My 16 Months at Red Hat

My 16 Months at Red Hat,The University of Toronto offers an internship program called Professional Engineering Internship (PEY). Each year students join a company for 16 months to ...
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...
The Evolution of Assertions in Java Tests-拾光赋

The Evolution of Assertions in Java Tests

The Evolution of Assertions in Java Tests,As a developer, I certainly qualify as a testing freak. I absolutely love automated tests that produce meaningful output. Today, I want to...
Spring Boot Dependency Injection with Autowiring... wut?-拾光赋

Spring Boot Dependency Injection with Autowiring… wut?

Spring Boot Dependency Injection with Autowiring... wut?,I've been trying to catch up on Java now, doing advanced courses on Coursera featuring graph-theory, data structures and al...
How to build with Bazel-拾光赋

How to build with Bazel

How to build with Bazel, 原文链接:How to build with Bazel