How to use Swagger to add JWT authorization documents for. NET Core 3.0 applications

brief introduction This tutorial is written in the thinking mode of WHAT-what-HOW Golden Circle. The Golden Circle principle emphasizes learning from WHY to WHAT to learn and HOW to learn. From fuzzy to clear learning mode. Everyone's time is very precious. Before we do something, we should first think about WHY we should do it and WHAT kind o ...

Added by Dethman on Wed, 30 Oct 2019 03:57:09 +0200

Using vscode to build Golang development environment on Mac platform

This article introduces how to use visual studio code to build golang development environment and debug environment on Mac platform. 1. brew install golang # install brew install golang # Check whether the installation is successful $ go version go version go1.12.7 darwin/amd64 $ brew info go go: stable 1.13.3 (bottled), HEAD Open source progra ...

Added by Codewarrior123 on Tue, 29 Oct 2019 12:09:10 +0200

rpc client and server of PHP

[TOC] rpc client and server of PHP There are many solutions for PHP rpc, and many open rpc frameworks based on PHP code can be seen on composer. There are also many rpc frameworks based on C PHP extension, such as swoole, Yar and grpc. The ready-made framework is very simple to use. Just install and call it directly, I won't say it. Let's just ...

Added by im8kers on Thu, 24 Oct 2019 01:13:27 +0300

How to visualize the dependency of Go Module

This paper First appeared in My blog , if you think it's useful, please like the collection and let more friends see it. Recently, I developed a very simple tool, the total code is less than 200 lines. Today, briefly introduce it. What tool is this? It is a tool for visualizing Go Module dependencies. Why development Why do you want to develop ...

Added by altexis on Wed, 23 Oct 2019 09:06:16 +0300

Some methods of 16_EntityManager: find,getReference,persist,remove,merge

1.find method First, override the toString method in the entity class @Override public String toString() { return "Customer{" + "id=" + id + ", lastName='" + lastName + '\'' + ", email='" + email + '\'' + ", age=" + age + ", createdTime=" ...

Added by echion on Sun, 06 Oct 2019 19:29:08 +0300

Preliminary Study on OSSIM Sensor Agent Transport Mechanism

The main function of OSSIM Agent is to collect all the data sent by various devices that exist on the network, and then send it to OSSIM Server in a standard way. After collecting the data, Agent should normalize the data before sending it to Server. This paper mainly focuses on how to send the data in an orderly way and how to complete normali ...

Added by winggundamth on Sat, 28 Sep 2019 21:04:55 +0300

Realization of Graphic Bed Tools - Basic Chapter

In the previous chapter, we introduced Use of Graphic Bed Tools (Upload Components) In this chapter, we will analyze the implementation of the Graphic Bed Tool. We will teach you how to write a Graphic Bed Tool (Node Tool). Before teaching begins, we need to prepare: Node Running Environment Node is used to develop the upload tool on the drawi ...

Added by sylesia on Sun, 01 Sep 2019 08:11:59 +0300

Modifying MAC Address of Network Card under linux

Preface The mac address of a network card has been written in the factory, sometimes in the erasable eeprom, but there must be considerable expertise or professional equipment. For some mac addresses that are bound and do not want to change aft ...

Added by Sarahlmorrow on Thu, 29 Aug 2019 12:43:15 +0300

Linux Basic Learning

Catalog Linux Basic Learning User Login terminal Interactive interface bash Slow steps to modify ssh connections command prompt Show prompt format command alias Command Format Get help for commands man bash Shortcut tab ke ...

Added by silverphpd on Fri, 23 Aug 2019 04:40:25 +0300

python Reptilian Gate 10 lets the Reptilian report to you regularly

Timing and Mail At this stage, we hope to add two more practical functions to the general crawler program: The first is the timing function, that is, the program can automatically crawl data according to the time we set; the second is the notificatio ...

Added by jake2891 on Wed, 21 Aug 2019 16:03:11 +0300