REST. Page 2

Spring boot + neo4j ☞ create a multi-point network

Based on the simple practice of the first two articles, we will continue to talk about the application of Neo4j, simulat...
2:52 5 May 2020

Teacher, are you sure Java annotations will not be executed?

Previously, I shared an article on my blog about comments in Java and wrote a word with oath: "Comments will not be...
0:22 5 May 2020

pandas data type conversion

Data types in data processing When processing data with pandas, we often encounter the problem of data type. When we ge...
2:10 19 April 2020

How to build test cases of linked list and tree by LeetCode

When you brush the list and tree in the leetcode topic, it's hard to avoid inconvenient debugging. Because I am used to ...
9:14 14 February 2020

Regular expression and grep instruction in Shell programming

#In fact, regular expressions complete data filtering, reject the data defined by the unsatisfied regular expressions, a...
2:17 14 February 2020

Core implementation of kubernetes container state synchronization mechanism

After the Pod is dispatched to a Node in K8s, the subsequent state maintenance information is maintained by the kubelet ...
23:03 12 February 2020

Java recursion exercises

1. Receive a folder path from the keyboard and count the size of the folder package demo; import java.io.File; import ja...
10:37 12 February 2020

PAT_A1062 / PAT_B1015 | Talent and Virtue

1062 Talent and Virtue (25point(s)) About 900...
11:16 11 February 2020

Java Chapter 3 exercises

Analysis Value: a b c delt solution Steps: 1. Prompt for a b c 2. Calculate the value of delt 3. Solution of equation by...
7:42 11 February 2020

Remote call using Http connection pool

Explain http request is the most commonly use...
23:51 9 February 2020

Beauty of Interval K Large Number Query

Problem: In an unordered sequence, find the K-th largest number in a given interval Method 1: Sort first, then find the ...
19:58 7 February 2020

Easily build REST API through SCF Component, no need to stay up late and work overtime

When an application needs to provide a service interface to a third party, REST API is undoubtedly the most popular choi...
9:02 6 February 2020

Elasticsearch 6.3.1 Create a parent-child document (join datatype)

Why use join datatype An index in ES6.3 can only correspond to one type, so if you want to store tree-structured data, ...
11:13 5 February 2020

Common development knowledge points of ES6: Introduction

ES6 introduction ES6, full name ECMAScript 6....
7:58 5 February 2020

jQuery - Pentagram scoring case

Pentagram scoring case 1. When the mouse pass...
13:07 4 February 2020

Implement a synchronizer based on AQS

As mentioned above, we can try to implement a synchronizer ourselves. We can simply refer to the implementation of Reent...
23:58 3 February 2020

nginx worker process loop

When the worker process starts, it first initializes the environment it needs to run, then it enters a cycle in which it...
23:18 3 February 2020

1python how to find all permutations of a string

Title Description: Design a program that requires all pe...
22:30 2 February 2020

Classification of epilepsy with keras - Python case

Catalog Introduction to epilepsy data set Keras deep learning case This sharing is published in public address for b...
1:50 2 February 2020

Take a look at LockSupport and AQS

This time, we can see the principle of lock in concurrency. We will talk about AQS, ReentrantLock, ReentrantReadWriteLock and the newly added StampedL...
4:48 1 February 2020

Getting data from python's restful api (flask)

The Advanced Rest Client, an extension program of Google browser, is required for simulation request 1. Code directly 1 from flask import Flask 2 from...
9:43 31 January 2020

The use of ICAP primitives in FPGA -- the implementation of Multiboot function

Use of ICAP primitives First, gossip Introduction of ICAP primitives Introduction of ICAPE2 primitive Code of ICAPE2 primitive Verification Concludin...
4:29 30 January 2020

Using Spring Boot and OAuth to build a secure SPA

Recently, I have been studying in a closed door, but the process is still a little hard. Fortunately, there are also teachers who take the excellent c...
22:21 13 January 2020

Summary of common skills in Salesforce Apex (continuous update)

Preface The blogger is also a Salesforce Apex, who has been working for a long time. I would like to share the useful knowledge and the knowledge I u...
21:35 12 January 2020

What's the secret hidden in Taobao code shared with wechat friends

It's going to be my birthday soon. I try to find the same gift I like on Taobao. Click the top right corner to share her wechat to see if she can...
19:54 9 December 2019

bzoj4818 SDOI2017 sequence count

Title Link thinking First of all, consider the scheme number of violence \ (dp \), \ (f[i][j] \) represents the number of first \ (I \), the sum of nu...
18:01 4 December 2019

spring's Custom Annotation Analysis

Preface spring provides rich annotations, but sometimes does not meet the complex needs of existing businesses. We can refine our business framework b...
17:01 4 December 2019

Laravel uses JWT to implement API user authorization

Part I installation of JWT Step 1. Use Composer to install tymon / JWT auth:`composer require tymon/jwt-auth 1.0.0-rc.3 Step 2. Add a service provider...
13:30 2 December 2019

Python practice example (10)

55. Learn to use bitwise inversion ~. Program analysis: ~ 0 = 1; ~ 1 = 0(1) first shift a to the right by 4 digits. (2) set a number with the lower 4 ...
12:23 2 December 2019

Fifth populate of mongoose series

Effect Mongoose's populate() can join tables to query, referencing documents in other collections. Populate() automatically replaces the specifie...
2:21 29 November 2019