最新发布第1610页
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,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,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,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),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, 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,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,This article is part of #25DaysOfServerless. New challenges will be p...
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 ...
Using Logz.io to make logging Spring Boot Applications easier and faster
Using Logz.io to make logging Spring Boot Applications easier and faster,This blog post is jointly written by Julien Dubois (Microsoft) and Charlie Klein (Logz.io), in order for Sp...
Spring Boot Part 3: Dependency Injection and @RestController
Spring Boot Part 3: Dependency Injection and @RestController,(This post has been updated at blog.hcf.dev with a later version of Spring Boot.) This series of articles will examine ...
Hexagonal Architecture in Java
Hexagonal Architecture in Java,1. Overview In this quick article, we'll discuss Hexagonal Architecture in Java through a practical example. 2. What is Hexagonal Architecture? In si...