Tag:reference
-
Time:2020-12-30
abstract After reinstalling the computer system, NPM install failed to initialize the project dependency. The error prompt is’ proxy ‘config is set properly Solution After the error information query solution, finally found two better solutions, here to summarize, in order to meet this kind of problem next time. Scheme 1: configure the agent you […]
-
Time:2020-11-2
Recently, JWT has been adopted in the security authentication mechanism of the project. Now, when the whole work has basically come to an end, some knowledge points will be summarized and released. Why migrate? The reason is very simple, just as follows: In order to migrate to the microservice architecture, because the single login entry […]
-
Time:2020-10-26
Preface With the learning of Spring + angular, I began to contact the variable “this”, and encountered some problems in practical use, so I took this as the topic to sort out the content I learned. 1、 This As the name suggests, it means “this”, “myself”, which means “the current object“. In the previous ThinkPHP, […]
-
Time:2020-9-28
The use of data function in 1jquery 1.1 the data function is a data binding function in jQuery, and its syntax is data (key [, value]); if only key represents value, both of them have binding to represent valuetake page.pageCurrent Property is bound to pagecurrentThe parameter has only one pagecurrent, which indicates the binding to […]
-
Time:2020-9-23
All are dry goods and actual combat, not on the home page is not natural 1、 Source of accident On September 3, a 50g disk was expanded on the alicloud server, and then the newly expanded 50g volume of disk 2 was expanded. It was found that disk e changed to 141g. No, I […]
-
Time:2020-9-5
Show up To match the text of the specified patternTo protect the peace of the worldWe are regular expressions that shuttle through the galaxyThat’s it, meow~ Easy to use regular expression visualization tool: https://regexper.com/ grammar //Literal quantity var regExp1 = /pattern/flags; //Or use the constructor var regExp2 = new RegExp(pattern[, flags]); pattern: the matching pattern […]
-
Time:2020-8-4
In this paper, on the basis of parameter tuning record 25, the number of neurons in adaptive parameterized relu middle layer is increased from 2 to 4, and a dropout layer is added to test its effect on cifar10 dataset. The basic principle of adaptive parametric relu is as follows Keras program: #!/usr/bin/env python3 # […]
-
Time:2020-6-18
Installation and use of redis + redisbloom If you are a Linux development environment, the latest version of redis can be used easily, but if you are a Windows system, then the installation resources of the higher version are very valuable, and docker can quickly solve your worries. install Step 1: launch redisbloom with docker […]
-
Time:2020-6-12
Variational inference and variational self encoder Author: kailugaji blog Park http://www.cnblogs.com/kailugaji/ This paper mainly introduces the variable auto encoder (VAE) and its derivation process, but VAE involves some basic knowledge of probability and statistics, so in order to better understand VAE, it first introduces the variable inference and expectation maximization, EM) algorithm, and then introduce […]
-
Time:2020-6-9
1 General In this paper, we sort out a situation in which the kudu table cannot be accessed normally, and how to confirm this situation and how to deal with it. The solution of this paper refers to document 11。 2 problem description and solution 2.1 problem description When we use the kudu Java API […]
-
Time:2020-5-19
demand Install kubernetes – minikube local environment Preparation conditions A VPS (used in this articleAlicloud Hong Kong-CentOS 7.7) – it’s been a long time since using domestic servers. First, don’t waste your time here. Go to the servers in Hong Kong directly A local computer that can SSH to VPS (xshell is recommended) Installation procedure […]
-
Time:2020-5-16
demand Install docker running environment Preparation conditions A VPS (used in this articleAlicloud Hong Kong – centos7.7) A local computer that can SSH to VPS (xshell is recommended) Installation steps Install docker curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh –mirror Aliyun Configure docker Access Acceleration tee /etc/docker/daemon.json < Create users and join the docker group […]