最新发布第1276页
Getting the Gist of Java
Getting the Gist of Java, or I Had A Very Busy Weekend To catch up on a backlog of work for an upcoming deadline, I spent most of this past weekend coding (writing new stuff and fi...
Object detection Part 6 – Inference in java [Tensorflow]
Object detection Part 6 - Inference in java [Tensorflow], 原文链接:Object detection Part 6 - Inference in java [Tensorflow]
How to get started with Maven
How to get started with Maven,This post was originally published in adityasridhar.com Maven is used very often in the industry and I felt it will be good to cover the basics of Mav...
Convert Microsoft Visio Document to JPG in Java
Convert Microsoft Visio Document to JPG in Java,Developers can convert any Microsoft Visio document to JPG or JPEG (Joint Photographic Experts Group) in Java using Aspose.Diagram w...
Java is still free!
Java is still free!,I see a lot of posts lamenting about how Java is now being paid for. I feel a lot of people are getting it wrong...and right. Oracle JDK Perhaps when you starte...
Interesting JDK 12 features to watch out for.
Interesting JDK 12 features to watch out for.,With the new 6 months Java release cycle, you should expect cool features to get to developers at a faster rate. I have seen some cool...
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 ...
TetrisDAI – Tetris in Java (May 2008)
TetrisDAI – Tetris in Java (May 2008),“TetrisDAI” is an open source Tetris clone (highly modular) written in Java 1.6 (aka Java SE 6) with NetBeans. It is my first Java game and...
Fibonacci: Recursion vs Iteration
Fibonacci: Recursion vs Iteration, A common whiteboard problem that I have been asked to solve couple times, has been to 'write a function to generate the nth Fibonacci number star...
Object detection Part 1 – Create custom dataset [Tensorflow]
Object detection Part 1 - Create custom dataset [Tensorflow], 原文链接:Object detection Part 1 - Create custom dataset [Tensorflow]
How to change language in an Android application
How to change language in an Android application, 原文链接:How to change language in an Android application
How to create simple rest apis with springboot
How to create simple rest apis with springboot,This post was originally published in adityasridhar.com As a part of this article you will be building 2 simple REST apis Using Sprin...