[Golang] how to use the GRPC interface test tool? Swagger
This article does not involve principle, pure operation
Operating system: Ubuntu 18.04 + AMD64. I packed the executable program of my own platform. For other platforms, please use the source code compilation tools.
Before you start, install the protoc related tools and environment, specifically Bai ...
Posted by mustng66 on Fri, 19 Jun 2020 20:29:29 -0700
. NET Core play Ocelot API gateway
These years have been really tough at home. Www.68mn. Many choose to change careers. But after. net Core is open-source across platforms. Community ecology is slowly building up. Go for the good. It's good news for developers who stick to the. NET front.
In particular, Microsoft acquired $7.5 billion of GitHub. . net ecological communit ...
Posted by chokies12 on Fri, 19 Jun 2020 05:42:44 -0700
Python code to realize airplane battle
Article catalog
Classic aircraft battle
1, Game settings
2, Our plane
3, Enemy aircraft
4, To fire a bullet
5, Issue supply package
6, Main module
Classic aircraft battle
The source code and material materials (pictures and audio) can be downloaded from the following github:
Source code of ai ...
Posted by scottb1 on Thu, 18 Jun 2020 21:57:55 -0700
Fast start fapy
Fast start fapy
Understanding of fapy package
install
features
Examples of use
Usage of command line tools (ytdl)
ytdl example:
Understanding of fapy package
Today, when I was paddling the water, I picked YouTube. After a fierce operation, I couldn't find the url I wanted. So I googled it and ...
Posted by frikus on Thu, 18 Jun 2020 21:15:56 -0700
Write a calculator program using fyne
brief introduction
In the previous article, we introduced fyne, a high-skin GUI library for Go.This article goes on to show how to write a simple calculator program using fyne.The program works as follows:
Control Layout
We useWidget.EntryTo display the input numbers, operators, and operation results.Create one firstWidget.EntryObject, set to ...
Posted by hrichman on Thu, 18 Jun 2020 18:32:58 -0700
For a while, a dynamic thread pool was created, and the source code was put on Github, which suddenly caught fire
From: ape world, address:
https://juejin.im/post/5ee9a2e7e51d457423261adb
Explain the background
Thread pool is still used in daily work. When asynchronous and batch processing tasks are needed, we will define a thread pool to handle them.
There are some problems in the process of using thread p ...
Posted by knetcozd on Wed, 17 Jun 2020 20:45:16 -0700
This article teaches you to publish your personal development jar package to maven central repository
Author: little brother FuBlog: https://bugstack.cn -Original series special cases
Precipitation, sharing, growth, so that they and others can have a harvest! 😄
Introduction to foreword
(December, 19) recently, I want to make an open source sharing project based on Spring Boot, and develop a distributed task DcsSchedule middleware to enhance Sc ...
Posted by AdamSnow on Wed, 17 Jun 2020 20:05:34 -0700
Write VIO from scratch
Here is a summary of the second job from zero-handwriting VIO:
Homework title:
1 Emulation Code Parsing
Emulation code address:https://github.com/HeYijia/vio_data_simulation
In addition to the generic version of the simulation code, the github repository also provides the ROS version of the simulation ...
Posted by twistedmando on Wed, 17 Jun 2020 09:34:00 -0700
Construction of appium automatic test environment
1. Installation Node.js
Reason: Appium is implemented with nodejs, so node is interpreter
Download address: https://nodejs.org/en/download/releases/
Be careful Node.js Compatible with the version of Appium, you can check: https://github.com/appium/appium/releases
After installation, open cmd to check ...
Posted by tomash on Wed, 17 Jun 2020 00:53:05 -0700
Enterprise level automation code release -- Git foundation and introduction
About Git
Git is a distributed version control system
git vs SVN
project
GIT
SVN
operation
Complex concept, many orders, not easy to use
Easy to operate
Branch price
Cheap branch
Expensive branches
Code management
Distributed management
Centralized management
preservation
Save the full f ...
Posted by trixiesirisheyes on Tue, 16 Jun 2020 19:42:56 -0700