Push system of message (e-mail, SMS, websocket, app) based on nest and redis
system function
summary
In order to avoid redundant code, the function of message push is taken as an independent platform. Each subsystem generates tasks through common RESTful interface or message (kafka).Push function can be email, SMS, WebSocket or App. Tasks can be executed immediately or regularly. In order to meet the function of multip ...
Posted by rarebit on Sun, 21 Jun 2020 01:35:41 -0700
Implement the training and testing of RetinaNet from zero
Article catalog
Training for RetinaNet
Testing RetinaNet on COCO datasets
Testing RetinaNet on VOC datasets
Complete training and test code
Assessment of model recurrence
All codes have been uploaded to my github repository: https://github.com/zgcr/pytorch-ImageNet-CIFAR-COCO-VOC-training
If you t ...
Posted by acheoacheo on Sat, 20 Jun 2020 23:50:10 -0700
brew for Mac installation (an effective way to test after stepping on numerous pits in 2020)
A new computer
It took only one year for MacBook air to retire due to insufficient memory and hard disk. It updated the customized version of MacBook pro, and I would feel uneasy when I was happy because I had to reinstall the software to prepare for it. Sure enough, when installing brew, there was no ...
Posted by PDP11 on Sat, 20 Jun 2020 01:55:25 -0700
The magic soldier chapter of the cult diary: 1
The magic soldier chapter of the cult diary: 1
Article catalog
The magic soldier chapter of the cult diary: 1
ArchLinux-cn
Artifact YAY
Desktop Environment
xinitrc
Break in a piece of news
VIM configuration
ZSH | oh-my-zsh
Continue xinitrc
i3
Random code problem one
Random code problem two
So ...
Posted by arisjb on Sat, 20 Jun 2020 00:28:24 -0700
[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