Practice of cloud development of small program for brushing questions in postgraduate entrance examination - page design and production (home page of question bank, ranking page, my)
prefaceWhy does your UI feel messy? For small program developers, especially for novice developers or beginners, the quality of typesetting is the core issue to be considered at this stage, that is, details. But many students always pay little attention to this and always want to use it. The interface is very ugly. What's the user experience!Do ...
Added by pchytil on Fri, 18 Feb 2022 22:19:03 +0200
Using zrender to realize the graphical design of workflow (with example code)
The management system developed by the company has the function of workflow graphical design and viewing, which has a long history of development. In those dark days, IE almost unified the Jianghu, so it was logical to adopt the VML technology, which was very popular at that time.
Later, as we all know, IE began to decline, and VML technology ...
Added by treybraid on Fri, 18 Feb 2022 20:00:56 +0200
5. Local - built in filter factory
There are many built-in filter factories in Gateway. Through some filter factories, we can carry out some business logic processors, such as adding and removing response headers, adding and removing parameters, etc
Filter factory official website: https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/#gatewayfilter-factorie ...
Added by pauper_i on Fri, 18 Feb 2022 17:21:55 +0200
Principle and implementation of Vue router
Today, with the rapid development of the front end, if you can't keep learning all the time, you will be eliminated soon. Share the relevant knowledge of Vue router principle implementation. Make a little progress every day.
1, Vue router Basics
**1,Vue. If the parameter passed in is a parameter of the function: * * directly received by the f ...
Added by dmrn on Fri, 18 Feb 2022 09:31:33 +0200
CSS learning notes 4 (box model)
CSS learning notes 4 (box model)
Box model
Border properties
A border is a line that surrounds the width and height of a label Hyphenation (set four edges at the same time) Border: the width of the border, the style of the border, and the color of the border; Sample code
<style>
.box{
width: 100px;
...
Added by willwill100 on Fri, 18 Feb 2022 08:34:49 +0200
css and picture theme color
The idea comes from the skeleton screen in "performance optimization": In sites with a large number of pictures, this will be a very nice experience - picture loading is usually uncomfortable. Generally, the bitmap in a good skeleton is a low pixel picture, that is, the general color matching and change are consistent with the actual ...
Added by phillips321 on Fri, 18 Feb 2022 04:45:43 +0200
Implementation of decoration acceptance management system based on Java springboot + layui
preface:
With the development of science and technology and the unique living environment, more and more people pursue the progress of science and technology. Therefore, in today's architectural decoration engineering, we should not only consider the needs of customers and the coordination and unity with the building structure, but also consi ...
Added by wdseelig on Fri, 18 Feb 2022 04:10:41 +0200
netty series: channel and channelGroup
brief introduction
Channel is not only the channel of data transmission and data processing in netty, but also an indispensable part of netty program. In netty, channel is an interface, which has different implementations for different data types or protocols.
Although channel is very important, it is really mysterious in the code. Basica ...
Added by mitzleah on Thu, 17 Feb 2022 23:43:14 +0200
Analysis of minimax search algorithm and α-β Pruning algorithm (with case and complete code)
preface
First I did a small project of Gobang, and then I did a more powerful project of Chinese chess, but I never realized a version of "intelligent" AI. It is well known that the bottom layer of ai algorithm for this kind of game problem is to use minimax search algorithm and α-β Pruning pruning optimization, but I ...
Added by kippi on Thu, 17 Feb 2022 22:16:51 +0200
nodejs01 - installation and use, server and client, commonjs specification, use of fs module (file operation and directory operation), stream and buffer
Installation and use of nodejs Server and client commonjs specification Use of fs module (file operation and directory operation) stream buffer
//
Node.js introduction
Node.js was born in 2009, node JS is written in C + + language and is a JavaScript running environment. Node.js is a JavaScript running environment based on Chrome V8 engine, ...
Added by smeagal on Thu, 17 Feb 2022 21:39:51 +0200