Build a scaffold of webpack4+react+typescript+eslint from scratch
Improving the Packing Configuration of Web Pack
With the basic configuration of webpack, it is not enough to support packages that can be used in production environments. We need to add some configuration.
First of all, it's better to delete the last generated file before each package. Here you can use it. clean-webpack-plugin Plug-in implement ...
Added by friedemann_bach on Mon, 09 Sep 2019 09:27:57 +0300
Implementation of simple registration function
How to achieve the simplest registration function, that is, to enter data in an HTML page, transfer it to the database, then get the data from the database, and if the data exists, complete the final response.
Beginners, many things are incomplete, t ...
Added by tthmaz on Mon, 09 Sep 2019 05:17:20 +0300
Python uses Flask to implement the RESTful API, Postman tools, requests library to test interfaces
RESTful is an API design specification.In the RESTful architecture, four HTTP request modes, POST, DELETE, PUT and GET, are used to add, delete, and check the specified URL resources.
Prior to RESTful:
/users/query/1 GET Query user data based on user id
/users/save POST New Users
/users/update POST Modify user information
/users/delete G ...
Added by sniped22 on Sun, 08 Sep 2019 08:42:33 +0300
java Wechat Public Development (Original Page - Web Page Authorization)
In the previous chapter: java Wechat Public Development (Original Text - Message Management)
Since it is the development of public numbers, of course, it will involve our web side. After learning the previous chapters, the little friends will find th ...
Added by fishown on Sat, 07 Sep 2019 15:00:41 +0300
Spring Security is used in SpringBoot 2.x front-end and back-end separation projects to customize validation
demo git address: Portal
First: Preface
Now most of them are front-end and back-end projects. In hard coding, jumping to a page path is obviously inappropriate, so the server should return to JSON.
To inform the front-end whether to log in, whethe ...
Added by jakem on Fri, 06 Sep 2019 15:03:29 +0300
Talk about coding things, and by the way, implement base64
Catalog
Conversion between binaries
Arbitrary Binary Conversion of Arbitrary Binary Numbers
Converting Arbitrary Number to Decimal Number
Several Interview Questions on parseInt
Coding History
base64 encoding
Why base64 is needed
How to Realize base64
Read buffer to json object
Convert decimal to binary
Put the binary together by 3*8 a ...
Added by sherry on Fri, 06 Sep 2019 11:45:14 +0300
Introduction to Cesium 10 - 3D Tiles
Our team sometimes describes Cesium as a 3D game engine with real world data. However, using real-world data is much more difficult than using typical video game data, because real data can be incredibly high resolution and require accurate visualization. Fortunately, Cesium worked with the open source community to develop it. 3D Tiles This is ...
Added by Donnamabob on Thu, 05 Sep 2019 07:39:03 +0300
Didn't you learn how to deploy front-end automation since 9102?
Preface
The earliest way: After the front end has written the code, it builds locally and uploads the file to the server through the server xftp or ftp for updating.
After using Git: The server pulls the latest code from the repository through the git clone project by executing git pull origin [branch] in the root directory of the project
Auto ...
Added by cvsherri on Tue, 03 Sep 2019 12:44:25 +0300
Log4j2 configuration file log4j2.xml
1. Background
Recently, due to the needs of the project, we have migrated all versions of log4j 1.x to the version of log4j 2.x, and the subsequent slf4j integration log4j configuration (the perfect solution for building a project log system using Slf4j integration Log4j2) and log4j2 configuration file details require a good chat.This article i ...
Added by reethu on Tue, 03 Sep 2019 04:49:48 +0300
Selecting Distributable Areas
The initial UI interface is a table for a distribution area.
area:[
{
"areaIds": " ["110000","120000","130000","140000","150000","210000","220000","230000","310000","320000","330000","340000","350000","360000","370000","410000","420000","430000","440000","450000","460000","500000","510000","520000","530000","54000 ...
Added by lemonpiesaregood on Mon, 02 Sep 2019 12:01:56 +0300