The java project is manually packaged into the linux docker image

Locally: This packaging method only needs jar packages. Add maven packaging plug-ins. There are many plug-ins that can be packaged into jar packages. Here are a few. spring-boot-maven-plugin <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> ...

Added by mcog_esteban on Mon, 22 Nov 2021 11:22:50 +0200

1. Document content difference comparison method

2.1 document content difference comparison method This section describes how to realize the difference comparison of file contents through difflib module. As a standard library module of Python, difflib does not need to be installed. It is used to compare the differences between texts and supports the output of HTML documents with strong reada ...

Added by davinci on Mon, 22 Nov 2021 11:05:16 +0200

Docker network and container interconnection

@[TOC] # Docker network and container interconnection Resource Recommendation Configure network on Docker official website: https://docs.docker.com/network/ Docker network details: https://blog.csdn.net/meltsnow/article/details/94490994 Docker has four network modes: https://www.jianshu.com/p/22a7032bb7bd Use network Network drivennameOff ...

Added by jane on Sun, 21 Nov 2021 13:10:50 +0200

Resource list definition of Linux learning kubernetes

Assets: objects workload: Pod,ReplicaSet,Deployment,StatefulSet,DaemonSet,Job,Cronjob,...Service discovery and balance: service and progressConfiguration and storage: Volume, CSI ConfigMap,SecretDownwardAPI Cluster level resources NameSpace,Node,Role,ClusterRole,RoleBinding,ClusterRoleBinding Metadata resource HPA,PodTemplate,LimitRan ...

Added by rulian on Sun, 21 Nov 2021 05:34:48 +0200

Crawler crawling learning notification information

1, Introduction to reptiles 1. Introduction (1) The English name of Web Crawler is Web Crawler or Web Spider. It is a program that automatically browse web pages and collect required information. (2) The crawler starts from the URL of the initial web page and obtains the URL on the initial web page. In the process of grabbing the web page ...

Added by sudhakararaog on Sun, 21 Nov 2021 02:06:00 +0200

The past and present life of the process

1. The generation of the program and what he has done to pave the way for the generation of the process The general compilation process can be divided into four steps: preprocessing, compilation, assembly and linking: Precompiled: process precompiled instructions starting with "#" in source code, such as "#include", &quot ...

Added by sirmanson on Sun, 21 Nov 2021 00:07:13 +0200

[Linux] Python code modularization

*** Task 5: Create a py file in the directory and run it. Key points: python os and sys system interface, file interface Step 1: learn the functions of os module in python to process files and directories The os module provides very rich methods for processing files and directories. Common methods are as follows. For more methods, ple ...

Added by WebbieDave on Sat, 20 Nov 2021 19:59:27 +0200

Introduction of nm command in linux

Reference: Introduction of nm command in linuxnm viewing symbols in dynamic and static libraries for Linux 1. nm function List the symbol information in. O,. A,. So (not directly applied to main.c, test.h, test.c and other files), including the value, type and name of the symbol. The so-called symbols usually refer to defined functions, ...

Added by feddie1984 on Sat, 20 Nov 2021 16:09:24 +0200

Two computers transmit files through serial port and call opencv library to program and display pictures and text

1, Two computers use serial port for file transmission (1) Experiment content Connect the two laptops with serial port by means of usb to rs232 module and DuPont line. Then use tools and software such as serial port assistant (with file transfer function) to transfer a large file (picture, video and compressed package software) on one lap ...

Added by shai1 on Sat, 20 Nov 2021 05:00:16 +0200

DATAX+DATAX-WEB LINUX deployment and usage instructions

1, Required components 1,IDK1.8 2. Mysql5.7 (this version is preferred. There are many pits in other versions of DATAX...) 3,DATAX 4,DATAX-WEB 5. Installation package Baidu network disk resource path: https://pan.baidu.com/s/1xRjxRGQbXWk4IYL2-NrQNQ Extraction code: 8z0x 2, Start installation ** 2.1 installation IDK1.8 ** be careful: If th ...

Added by raven2009 on Fri, 19 Nov 2021 23:32:02 +0200