Introduction and use of Ajax

Basic Ajax concepts Ajax is all called Asynchronous JavaScript and XML (asynchronous JavaScript and XML). With a small amount of data exchange with the server in the background, Ajax enables asynchronous updates to a Web page, allowing updates to ...

Added by EZE on Mon, 02 Sep 2019 04:56:54 +0300

Hands have a front-end scaffold of their own

Many little buddies have been struggling about what scaffolding is?In fact, the core function is to create the project initial file, the problem comes again, is there not enough scaffolding on the market, why do you want to write it yourself? As soon as you mention scaffolding, you'll think vue-cli, create-react-app, dva-cli.... Their character ...

Added by tidalwave on Mon, 02 Sep 2019 04:08:50 +0300

Pain Point in Java Point - synchronized Deep Resolution

Pain Point in Java Point - (8) synchronized Deep ResolutionOverview:Brief introduction: role, status, impact of uncontrolled concurrencyUsage: Object locks and class locksSeven cases of multithreaded access synchronization methodsNature: reentrant, uninterruptiblePrinciple: Adding and Unlocking Principle, Reentry Principle, Visibility Principle ...

Added by eirikol on Fri, 30 Aug 2019 11:32:05 +0300

Front and Back End Reference Problems and Solutions in springboot

About org.springframework.web.HttpMediaTypeNotSupportedException: Content type'application/x-www-form-urlencoded;charset=UTF-8'not supported and Could not read document: Unrecognized token': was expecting ('true','false'or'null') exception resoluti ...

Added by Tjorriemorrie on Fri, 30 Aug 2019 05:46:56 +0300

EFK Architecture of Logging System

Reference resources: dapeng Log Collection, Processing and Query Application Recently, according to dapeng's log management system, I think I'll try to build an EFK myself. Here I record my experience of trampling pits. Thank you very much. Ever_00,Yangyang_3720 Support and help from big boys Technical Selection Returning to the topic, we still ...

Added by soianyc on Thu, 29 Aug 2019 13:02:03 +0300

Front-end Learning--Vue.js Day4

1. Function Analysis of flag Identifier in Ball Animation 2. Review of Component Definition 3. The parent component transfers data data and methods to the child component Note: Attribute names passed from parent components to child components can be ...

Added by Infinitive on Wed, 28 Aug 2019 06:17:56 +0300

Crawler Chapter-Introduction Level-Scrapy Crawler Framework

I. Detailed Framework Scrapy is a popular python event-driven network framework written by Twisted, which uses non-blocking asynchronous processing. [1] The role of internal components ** Scrapy Engine (scrapy engine): ** is used to control the ...

Added by chomedey on Tue, 27 Aug 2019 17:05:34 +0300

Climbing Music Resources

Has been suffering from the lack of good music resources, python crawler network transmission is extremely powerful, just a little python base would like to make a script to climb a little mp3 resources, nonsense, let's see the effect first. /home/roland/PycharmProjects/Main.py please input the artist name: billie eilish Process finished with ...

Added by indian98476 on Mon, 26 Aug 2019 18:22:11 +0300

How to cooperate with OpenFeign's elegant record requests and returned information

Combine the previous article How to cooperate with RestTemplate's elegant record requests and returned information We can easily use the Interceptor record information provided by restTemplate. For empirical reasons, can we also find its Interceptor ...

Added by Dark[NSF] on Mon, 26 Aug 2019 10:59:12 +0300

Using springboot environment of java back-end to realize QQ third-party login for website access

Explain Spring boot environment based on the introduction of Spring MVC. Access the official documents of QQ: Portal Access qualifications to obtain the website's app_id and app_key and other content official network has been enough detail, this will not be repeated here. Every step to QQ to provide which API web site to send requests, what par ...

Added by phynias on Sun, 25 Aug 2019 18:13:48 +0300