Data types in javascript
π Personal profile
π About the author: Hello, I'm Daniel ππ Personal homepage: Hall owner a Niuπ₯π Support me: like π+ Collection β Email + message ππ£ Series column: web developmentππ¬ Maxim: so far, all life is written with failure, but it doesn't prevent me from moving forward! π₯
π preface
Today, I'd like to summari ...
Added by slindstr on Sat, 29 Jan 2022 18:26:44 +0200
Completion report of communication software development and Application
Objective requirements
Build A static or dynamic website, i.e. select A or B from the following requirements, and the theme is optional. The requirements are as follows: A. Static website. You can use any CSS framework you like, such as BootStrap, MDB, tailwind, etc. there are no less than 5 pages, and the last page places the hyperlink of ...
Added by ugriffin on Sat, 29 Jan 2022 13:16:29 +0200
Take you ten days to easily handle the Go micro service series
preface
We will show you a go zero micro service example in detail through a series of articles. The whole series is divided into ten articles, and the directory structure is as follows:
Environment construction
Service splitting
User services
Product service
Order service
Payment service (this article)
RPC service Auth authentication
Service ...
Added by drumhrd on Fri, 28 Jan 2022 15:48:49 +0200
Filter & listener
filter
Filter introduction
What is a filter
Examples in life:
Strainer, sieve, fishing net
Filter in life: eliminate what we don't need, leave what we need.
The concept of filter in Java Web: the object that intercepts or enhances requests and responses is a filter. (key points)
What are the filters in the Java Web?
Filter interface: fu ...
Added by rpieszak on Mon, 24 Jan 2022 18:13:59 +0200
WebGIS programming: Openlayers map printing
The simplest function of map printing on the Web side is to output the map within the current window, that is, export the current map as a picture and store it to the client. Different browsers provide their own screen capture functions, and the function of exporting maps can also be realized based on the screen capture function of the browser ...
Added by WindomEarle on Sun, 23 Jan 2022 00:21:55 +0200
Take you ten days to easily complete the Go micro service series
At the beginning of this article, we will publish a series of articles to show you a go zero micro service example in detail. The whole series is divided into ten articles, and the directory structure is as follows:
Environment construction (this article)
Service splitting
User services
Product service
Order service
Payment services
RPC servic ...
Added by giraffemedia on Sat, 22 Jan 2022 01:38:04 +0200
Section 3: recommended directory structure of web projects in SpringBoot
The SpringBoot 365 plan began to be updated. The plan knocked 365 SpringBoot cases to review and summarize to form a knowledge system. At present, 32 sections have been output. All source code is hosted on GitHub and Gitee.Here is the directory structure I created.
βββ ./pom.xml
βββ ./src
βββ ./src/main
βΒ Β βββ ./src/main/java
βΒ Β β ...
Added by dhe on Thu, 20 Jan 2022 23:21:23 +0200
Why can pnpm be used to build a useful monorepo (more efficient than yarn/lerna) at the speed of light
preface
First of all, the combination of yarn + lerna is now the general scheme of monorepo, and it is also the most functional and popular scheme. It is absolutely correct to use this scheme.
However, there is a certain threshold for it to get started. Compared with pnpm, which has its own workspace, it is not comparable in efficiency.
prob ...
Added by nick1 on Thu, 20 Jan 2022 18:35:04 +0200
[Web] HTML Basics - understand the basic structure of HMTL + the use of common tags
π’ Blog home page: π Bryant typing the codeπ π’ Welcome to praise π Collection β Leaving a message. π Welcome to discuss! π π’ This article was originally written by [Bryant who knocked the code], and was first launched in CSDN πππ π’ Since the blogger is learning Xiaobai, there will inevitably be mistakes. If you have any questions, ...
Added by appels on Thu, 20 Jan 2022 00:18:31 +0200
Teach you the basics of html series hand in hand
preface
The company doesn't have any demand for android projects recently. It's interesting to have nothing to do to prepare to learn the front-end things. After all, now the company wants T-shaped talents. This series of notes is a record of some important things I think in writing front-end code, so that it can be used as a tutorial later. A ...
Added by kumarrana on Wed, 19 Jan 2022 09:40:08 +0200