1 basic concepts of Tekton learning notes

preface CICD has become the mainstream of the industry. As a project drive n by Google, Tekton is of great importanceTo be a crab eater, the back waves of the Yangtze River push the front waves and beat the front waves to death on the beachIn the first stage, we mainly focus on Tekton's official manual to understand the basic usageTekton is cl ...

Added by murtuza.hasan.13 on Sat, 19 Feb 2022 10:16:32 +0200

[EMG signal] pulse signal analysis based on matlab GUI (denoising + feature extraction) [including Matlab source code phase 862]

1, Introduction EMG is a method of recording the electrical activity of muscle at rest or contraction with electronic instruments, and examining the excitation and conduction function of nerve and muscle with electrical stimulation. EMG for short. Through this examination, the functional state of peripheral nerve, neuron, neuromuscular junctio ...

Added by Q on Sat, 19 Feb 2022 10:09:27 +0200

Principle and practice of three circuit breaker frameworks in distributed system

Principle and practice of three circuit breaker frameworks in distributed system E-commerce spring4lj project( https://gitee.com/gz-yami/mall4j ) java open source mall system With the popularity of microservices, fusing, as a very important technology, is also widely known. When the running quality of the microservice is lower than a certai ...

Added by khovorka on Sat, 19 Feb 2022 10:05:51 +0200

MVC's automatic test unit configuration: SpringBoot

Automatic configuration of MockMvc As mentioned above, @ AutoConfigureMockMvc provides the function of automatically configuring MockMvc and instantiating the function of MockMvc The specific code is in Within the MockMvcAutoConfiguration autoconfiguration class in the spring boot test autoconfiguration project. The effectiveness of this auto ...

Added by zelot1980 on Sat, 19 Feb 2022 10:04:28 +0200

CommonsBeanUtils deserialization

My blog is about to be synchronized to Tencent cloud + community. I invite you to join me: https://cloud.tencent.com/developer/support-plan?invite_code=g3z1bctpoyvzCommonsBeanUtils deserializationIn the CC2 chain, it is mainly through to Java util. PriorityQueue object passed in malicious Java util. Comparator object, resulting in the execution ...

Added by zdzislaw on Sat, 19 Feb 2022 10:02:47 +0200

Crawl the latitude and longitude based on Baidu map open platform Web Service api and convert it to WGS84 coordinates

preface Generally speaking, this blog has few original things. The main content is to integrate the codes of multiple bloggers and reference websites, and realize a complete system process of crawling longitude and latitude based on Baidu map open platform Web Service api and converting it into WGS84 coordinates. The link of the corre ...

Added by we4freelance on Sat, 19 Feb 2022 09:52:23 +0200

LeetCode problem solution - dynamic programming - subsequence problem

LeetCode problem solution - dynamic programming - subsequence problem Reference: labuladong WeChat official account, hand handle brush, dynamic programming series, official account, excellent public address, recommended to everyone. In this paper, we will pick up the routine of sub sequence problem. In fact, there are two kinds of templ ...

Added by reversenorm on Sat, 19 Feb 2022 09:52:48 +0200

Looking at the difference between String and StringBuffer from all path problems of binary tree

All paths of binary tree Given a binary tree, return all the paths from the root node to the leaf node. Note: leaf nodes refer to nodes without child nodes. 1. Method 1: the temporary path is stored in String class Solution { List<String> res = new ArrayList<String>(); public List<String> binaryTreePaths(TreeNode r ...

Added by werushka on Sat, 19 Feb 2022 09:47:45 +0200

Supervisor daemon

Supervisor( http://supervisord.org/ )It is a client/server service developed in Python. It is a process management tool under Linux/Unix system and does not support Windows system. It can easily monitor, start, stop and restart one or more processes. For a process managed by supervisor, when a process is accidentally killed, supervisor will aut ...

Added by Hikari on Sat, 19 Feb 2022 09:44:57 +0200

Database Chapter IV homework exercises (part)

6. For the following two relationship models: Student (student number, class, age, gender, home address, class number) Class (class number, class name, head teacher, monitor). (1) Grant user U1 all permissions on the two tables and authorize other users (2) Grant user U2 permission to view the student table and update the home address. (3) Gran ...

Added by Rhysickle on Sat, 19 Feb 2022 09:36:41 +0200