最新发布第1182页
Como ler um arquivo JSON no Java-拾光赋

Como ler um arquivo JSON no Java

Como ler um arquivo JSON no Java,Forma muito simples de se ler um arquivo JSON no Java e transformar em um objeto, muito útil para criar arquivos de configuração para seu sistem...
API REST com Spring + Testes com MockMVC + Documentação com Swagger-拾光赋

API REST com Spring + Testes com MockMVC + Documentação com Swagger

API REST com Spring + Testes com MockMVC + Documentação com Swagger, Introdução Este post tem como objetivo desenvolver uma API REST 100% funcional com Spring e banco de dados ...
The best programming language for Artificial Intelligence and Machine Learning-拾光赋

The best programming language for Artificial Intelligence and Machine Learning

The best programming language for Artificial Intelligence and Machine Learning,This article was originally published at: What is the best programming language for machine learning ...
Use Code to Make Stuff 2: Processing (& a bit of TouchDesigner)-拾光赋

Use Code to Make Stuff 2: Processing (& a bit of TouchDesigner)

Use Code to Make Stuff 2: Processing (& a bit of TouchDesigner), use code to make stuff (3 Part Series) 1 Use Code to Make Stuff: p5.js 2 Use Code to Make Stuff 2: Processing (&...
A Backdoor with a multitude of features-拾光赋

A Backdoor with a multitude of features

A Backdoor with a multitude of features,Typically, backdoor utilities such as NetCat have 2 main functions: to pipe remote input into cmd or bash and output the response. This is u...
The Pimp My Library Pattern-拾光赋

The Pimp My Library Pattern

The Pimp My Library Pattern,Originally posted on: Big ball of mud Which is the main problem you have as a developer when you use libraries that you don't own? You can't change them...
Image Classifier using Java-拾光赋

Image Classifier using Java

Image Classifier using Java,Link to GitHub -> https://github.com/rahul-raj/Java-Deep-Learning-Cookbook/tree/master/04_Building_Convolutional_Neural_Networks 原文链接:Image Clas...
Customer Acquisition (Customer churn) application using Deep Learning (Java)-拾光赋

Customer Acquisition (Customer churn) application using Deep Learning (Java)

Customer Acquisition (Customer churn) application using Deep Learning (Java),Link to GitHub -> https://github.com/rahul-raj/Java-Deep-Learning-Cookbook/tree/master/03_Building_D...
Swagger-2 API documentation for Spring App using Springfox-拾光赋

Swagger-2 API documentation for Spring App using Springfox

Swagger-2 API documentation for Spring App using Springfox, Spring Frameworks (2 Part Series) 1 Swagger-2 API documentation for Spring App using Springfox 2 Create RESTful APIs usi...
Persist Data to Firebase With Rest API-拾光赋

Persist Data to Firebase With Rest API

Persist Data to Firebase With Rest API,In this tutorial will see how to connect to Firebase Firestore Database and persist data using rest web services. For this will start from th...
Learn to automatically analyze your images using AI services to find keywords, title and other useful metadata-拾光赋

Learn to automatically analyze your images using AI services to find keywords, title and other useful metadata

Learn to automatically analyze your images using AI services to find keywords, title and other useful metadata,This article is part of #25DaysOfServerless. New challenges will be p...
BlockingQueue and ExecutorService-拾光赋

BlockingQueue and ExecutorService

BlockingQueue and ExecutorService,This is a quick and dirty post, but I have promised to publish everything I research at Playtomic. We were having a discussion about how to limit ...