排序
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...
Design Patterns: use or not to use
Design Patterns: use or not to use,Right now I'm reading Design Patterns and Best Practices in Java by Kamalmeet Singh, Adrian Ianculescu and Lucian-Paul Torje, a very good book th...
Auto Detect Environment in Google AppEngine
Auto Detect Environment in Google AppEngine,If you were working in a product which is in production or potentially gets to production, then for sure you will be having other enviro...
Why Java interfaces aren’t terrible (just strict)
Why Java interfaces aren't terrible (just strict),A recent article described some problems when dealing with Java interfaces, coming from a language that allows duck typing. The bo...
Play with Java built-in testing tools
Play with Java built-in testing tools,Someone may have testing experience with JavaTest Harness and SigTest . Some more ideas on it. 原文链接:Play with Java built-in testing tools
Are you using seconds or milliseconds? Don’t lose a Mars orbiter over it!
Are you using seconds or milliseconds? Don’t lose a Mars orbiter over it!,If you need an object that includes time, you’re probably going to need to convert it. Unit conversion i...
What is the difference between public, protected, and private in Java?
What is the difference between public, protected, and private in Java?, Why we care When modifying Java access, the general rule is to use only the minimum level of access that is ...
Optimizing AWS Java Lambdas
Optimizing AWS Java Lambdas,This was originally authored by Stephanie Gawroriski (Xer) on the IOpipe blog. If your Java lambdas are running slow, it can be a nightmare to find the ...
With what approach to verify the logic of the code you design
With what approach to verify the logic of the code you design,Here I came up with quite a simple discussion for the case when a block of code you design is to be tested. What kind ...
How to run Android tests on Travis CI
How to run Android tests on Travis CI, 原文链接:How to run Android tests on Travis CI