JSON. Page 4

OkHttp Custom Retry Number

In this paper, OkHttp's Interceptor is used to implement a custom number of retries ...
13:05 28 April 2020

AWS Cloudformation - Template learning

In Cloudformation, the entire architecture is defined in the template, and then the corresponding Stack is generated thr...
12:12 7 April 2020

mongoose, ajax, express, pagination plug-ins to achieve paging effect

1. Download pagination plug-in first. Download address: JQuery paging plug-in 2. After downloading, add in the page, inc...
22:21 1 March 2020

JavaScript asynchronous processing (ES6)

1, What is Promise? Isn't it async/await? Why...
21:39 15 February 2020

VScode+SDL2 configuration tutorial

The day before yesterday, I wanted to find a graphic library to write a small tool, and I wanted to find a smaller graph...
7:42 14 February 2020

Display of epidemic situation map (win the battle of epidemic)

We collect the real-time data released by Tencent through the requests library; because the data we get is in json forma...
11:18 13 February 2020

JavaScript elegant writing and Sao operation

1. Judgment is empty Straightforward writing if(a == undefined) a = []; if(params.success){ params.success(res); } ...
10:55 13 February 2020

Learning notes of Spring framework -- API interface design related knowledge and specific coding implementation

Recently, we need to design an API server. If we want to standardize the API interface, we have collected some informati...
10:23 13 February 2020

python sandbox escape

Catalog 1. Preparation python has built-in modules for executing system commands: subprocess os commands timeit paltf...
22:38 12 February 2020

Cassandra appender - distributed logging, distributed software logback appender

At the last Scala meetup of the lunar year, Liu Ying was inspired to share her professional software development experie...
8:46 12 February 2020

Gson full resolution (middle) - the use of TypeAdapter

About TypeAdapter Ahead Gson complete analysis (I) We understand and use JsonSerializer and JsonDeserializer to transfor...
6:50 12 February 2020

Alibaba cloud video transcoding batch submission (mp4 to m3u8)

There are hundreds of videos in oss that need to be transferred to m3u8. It is found that the interface does not have th...
10:16 11 February 2020

How to learn the JVM gracefully

1, Understanding Java virtual machine stack and stack frame ...
10:16 10 February 2020

[enjoy learning Feign] II. Annotation introduction of original Feign and detailed explanation of core API

A man without foresight must have immediate worries. - &...
8:58 10 February 2020

Detailed process of data capture and collation of new coronavirus

Preface Data source: Tencent News pneumonia Data crawling tool: requests HTML (Python 3.5 and above) 360 speed browser...
4:08 9 February 2020

Alibaba cloud IOT platform data forwarding to function calculation example

Summary Using the data flow function of the r...
10:02 7 February 2020

Android network request framework -- use of Retrofit

stay Android network request framework - Retrofit (dynamic agent mode) This section mainly introduces the use of Retrofi...
8:43 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

An example analysis of python automatic test exception and log operation

An example of this paper describes the exception and log operation of python automatic test. To share with you for your ...
11:15 4 February 2020

Analysis of STIX 2.0 example

What is STIX? STIX [1], Structured Threat Inf...
2:30 4 February 2020

Write classification query

Implement commodity classification query The ...
8:40 3 February 2020

Hands on interface for external security (improvement)

Article directory Last blog Preface show you the code get processing method post processing method Reference blog ...
7:07 3 February 2020

Microservice framework: overview of microservices

Microservice framework (2): overview of microservices Learning Objectives 1. System Architecture Evolution 1.1. Centra...
19:54 2 February 2020

EasyUI frame 05 - window

1. Messager message window 1.1 co...
11:55 2 February 2020

Python review notes

Start with python review Simple data types and variable naming conventions are the same as others, starting from differ...
4:40 2 February 2020

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

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

Express+MySQL implements the demo of login and registration

MySQL5.7.20 demo preparation Install mysql, add system...
0:47 2 February 2020

Vue made wheels - accordion assembly

1, General usage <div id="app" style="padding-left: 100px"> <g-collpase> <g-collapse-item title="Heading ...
11:58 1 February 2020

Using selenium library to crawl data from JD's interface

Environmental needs python running environment Selenium Library (pip install selenium) Pyquery Library (pip install pyquery) pymongo (pip install pym...
7:25 1 February 2020

PHP tripartite management tool composer

Composer installation Download and install composer (terminal command) ~$ curl -sS https://getcomposer.org/installer | php or ~$ php -r "readfil...
16:03 31 January 2020