Member management applet actual development 07 page Jump

In the previous section, we introduced the life cycle functions and customization methods in low code. In this section, we introduce the page Jump in low code.Page JumpIt is relatively simple to realize page Jump in low code. Directly add behavior to the component and call the jump method of the platform. Open the application editor, select the ...

Added by jjjamie on Wed, 16 Feb 2022 05:40:52 +0200

Hyperledger Fabric 2.x custom smart contract

1, Explain In order to continuously update information and manage the ledger (write transactions, query, etc.), the blockchain network has introduced smart contracts to access and control the ledger; Smart contract is called chain code in Fabric, which is the business logic of blockchain application. This article shares how to use the Java ...

Added by Ken2k7 on Wed, 16 Feb 2022 05:39:53 +0200

Simple understanding of mvc design pattern

introduction MVC design pattern is to separate the data model from the view, establish the relationship between the data model and the view through the controller, and automatically update the view when the data model changes. Among them, M-data model, V-view and C-controller. The following is a simple use of MVC design pattern. Examples The ...

Added by chetanrakesh on Wed, 16 Feb 2022 05:37:39 +0200

Based on vue2 X's front-end architecture, this is what we do

Vue CLI can easily create a Vue project, but it is not enough for the actual project. Therefore, some common capabilities will be added based on the business situation to reduce some repetitive operations when creating a new project. For the purpose of learning and sharing, this paper will introduce the front-end architecture design of our Vue ...

Added by MoMoMajor on Wed, 16 Feb 2022 05:34:59 +0200

Nacos of Spring Cloud Alibaba

Introduction to Nacos Nacos is a component of Spring Cloud AlibabaFull name: Dynamic Naming and Configuration ServiceIn a simple sentence: Nacos=Eureka+Config+Bus Nacos installation After downloading, directly run startup.exe under the bin directory CMD, and then access http://ip:8848/nacos Login, default account password: NacosStandalon ...

Added by juma929 on Wed, 16 Feb 2022 05:33:39 +0200

Practical part: solve the function conflict between swagger and user-defined parameter parser

previously on Read the last article After reading the code written by my colleagues, I began to imitate silently... You should have a clear understanding of using the parameter parser to complete the unified signature verification of the third-party interface.As mentioned above, the parameter parser RequestResponseBodyMethodProcessor used by @ ...

Added by jemrys on Wed, 16 Feb 2022 04:50:38 +0200

Airflow2.2.3 + Celery + MYSQL 8 build a robust distributed scheduling cluster

I talked about the Airflow infrastructure earlier1. Cluster environmentThe same is to install the Airflow cluster on Ubuntu 20.04.3 LTS machine. This time, we will prepare three servers with the same configuration for testing, Previous article 🔗 [1] In, we have installed all components of airflow on Bigdata1 server. For those you haven't seen, ...

Added by nca on Wed, 16 Feb 2022 04:44:08 +0200

Stack and queue oj questions

Stack and queue oj questions [the external chain image transfer fails. The source station may have anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-gqdvgkrh-1644978540376) (E: \ markdown \ note. 1 \ image \ image-20214095416601. PNG)] [the external chain picture transfer fails, and the source stati ...

Added by colB on Wed, 16 Feb 2022 04:38:15 +0200

RocketMQ grayscale of full link grayscale

Introduction: This article will be based on the "how to obtain the same enterprise level full link grayscale capability in 20 minutes" introduced last time Based on the scenario in, this paper further introduces the full link gray scale of the message scenario.Author: Yi ZhanWe have described how to control the traffic of the full lin ...

Added by madhouse92 on Wed, 16 Feb 2022 04:28:52 +0200

CentOS 7 uses docker to build elastic search cluster

Original text: https://hjxlog.com/posts/20220215221548.html 1, Foreword I bought Tencent cloud server a few days ago. I happened to be learning elasticsearch recently, so I wanted to build an es cluster to play. According to the keywords, I searched several blogs on Baidu and found that the content was surprisingly similar. I had a hunch that ...

Added by ahzulfi on Wed, 16 Feb 2022 04:10:01 +0200