Install the Deep Learning Framework Pytorch with Conda

1. Preface Pytorch is currently a hot framework for in-depth learning.The learning curve is smoother than TensorFlow, so you can train and use the network without writing a lot of template code.Java support has started in the latest version of Pytorch.But installing Pytorch is not easy.Today, let's talk about how to install Pytorch using Conda. ...

Added by abax on Wed, 12 Feb 2020 06:21:53 +0200

Quick packaging and deployment of springboot

Key knowledge points: Maven's assembly plug-in implements custom packaging deployment (including dependent jar packages) At present, there are several common deployment methods of spring boot project. 1. Use the docker container to deploy, build the application of springboot into a docker image, and then start the image through the containe ...

Added by ozestretch on Tue, 11 Feb 2020 15:15:00 +0200

Flink notes: Flink integrates Kafka

1. Preparation 1.ZooKeeper cluster installation: if you do not know about ZooKeeper installation, please click the link to learn: Installation of ZooKeeper cluster 2.Kafka cluster installation: if you do not know the installation of ZooKeeper, please click the link to learn: Installation of Kafka clus ...

Added by airric on Fri, 07 Feb 2020 10:52:02 +0200

Rest microservice building case engineering module

General introduction 1. Next, our spring MVC + mybatis + MySQL elementary and advanced course takes the Dept Department module as a general case of microservice Consumer consumer consumer (Client) calls the service provided by Provider provider (Server) through REST 2. Review of Maven's subcontract mo ...

Added by bsteimel on Thu, 06 Feb 2020 15:53:27 +0200

spring boot integrated dubbo enterprise full

1, What is Spring Boot? Spring Boot at this stage is too hot. Why? Because it is easy to use, simple to configure and fast to start, what is it? From the official website, we can see that it is a subproject of spring open source organization, which mainly simplifies the heavy configuration of spring, and Spring Boot embeds various Servlet conta ...

Added by darknuke on Wed, 15 Jan 2020 13:49:27 +0200

Jenkins builds and publishes Java projects

Article directory Preparation Install maven Building job Publish war package Preparation Clone private warehouse to local: [root@linux01 ~]# git clone git@github.com:AsnFy/test_java.git [root@linux01 ~]# ls test_java/ README.md Download the source code of zrlog for testing: [root@linux01 ~]# wg ...

Added by everknown on Wed, 15 Jan 2020 13:19:35 +0200

Very simple addition, deletion, modification and query of elastic search

Steps are as follows 1 Maven for jar package management pom file <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencies> <dependency ...

Added by ocd on Mon, 13 Jan 2020 13:26:54 +0200

IOC theory derivation of Spring learning

This article is a note of watching the Java video of ecstasy. Video link: https://space.bilibili.com/95256449 Using IDEA for the first time, recording the use process and IOC theoretical derivation process, is the summary and review of today's study. Before the introduction of IOC, to develop MVC, ...

Added by sheila on Fri, 10 Jan 2020 20:02:35 +0200

Android Advanced (IV) Custom Organization Chart-LazyOrgView

LazyOrgView Simply implement the organization chart by customizing View.A search on the web did not find a similar View, and because of the needs of the project, quickly implemented one to meet the needs of the project.Another way to do this: Google OrgChart or other OrgChart.js. Source Address LazyOrgView Add Dependenc ...

Added by ManOnScooter on Sat, 04 Jan 2020 12:56:51 +0200

Spring cloud + Maven + lancher2 + kubernetes (k8s) + git + Jenkins + pipeline + docker to realize automatic packaging deployment

Environmental preparation: k8s environment managed by lancher 2.3 jenkins (you can use docker to build or install directly. If you are not familiar with k8s, it is not recommended to use helm to install jenkins. Many configurations are not convenient to change. I built it with docker, but I need to record and mount the docker command. It is r ...

Added by sitorush on Fri, 03 Jan 2020 11:35:24 +0200