js click on the label to filter data and switch pages

html code The following html tag is just one of them, there are 25 such tags <div class=”totalList”> <ul class=”yyyz_ul”> </ul> </div> <div class=”list”> <div class=”listtt”> <div class=”iconbox”> <img style=”height:40px;” src=”./img/icon22.png” alt=””></div> <div style=”margin-left:20px;”> <div class=”list_titlel”>Cow</div> <div class=”list_incld”>Contains the following <span class=”list_num”>3</span> categories</div> <div class=”scbox”> <div class=”list_list”><span class=”yuan”></span>Niu Yimai</div> <div class=”list_list”><span class=”yuan”></span>Niuerbuy</div> <div class=”list_list”><span class=”yuan”></span>Check</div> […]

MineCraft 1.20.1 Module Development-(1)-Add the right-click to launch the withered skull and the additional floating effect of the attack to the Sapphire Sword

MineCraft 1.20.1 Module Development-(1)-Add right-click to launch withered skulls and attack additional floating effects for the Sapphire Sword The following are all developed by Forge, written in JAVA, the IDE is IDEA, and the version is 1.20.1 function: 1. Realize that the sapphire sword (custom weapon) can be right-clicked to release the withered skull, which […]

[zTree] Add different operation buttons to the node, and generate a pop-up window after clicking

zTree api documentation: https://www.treejs.cn/v3/api.php 1. Initialization tree configuration items const initZtreeSetting = () => {<!– –> const setting = {<!– –> view: {<!– –> addHoverDom: addHoverDom, // Display user-defined controls selectedMulti: false,//Whether multiple nodes are allowed to be selected at the same time, the default is true showIcon: true, //Whether to display the icon of […]

Pagoda panel one-click deployment of Z-Blog blog – Intranet penetration to achieve public network access

Article directory 1 Introduction 2. Website construction 2.1. Web download and installation 2.2.Web page testing 2.3.cpolar installation and registration 3. Local web page publishing 3.1.Cpolar temporary data tunnel 3.2.Cpolar stable tunnel (cloud settings) 3.3.Cpolar stable tunnel (local settings) 4. Public network access test 5 Conclusion 1. Preface As an important branch of the Linux system, […]

Jenkins + Docker one-click automated deployment of SpringBoot applications with the most streamlined process

This article implements the simplest and most comprehensive one-click automatic deployment project of Jenkins + Docker + Spring Boot. Complete steps, avoid pitfalls. Environment: CentOS7 + Git (Gitee) Implementation steps: Install Jenkins on Docker, configure the basic information of Jenkins, and use Dockerfile and Shell script to automatically pull, package and run the project. 1Install […]

Windows Tip 02: Automatically mount the vhdx (supports bitlocker encryption) virtual disk with one click after booting and unlock bitlocker directly on the command line, automatically escalate the rights and run the bat script&&vhdx virtual disk file compression code as administrator

Take the script code below. It is recommended to use the third or fifth version of the code. Copy it into Notepad. Change the suffix of Notepad to bat file. Put this file in the same directory as the vhdx file and double-click to run it. Why should I use a virtual disk: 1. Used […]

vue2 uses Gaode map to achieve search positioning and click to obtain longitude, latitude and address

1. Dependencies for downloading Gaode map npm i @amap/amap-jsapi-loader -S 2. Log in to the Amap development platform to obtain the key and security key 2.1 Enter the Amap to register an account and password Amap development platform 2.2 Obtain key value and security key Console>Application Management>My Application>Create a new application>Add key value>Service platform selection: […]

ClickHouse Java multi-parameter UDF

1. Environment version Environment Version docker clickhouse 22.3.10.22 docker pull clickhouse/clickhouse-server:22.3.10.22 2. XML configuration 2.1 Configuration File # Create udf configuration file vim /etc/clickhouse-server/demo_function.xml <functions> <function> <type>executable</type> <!–udf function name–> <name>demo_clickhouse_udf</name> <!–Return value type–> <return_type>String</return_type> <!–Return value name, the default value is result–> <!–When the format is JSONEachRow, get the result field in the returned […]

Kafka distributed cluster installation: ansible one-click installation, strong migration

Introduction to Kafka Apache Kafka is a distributed stream processing platform. What exactly does this mean? We know that the stream processing platform has the following three characteristics: Allows you to publish and subscribe to streaming records. This aspect is similar to message queues or enterprise messaging systems. It can store streaming records and has […]