uni-app is a very easy-to-use table control, which is very useful for layout display.

Usage is very simple, add a line of css to the page /* Introduce table style sheet */ @import “../../lib/helang-table.scss”; Complete code of the page <template> <view class=”content”> <view class=”itme-box”> <view class=”title”>Default</view> <view class=”h-table”> <view class=”h-tr h-tr-3 h-thead “> <view class=”h-td”>Theme</view> <view class=”h-td”>Class name</view> <view class=”h-td”>Remarks</view> </view> <view class=”h-tr h-tr-3″> <view class=”h-td”>Default</view> <view class=”h-td h-td-colspan […]

Intelligent ultrasonic following distance display car based on 51 microcontroller

1 Introduction In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

React recursive handwritten flow chart displays tree data

Requirements Draw a flow chart display based on the data structure of the tree, and support the addition of previous level, next level, sibling and deletion functions (it is convenient to mark nodes, and the node data is displayed as a label, and it is processed according to the situation in actual business) File structure […]

Django website building process (4) Create document display page

Django website building process (4) Create document display page Create document display page The file urls.py in the project main folder schoolapps Create url.py file in APP “baseapps” Write view Template inheritance bootstrap Create head.html Create doclist.html Create docdetail.html Use markdown editor Install module Modifications defined in the documents of the Model model: Execute makemigrations […]

51 microcontroller kitchen fireproof infrared combustible gas detection alarm LCD display design

1. Foreword In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

Microcontroller experiment (ADC experiment-potentiometer LCD display)

#include <msp430.h> #include “stdint.h” //#include “HAL_UCS.h” /* Private define ————————————————– —————*/ #defineNumOfResult 8 #define Max_Volt 3.3 #define Accu_Adc 4095 uint32_t results[NumOfResult + 1]; uint16_t average; uint16_t index = 0; #define XT2_PORT_SEL P7SEL #define XT2_ENABLE (BIT2 + BIT3) // LCD segment definitions. #define d 0x01 #define c 0x20 #define b 0x40 #define a 0x80 #define dp […]

echart implements map exploration and displays scatter plots

Introduction: Realize provincial level (Henan as an example) exploration and display scattered points while the data remains unchanged. Completed picture: 1. Prepare map geoJSON, DataV.GeoAtlas geographic gadget series Create a tool function: introduce all the files in the directory, pass in the place name and return the geoJson of the place (dynamic references are used […]