io. Page 109

Front and back interaction (Promise, fetch, axios, async / await usage)

1.Promise overview Promise is a solution of a...
3:07 2 February 2020

Analysis of the execution process of Mapper interface of MyBatis

Mabtis, as an excellent persistence framework, not only improves our development efficiency, but also has the characteri...
1:48 2 February 2020

mysql user management and permission setting under centos7

1.Get into mysql Command line, entering root And password [root@localhost ~]# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands...
12:16 31 January 2020

vue koa2 mongodb does the back-end part of the personal blog login registration function from scratch

0. Effect demonstration It's annoying to plug in a video.You can go out and turn right to Youku. Click on me!). 1. Backend Build 1.1 Project Stru...
12:49 18 January 2020

kubeadm deployment k8s

The new version of kubeadm has changed some parameters, the installation method has changed, you can refer to the new version installation method [ku...
13:55 10 January 2020

k8s deployment stateful service zookeeper example

Without considering the configuration file first: apiVersion: apps/v1 kind: StatefulSet #####A problem with fixed hostname and stateful service is th...
9:14 10 January 2020

Kubeflow series: Solve one-click installation of kubeflow based on Ali cloud mirror in China

Environmental preparation kubeflow is very demanding for the environment. See the official requirements:at least one worker node with a minimum of: 4 ...
14:53 4 January 2020

How to use EasyPermissions

Starting with Android 6.0 (API level 23), users begin to grant permissions to applications when they are running, rather than when they are installed...
7:05 4 January 2020

Kubeflow series: analysis of kubeflow components

As a big gift package of machine learning based on cloud native, kubeflow can be used as a good example of cloud native learning. At the same time, t...
8:53 3 January 2020

api request function based on axios encapsulation

After vue resource is not recommended in vue 2.0, most people choose axios. axios can be used not only in vue, but also in angular and react. So lear...
3:08 3 January 2020

cookies and sessions components

Catalog Cookies and session s cookie introduction session Introduction token django operation cookie Set cookie Get cookie delete cookie Login authen...
17:39 4 December 2019

ASH production practice I of Oracle10G

ASH practice 1 of Oracle10G ASH is a new feature of Oracle 10g, which is very valuable for DBA. It is based on V $sssion and samples once a second, R...
13:37 4 December 2019

LNMP schema access log, log cutting, static file not recording and expiration time setting

November 27 mission 12.10 Nginx access log 12.11 Nginx log cutting 12.12 static files do not record logs and expiration times Nginx access log Modify ...
9:23 4 December 2019

Upload forms and attachments

Tools: vue+elementUI(upload component) Requirements: familiar with the uplood components and features of elementUI Get request file upload The upload...
7:45 4 December 2019

Experience in the development of vue mobile terminal

Introducing Mint UI on demand Used in this project mint-ui As a basic ui framework, it has encountered many problems in use. The official website doc ...
6:12 4 December 2019

Getting started with Python crawler

Written in front A beautiful day has begun again. Today, we continue to climb the IT online education website, mooc.com. The data volume of this platf...
4:21 4 December 2019

JFreeChart drawing + jsp page display implementation statistics

1 development environment: 1. eclipse (replaceable) 2,jfreechart-1.0.19 2 Description: (1) source directory: it's the source directory of jfreech...
22:47 3 December 2019

Three states of Hibernate object

hibernate has three states: Transient, persistent, detached The following figure shows the state transition of objects in hibernate: Example 1 @Test ...
17:08 3 December 2019

Spring MVC conceptual model -- HandlerMapping: request / processor mapping

Summary Spring MVC interface HandlerMapping is used to abstract modeling concepts: mapping between request and handler. The interface can be implemen...
11:07 3 December 2019

On the interceptor of login request of vue axios

When we are making interface requests, such as when we judge the login timeout, it is usually the interface returns a specific error code. If we judge...
7:43 3 December 2019

CAS 5.2.6 single point login user defined login verification and registration process in subsystem

Cas Server configuration Create a src/main/resources folder, find the file in the WEB-INF of cas, then modify the html file page, and add a new butto...
6:43 3 December 2019

The implementation of registration function in Java Web

Implementation of registration function Experimental steps 1. Create the database mydb with the character code of utf-8. 2. Create a tb_user table in...
4:47 3 December 2019

Nine palace pattern of lottery component

Written in front I changed my career in the middle and bumped into the front end by mistake. It may be due to my 'laziness'. I have never pu...
23:56 2 December 2019

Ubuntu 16.04 163 Netease source settings (automatic configuration script)

1, introduction 1.1 INTRODUCTION In many cases, in order to facilitate the operation and if conditions permit, install directly online, but the url a...
22:17 2 December 2019

Optimization of construction speed of vue-cli2

For the front-end projects created by using Vue cli scaffolding, compiling and publishing are almost necessary operations, some of which only need sec...
21:05 2 December 2019

Configuration of axios in nuxt

Need npm axios? At the beginning, I thought that npm axios was needed, just like the common vue SPA development, and this way could work. But it is n...
17:08 2 December 2019

mongodb installation under Centos7 and its simple and practical application

i skeleton spirit Concern August 20, 2018 17:45 * words 141 read 76 comments 0 like 0 mongodb version: 4.0 Official website installation tutorial For...
12:50 2 December 2019

Interpretation of PostgreSQL source code (108) - background process (PGPROC data structure)

PostgreSQL uses the process mode. For each client, it will Fork a background process to respond to the client's request. This section describes ...
11:33 2 December 2019

[Angular] component communication in Angula6

Angula6? Component communication This paper mainly introduces component communication in Angular6 I. parent child component communication 1.1 parent c...
0:55 2 December 2019

The gin of golang network framework

golang native http library can easily implement an http server, but for complex web services, such as routing analysis, request parameter analysis, ob...
8:23 27 November 2019