最新发布第1464页
[Java] How to Create a SmartArt Graphic in PowerPoint-拾光赋

[Java] How to Create a SmartArt Graphic in PowerPoint

[Java] How to Create a SmartArt Graphic in PowerPoint,A SmartArt graphic is a visual representation of information and ideas, it can turn ordinary text into the predefined graphic,...
Kotlin scripts with JAR dependencies-拾光赋

Kotlin scripts with JAR dependencies

Kotlin scripts with JAR dependencies,I wonder if this is possible, I mean, without Gradle or Maven? 原文链接:Kotlin scripts with JAR dependencies
How 4 lines of Java code end up in 518772 lines in production.-拾光赋

How 4 lines of Java code end up in 518772 lines in production.

How 4 lines of Java code end up in 518772 lines in production.,A few weeks ago I had the opportunity to give a presentation for the Dutch Java Conference JSpring. The talk was abou...
How to: Spring Boot JPA + REST with Bootify-拾光赋

How to: Spring Boot JPA + REST with Bootify

How to: Spring Boot JPA + REST with Bootify,With the Spring Initializr we can create a basic project structure, but Bootify.io goes one step further: we define our own database sch...
3 List To String Tips You probably didn't know-拾光赋

3 List To String Tips You probably didn’t know

3 List To String Tips You probably didn't know, AndroidBites (2 Part Series) 1 3 List To String Tips You probably didn't know 2 Implement LRU Caching into your Repository | Android...
Java 7 -> Java 8-拾光赋

Java 7 -> Java 8

Java 7 -> Java 8,We all as Java Developers will agree that Java 8 is the best upgrade that Java/Oracle pushed till now. Although the latest version of Java is Java 14 but still the...
Implementing Queue with 2 Stacks-拾光赋

Implementing Queue with 2 Stacks

Implementing Queue with 2 Stacks,BEGIN: I'm assuming you are familiar with the vocabulary of Stack PUSH = Add to end POP = Get from end Queue ENQUEUE = Add to end DEQUEUE = Return ...
Multiple Inheritance in Java-拾光赋

Multiple Inheritance in Java

Multiple Inheritance in Java,This article will help you implement a concept that is otherwise not possible to implement in Java. I am referring to Multiple Inheritance In Java. Fol...
Lessons from a Month Learning Java-拾光赋

Lessons from a Month Learning Java

Lessons from a Month Learning Java,I started learning Java a month ago. Here are five simple programs I've written. I'll use these as hooks to share what I've learned in that time....
kity的头像-拾光赋kity5年前
0407
Build a Google Home assistant with Android Things-拾光赋

Build a Google Home assistant with Android Things

Build a Google Home assistant with Android Things,(Note: these posts are migrated from my previous medium.com blog) After playing around with Android Things for the first time, I’...
Android Things — Getting to Blinky-拾光赋

Android Things — Getting to Blinky

Android Things — Getting to Blinky,(Note: these posts are migrated from my previous medium.com blog) Android Things brings Android and the mobile development ecosystem to IoT devi...
Quick Java, Spring, Kafka & Zookeeper Setup on macOS-拾光赋

Quick Java, Spring, Kafka & Zookeeper Setup on macOS

Quick Java, Spring, Kafka & Zookeeper Setup on macOS, Image source from Cloudkarafka In this tutorial/lab, you will experience a very simple and quick hands-on experience with: Ja...