Extract picture color - front end scheme
prefaceLast year, I came up with an idea to extract the theme color of the picture, cooperate with the picture to have an immersive visual effect, and produce a harmonious and consistent feeling. It dawdled until this year to start development~ It took a week to realize this function in two ways: client and server. The two methods have their ow ...
Added by josephicon on Mon, 21 Feb 2022 14:52:35 +0200
Enterprise development - push message to customers - H5-uni
Enterprise and micro development documents: Chat toolbar interface - interface document - enterprise wechat Developer Centerhttps://developer.work.weixin.qq.com/document/path/91789?version=4.0.0.6007&platform=win
Don't think you can move forward with development documents! The road ahead needs you to cut through thorns and thorns~
Step ...
Added by advancedfuture on Mon, 21 Feb 2022 14:16:34 +0200
vue uses TradingView to make K-line diagram (imitating fire coin) for detailed explanation
preface: The project needs to write a K-line diagram. The charts of echarts can't realize the functions inside, so it's really a headache to use TradingView. Baidu has few things, and it took a long time to realize them. design sketch: The k-line is updated in real time and can jump normally according to the data
index.html introduces js and ...
Added by dessolator on Mon, 21 Feb 2022 14:04:40 +0200
Learning note system
Interface documentation: API | Vue.js
$data:
API documentation:
Type: Object Details: The data object on which the component instance is listening. The component instance proxies access to its data object property.
Test code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title ...
Added by bschultz on Mon, 21 Feb 2022 14:00:11 +0200
The use of Vue Router 4 is thoroughly explained in an article
Vue 3.X using Vue router 4 X for routing configuration, let's study how to use Vue router 4 x. All usage methods in this article are using the Composition API.
This paper introduces Vue router 4 step by step X to build a simple blog system, so that you can understand the new version of Vue router 4 X has a complete understanding, and then can ...
Added by nkyoung1 on Mon, 21 Feb 2022 13:42:20 +0200
Encapsulation of background interface method of uni app request
preface:
Request background interface for method collation in uni app. Personal encapsulated version and official method.
Official entrance:
Package version: see the following table of contents
1. Create a new folder api, which mainly puts the interface information
login.js interface method for putting login page
import axios from '../u ...
Added by gl_itch on Mon, 21 Feb 2022 13:28:55 +0200
TypeScript learning notes
TypeScript learning notes
TypeScript overview and environment
Install the toolkit typescript for parsing TSInstall the TS node toolkit to simplify TS executionEntry codeNotes in TS JS original type
numberstringbooleanundefinednullobject
Object type basic usageFunction writing in object type arrayfunction
Definition of function ...
Added by JoeCrane on Mon, 21 Feb 2022 13:22:14 +0200
Spring MVC learning notes. Deal with submitted data and garbled code, spring MVC garbled code filter, custom garbled code filter, Tomcat configuration coding
Article catalogue
Deal with data submission and garbled code1. Data processing
1. Processing submitted data2. Data display to the front end 2. Garbled code
2.1 use spring MVC's own filter2.2 custom filters
Deal with data submission and garbled code
1. Data processing
1. Processing submitted data
The domain name of the submitted data ...
Added by slibob on Mon, 21 Feb 2022 13:08:55 +0200
Notes on common knowledge points of JavaScript
preface
js notes, a good memory is not as good as a bad pen. It summarizes some commonly used knowledge points. Send it to csdn as a backup. The previous ones are relatively simple, so I didn't write them. I only wrote some knowledge points that I think are easy to forget. If there are mistakes, please give me some advice.
JavaScript
prefa ...
Added by jokullsolberg on Mon, 21 Feb 2022 12:51:53 +0200
Front end learning_ Form summary
HTML form
Learning objectives
Be able to say the form componentsMaster common HTML form elementsMaster common HTML form attributes
summary
Function of form: used to collect different types of user input
Form composition: form element (control), form area
Forms in life:
Forms in web pages:
Form Elements
A form element is a label t ...
Added by kshyju on Mon, 21 Feb 2022 08:56:47 +0200