Multiplayer blog development project - front end
I. development environment settings
1 installation package environment
The package is as followsLinks: https://pan.baidu.com/s/1C-ZY9rWU-8ZugE4EwVveWwExtraction code: 744p
Related react introduction links are as follows https://blog.51cto.com/11233559/2443713
Unzip and modify the directory to blog without special instructions. js files are ...
Posted by Chrisj on Tue, 29 Oct 2019 05:10:21 +0100
Introduction to mongoose modified at time automatic recording plug-in
Mongoose modified at is a mongoose plug-in that automatically updates the field change time and records it to the database, similar to the timestamps function of mongoose.
Usage scenarios
Let's consider a scenario. We have an article release and display requirement. The data model is as follows.
const schema = new mongoose.Schema({
// Article ...
Posted by amazinggrace1983 on Mon, 28 Oct 2019 03:04:52 +0100
Git learning notes -- installation and file submission and back on Git
Git learning notes (1) - installation and file submission and fallback on Git
Remarks
&&Learning website: Liao Xuefeng's official website (easy to understand, super recommended) -- https://www.liaoxuefeng.com/wiki/896043488029600 rookie tutorial -- https://www.runoob.com/git/git-tutorial ...
Posted by cooler75 on Sun, 27 Oct 2019 13:28:12 +0100
Algorithm - finding the largest continuous subarray and starting subscript
Execution code see GitHub
https://github.com/GloryXu/algorithm/tree/master/src/main/java/com/redsun/algorithm/subarraysum
Stroll forum inadvertently found an algorithm post, didn't come up with a better solution for a while, searched, sorted out.
brute force
@Override
public void execute() { ...
Posted by Brandon Jaeger on Sun, 27 Oct 2019 11:06:03 +0100
Leetcode 300 longest ascending subsequence C++,Python,Java
The longest ascending subsequence of leetcode 300
Source: LeetCode
Link: https://leetcode-cn.com/problems/long-increasing-subsequence
Blogger Github: https://github.com/GDUT-Rp/LeetCode
Title:
Given an unordered array of integers, find the length of the longest ascending subsequence. c
Example 1:
I ...
Posted by offdarip on Sat, 26 Oct 2019 08:23:50 +0200
The method of building gitee hexo blog
The method of building gitee warehouse + hexo static blog on windows
Build gitee blog
Environmental requirements
system
Software
windows
Git, node.js (cnpm is recommended)
Install Nodejs
windows download binary package link: https://nodejs.org/dist/v10.16.3/node-v10.16.3-win-x64.zip
Manually unzip it to the directory you want to store. H ...
Posted by peyups on Fri, 25 Oct 2019 13:19:47 +0200
6. pytest -- temporary directory and file
Catalog
1. Relevant fixture s
1.1. tmp_path
1.2. tmp_path_factory
1.3. tmpdir
1.4. tmpdir_factory
1.5. difference
2. Default basic temporary directory
1. Relevant fixture s
1.1. tmp_path
TMP path is a use case level fixture that returns a unique temporary directo ...
Posted by laurajohn89 on Thu, 24 Oct 2019 11:14:21 +0200
30 min introduction to Go zero base
It has been more than two years since I unknowingly used Go to develop. The experience summary of the preparation point is convenient for later students to get started quickly.
outline
1. Go installation
2. Go ide building
3. Go modules module management
4. Go unit test
5. ...
Posted by DragonFire-N[R] on Wed, 23 Oct 2019 23:20:36 +0200
Chapter 3 - analyze the data structure in log and sensor data
Analyze log and sensor data data structure
This article provides web-side ideas, ios and android side ideas are not provided, api has also been offline, this article does not provide any executable code. Welcome to github code for more questions
Agreement
Authorization agreement: only the sharing, use and modification of research and learning p ...
Posted by nonexistentera on Wed, 23 Oct 2019 22:30:25 +0200
Jenkins + docker compose one click publishing of spring cloud service
Preface
The previous article described using docker+jenkins to publish the spring boot project on github. However, once multiple services need to be published together, one configuration for one is too tired to publish. Is there any way to package multiple docker images at one time, and then deploy the image file as a running container? Docker ...
Posted by Dillenger on Wed, 23 Oct 2019 09:24:26 +0200