GoFrame framework: quickly create static file download Web service

introduce This article describes how to rk-boot Quickly build a static file download Web service. What is the static file download Web UI? Quickly build Web services that can download files through configuration files. Please visit the following address for a complete tutorial: https://rkdocs.netlify.app/cn install go get g ...

Posted by Dagwing on Wed, 19 Jan 2022 18:28:08 +0100

Take you ten days to easily complete 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 authen ...

Posted by lordphate on Wed, 19 Jan 2022 11:29:56 +0100

git file management and indexing

preface This night is destined to be a sleepless night. The dialogue between Xiaobai and cangls has become white hot. Xiaobai tirelessly consulted about git and became more and more interested in indexing. The versions of Xiaobai's previously saved small movie files can be compared to explore which version has better picture quality. Xiaobai: ...

Posted by ac1dsp3ctrum on Tue, 18 Jan 2022 02:48:27 +0100

How to use notedown to complete the format conversion between ipynb and markdown?

Introduction: use Convert IPython Notebooks to markdown (and back) downnote in can easily convert IPYNB to Markdown format. This paper introduces and tests the use of notedown software. However, if you use notedown to convert markdowns from CSDN, you need to filter the number of more than markdowns in CSDN. Keywords: notedown, ipynb, markd ...

Posted by bampot on Sat, 15 Jan 2022 05:08:56 +0100

MASA Framework - EventBus design

summary The publish subscribe mode is used to decouple different architecture levels, and can also be used to isolate the interaction between businesses advantage: loose coupling crosscutting concern Testability event driven <!-- more --> Publish subscribe mode The publisher sends the message to the subscriber through t ...

Posted by shack on Fri, 14 Jan 2022 16:35:03 +0100

Gradle publishes the Java class library to the Maven central repository

Gradle publishes the Java class library to the Maven central repository Less nonsense. Let's start with a few websites: SonatypeGradleGitHub This article starts from scratch and uses Gradle 7 to publish the Java class library to the Maven central repository GitHub Action Automatically push the release when it is released. Register sonat ...

Posted by m0rpheu5 on Fri, 14 Jan 2022 12:56:12 +0100

git and github build and use tutorial under linux

1: Building git and github under linux 1. Registered gihub account: github official website: https://github.com/ You can create it yourself. Log in, create repository, create a new warehouse, and create a test library test. The creation is complete. 2. linux Installation git environment yum -y install git 3. Generate ssh key The SSH key ...

Posted by 2oMst on Thu, 13 Jan 2022 21:18:55 +0100

Mycat as a small knowledge point of proxy server

I preface Mycat exposes services in the form of a Server, and its main configuration class is Server XML, this article mainly focuses on some small details, mainly including: Server. How to load XML Configuration and role in Server Flow of Server in connection request II Server.xml configuration 2 ...

Posted by htcilt on Thu, 13 Jan 2022 07:18:11 +0100

Crawler series: collect through web forms and login windows

In the last issue, we explained Data standardization For relevant content, first sort the frequency of words, and then convert some case to reduce the repeated content of 2-gram sequence. When we really step out of the basic door of network data collection, the first problem we encounter may be: "how can I get the information behind the l ...

Posted by ashmo on Wed, 12 Jan 2022 03:01:18 +0100

Solution: dubbo-admin-ui build failed when using Maven packaging (Failed to execute goal com.github.eirslett:frontend-maven-plugin)

When installing dubbo-admin, the Dubbo monitoring center, using maven to package projects has been reporting errors Prompt dubbo-admin-ui build failed Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.0:npm (npm install) on project dubbo-admin-ui: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteExce ...

Posted by Nathaniel on Tue, 11 Jan 2022 18:06:18 +0100