Take you ten days to easily handle the Go micro service series (VIII. Service monitoring)

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 services RPC service Auth authentication Service monitoring (th ...

Posted by rcoursey on Sun, 30 Jan 2022 09:50:26 +0100

Python notes 13 (Web Development)

20. Web development CS architecture: C refers to the Client, and the software runs on the desktop; S refers to the Server, and the database runs on the Server. CS architecture is not suitable for the Web. The biggest reason is that the modification and upgrading of Web applications are very fast, and CS architecture requires each client to up ...

Posted by Digimatt on Fri, 28 Jan 2022 23:45:57 +0100

Golang wails2 lightweight cross desktop solution

wails2 github: github.com/wailsapp/wails file: wails.io/zh-Hans/docs/reference/op... Environmental requirements Go 1.16 npmIt must be one of Windows, MacOS and Linux operating systemsgcc install # Go 1.17 lower installation go install github.com/wailsapp/wails/cmd/wails@latest # Go 1.16 $ go get -u github.com/wailsapp/wails/cmd/wails Ent ...

Posted by towerspl on Thu, 27 Jan 2022 09:19:32 +0100

WEB Security: CSRF

Solemnly declare: This note is only prepared for the purpose of improving safety knowledge and sharing safety knowledge with more people. Do not use the technology in the note for illegal activities. The consequences caused by using the technology in the note have nothing to do with the author himself. It is everyone's responsibility to maintai ...

Posted by stickynote427 on Thu, 27 Jan 2022 01:20:21 +0100

Project preparation of Mido Mall - project creation and configuration

1, Create project The source code of Mido mall project is managed by remote warehouse. 1. Prepare project code warehouse 1. Source hosting website Code cloud( https://gitee.com/) [domestic website, fast] 2. Create source code remote warehouse: meiduo_project [add. idea to the ignore file. gitignore] 2. Clone project code ...

Posted by jlarson on Tue, 25 Jan 2022 23:09:44 +0100

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 (this article) Product service Order service Payment services RPC service Auth authentication Service ...

Posted by eevan79 on Tue, 25 Jan 2022 06:54:29 +0100

User login of Mido Mall (QQ login)

2, QQ login 2.1 QQ login development document QQ login: the so-called third-party login means that the user can successfully log in to the project without entering a password in the project. 1. Application steps for QQ Internet developers If you want to realize QQ login, you need to become a developer of QQ Internet and pass the aud ...

Posted by prslou on Sat, 22 Jan 2022 12:15:32 +0100

Use this encryption to apply for a free HTTPS SSL certificate and download it to the server through a Python script for automatic update

Whimsical journey: my original blog is completely knocked by hand, absolutely not carried, and there can be no repetition in the whole network; I have no team, only share for technology lovers, and all content does not involve advertising. All my articles are only published in CSDN and personal blog (must be the domain name of fantasy journey). ...

Posted by dgwade on Sat, 22 Jan 2022 11:16:47 +0100

Thoroughly understand the five application scenarios of Nginx

1, HTTP server Nginx itself is also a static resource server. When there are only static resources, nginx can be used as the server. If a website is only a static page, it can be deployed in this way. 1. First, create an HTML directory in the document root directory Docroot(/usr/local/var/www), and then put a test.html in the HTML html; 2. ...

Posted by fleabel on Fri, 21 Jan 2022 11:14:59 +0100

Spring Boot learning notes - employee management system

Spring Boot learning Official website: https://spring.io/projects/spring-boot#overview file: https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/html/ Reference video: [crazy God says Java] the latest tutorial of SpringBoot, IDEA version, is easy to understand_ Beep beep beep_ bilibili Project complete reference code: lexi ...

Posted by stargate03 on Fri, 21 Jan 2022 05:18:29 +0100