Remember to have an http request support interceptor

Recently, I want to use the full js system to write a front-end and back-end learning, and created a set of TODOList project trainers. Currently only the back-end demo has been written, and the front-end is using vue. And prepare to write it again later with react and flutter.This projectBackend demo premise Framework 7, a mobile ui framework, ...

Added by kappaluppa on Fri, 23 Aug 2019 09:17:30 +0300

Beauty of Object Pool Model in Game Development and Design

Links to the original text: https://www.tuicool.com/articles/MNBJJvZ Principle: Reuse objects from a fixed pool to improve performance and memory usage, rather than releasing them one by one. When you need to create a large number of rep ...

Added by vince251 on Fri, 23 Aug 2019 06:19:38 +0300

Powerful JS file upload library: FilePond

Author: HelloGitHub-kalifun This is Hello GitHub's launch Explain Open Source Projects Series, today I recommend an open source JavaScript file upload Library Project - FilePond 1. Introduction 1.1 FilePond It is a JavaScript file upload library.You can drag in the uploaded file and optimize the image to speed up the upload.Let users experienc ...

Added by Renich on Fri, 23 Aug 2019 05:24:24 +0300

JavaScript Design Patterns Series - Policy Patterns and Dynamic Form Verification

Strategy Pattern, also known as policy pattern, defines a series of algorithms, encapsulates them one by one, and makes them interchangeable. The encapsulated policy algorithm is generally independent, and the policy pattern adjusts which algorithm to use according to the input. The key is the separation of strategy implementation and use. No ...

Added by seany123 on Wed, 21 Aug 2019 05:29:20 +0300

SMS Authentication Code Function in PHP

In order to ensure the authenticity of users'information, websites often choose to send text messages to users' mobile phones to send verification code information. Only authenticated users can register. This not only ensures 100% accuracy of users'contact information, but also provides users with the most convenient and fast way to register.S ...

Added by videxx on Wed, 21 Aug 2019 05:17:31 +0300

python piano block automatic script

Preface In the United States, I just got off the plane and wrote this blog while waiting for my luggage to commemorate my two-day history of trampling pits, as well as a new way of thinking, programming for Baidu. This article introduces how to use p ...

Added by jesse24 on Tue, 20 Aug 2019 16:20:35 +0300

Using Python and shell to realize long stitching cases of text processing

Recently, due to the new requirements of business systems, our platform needs to provide supplier G with a kind of data conversion format and then provide it to customer K. The headache of comparison is that the data provided by supplier G are stored in Excel under Windows, and the data type previously agreed by customer K with our relevant doc ...

Added by Shadow Hatake on Tue, 20 Aug 2019 14:45:14 +0300

Mobile Development Knowledge Point 2

1. Adaptive Layout (BFC Trigger) Left fixed and right adaptive: .left { width: 200px; height: 200px; background-color: green; float: left; } .right { height: 300px; ...

Added by shellyrobson on Mon, 19 Aug 2019 15:07:21 +0300

Web Application Stack Travel - Spring Integration GraphQL

Background When current applications span multiple terminals, problems often arise as follows: The amount of information that each end needs to acquire is different. For example, because of the size of the display screen, the mobile terminal need ...

Added by acirilo on Sun, 18 Aug 2019 10:47:00 +0300

Summary of IOS Push III: Push Classification

Catalog First: Preface 2: Local push 1. Building Push Objects: UNMutable Notification Content 2. Building push [trigger] objects: UNNotification Trigger 3. Build push [request] objects: UNNotification Request 4. Add [Request] to UNUser Notificati ...

Added by scrap0346 on Thu, 15 Aug 2019 16:28:43 +0300