Use of Routing Component 0
I. Overview
Router: Router manages routing;
Routing: Routing is a mapping relationship. A key corresponds to a value, and a key is a path. For background routing,
Value is a callback function for processing requests, and is a component for the front-end routing value.
Explain:1) Officially provided vue plug-ins for SPA (single page)2) gi ...
Added by oeb on Sat, 27 Jul 2019 07:44:03 +0300
(16) Our form solution el-form-renderer
Preface
This article will introduce our form solution. @femessage/el-form-renderer Show us how we deal with the following issues under the Vue technology stack:
Dynamic display or hiding of form items
Form Data Linkage
Format Input/Output Data Formatting
Processing of Unconventional Form Items
Complex form validation
programme
Dynamic Display ...
Added by kigroy on Fri, 26 Jul 2019 12:11:38 +0300
webapp calls up browser sharing
webapp calls up browser sharing
cause
Recently, I have made a news information page, which has the function of sharing. After referring to a lot of information, I have the following summary.
Compatibility
Almost all browsers on the mobile side support sharing QQ and QQ space
QQ browser
UC Brows ...
Added by nadeauz on Fri, 26 Jul 2019 09:16:34 +0300
Share 100 million and 1 billion data from NutsDB
Hello, I want to share with you my recent data test for nutsdb.
Test items
github address: https://github.com/xujiajun/nutsdb
cause
The cause of the matter is this. issue In short, the memory is too high to use.
Maybe many people don't know NutsDB. In a nutshell, NutsDB is a built-in KV database written in Go language several months ago, ...
Added by korporaal on Fri, 26 Jul 2019 06:54:49 +0300
Deep understanding of webpack require.context
Preface
require.context It's actually a very useful api.But 3-4 years later, many people still don't know how to use it.
And what does this api mainly do for us?It helps us dynamically load the files we want, and is very flexible and powerful (recursive directories).Can do things import can't do.Today I'll take you all to analyze how webpack re ...
Added by Nulletz on Fri, 26 Jul 2019 06:07:02 +0300
Swoft 2.0.4 release, process, TCP components
What is Swoft?
Swoft It's based on Swoole Extend the implementation of the PHP Microsoft Services Consortium Framework. Like Go, Swoft has built-in protocol network servers and commonly used protocol clients and resides in memory, independent of traditional PHP-FPM. There are cooperative operation modes similar to Go language, flexible annotati ...
Added by 2kau on Thu, 25 Jul 2019 05:18:46 +0300
Pipeline mechanism in ASP.NET Core
Original: Pipeline mechanism in ASP.NET Core
First of all, thank you very much for your last article. C# Pipeline Programming Thank you for your support and affirmation. I hope that every time I share with each other, I can get some benefits. Of course, if I have some incorrect or inappropriate narrative, please point it out. Okay, let's mo ...
Added by jminscoe on Thu, 25 Jul 2019 03:41:56 +0300
k8s practice 17:kubernetes docking nfs storage to realize pvc dynamic creation of allocation binding pv on demand
1.Pre-start ideas.The deployment and simple configuration application of pv&pvc were tested before, which realized the purpose of storing data of pod application into PVC and decoupling with pod.The previous operation is full manual operation, manual creation of pv, manual creation of pvc, if the cluster pod less, so that the operation can ...
Added by if on Wed, 24 Jul 2019 13:30:13 +0300
Golang Learning Notes
[TOC]
Golang Learning Notes
This learning note was written as early as the beginning of 1.0, around the version, and may differ greatly from the latest version.
Because it was written earlier, and there were many own opinions in the article, some things that were not well understood at that time might have been written incorrectly. Some places ...
Added by Angry Coder on Tue, 23 Jul 2019 19:56:51 +0300
Migration from golang flag to cmdr
Be based on cmdr v1.0.3From golang flag to cmdr
With a new command line interpreter framework, the most painful thing is to write data structures or streaming definitions. Let's first look back. cmdr The two most typical command-line interface definitions supported by most other three-party enhanced command-line interpreters will be studied l ...
Added by Hepp on Tue, 23 Jul 2019 17:09:30 +0300