Added custom multi-selectable fields to the ZenTao BUG page

At present, the fields on the ZenTao BUG page are relatively common. If you need more fields, you need to open a second version of ZenTao. The following is an example of adding [Discovery Stage] and [Environment] custom fields: 1. Execute this SQL in the database Enter the ZenTao initial page, select [Database Management], enter […]

The Tao of Git Commit: Standardized Commit Message Writing Guide

1 commit message specification The commit message format includes three parts: Header, Body and Footer <type>(<scope>): <subject> <body> <footer> Header is required, Body and Footer can be omitted. 1.1 Header Type (required) type is used to describe the category of git commit, and the following identifiers are allowed. feat:New function (Feature) “Feat” is used to […]

6.6 Elasticsearch (6) Jingtao project transformation

Article directory 1. Project preparation 2.Basic configuration 2.1 Add pom.xml dependency 2.2 yml configure es server address list 3. Concrete implementation 3.1 item entity class encapsulation 3.2 Add interface 3.3 SearchController 4.search.jsp interface 4.1 Search content display 4.2 Highlight content style setting 4.3 Backfilling search box content 4.4 Add previous and next page buttons 1. […]

Taosi (TDengine) type Flink Source implementation and comparative analysis with Kafka

1. The difference between TDengine v3.1 and Kafka subscription Taosi does not support specified partition subscription, and can only subscribe to one or more topics. The vGroup in Taosi corresponds to the Partition concept in Kafka. For a consumer group in Taosi, the server determines which partitions are consumed by which consumers and are balanced […]

Taosi Data TDengine Call for Papers-Nanny-Level Tutorial TDengine Client Server Installation Tutorial

Taosi Data TDengine Call for Papers – Nanny-Level Tutorial TDengine Client Server Installation Tutorial Introduction to TDengine 1. Install the server on CentOS 1.1 Obtain the installation package 1.2 Install server package 1.3 Installation verification 2. Install the client on CentOS 3. Install the client on Windows 3.1 Obtain the installation package 3.2 Fool-like installation […]

Python practical case – obtaining Tao product data

Hi~ Hello everyone, this is the Demon King? ~! For more python source code/information/answers/tutorials, etc. Click here to jump to the end of the article and get the business card for free. Development environment: python 3.8 pycharm professional version Third-party libraries: requests >>> pip install requests Module installation: win + R, enter cmd and enter […]

Vue adaptation to hand Taobao tool adaptation (flexible.js, rem adaptation. Detailed explanation)

1. Download dependencies npm install lib-flexible –save If you don’t want to download, just go to utils, create a new file flexible.js, and copy the code below (function(win, lib) { var doc = win.document var docEl = doc.documentElement var metaEl = doc.querySelector(‘meta[name=”viewport”]’) var flexibleEl = doc.querySelector(‘meta[name=”flexible”]’) vardpr = 0 var scale = 0 var tid […]

HAL library_STM32 communicates with Tao Jingchi T1 series serial port screen

1. Experimental purpose Tao Jingchi serial screen design software, Kei and STM32CubeMX software are used in combination with hardware to complete simple communication between the serial screen and the microcontroller. 2. Hardware connection 32 microcontroller and serial port screen connection Connect the serial port screen to the power board 3. Use USART HMI software to […]