Django xadmin rich text ueditor edit configuration and solve the problem of not displaying pictures
Download DjangoUeditor first: https://github.com/twz915/DjangoUeditor3
Install DjangoUeditor
This is to go to the official website to download and install, but it is not compatible with python3
pip install DjangoUeditor
Here you choose to download the source code for installation, consider compatibility, enter the c ...
Posted on Thu, 07 Nov 2019 16:10:04 -0500 by deRusett
Using docker to increase nginx
Use docker to add nginx autoindex beautification
Don't talk more, start with the effect map, and decide if you want to achieve it or not
##Install the compiler docker environmentHere we use nginx version 1.16.0 to compile and install. If you need to change to another version of nginx, Dockerfile is as follows
FROM alpine:latest AS alpine-base
...
Posted on Thu, 07 Nov 2019 16:05:48 -0500 by finkrattaz
Zabbix autodiscover (LLD)
Zabbix autodiscover (LLD)
LLD : Low-level discovery
Official documents: https://www.zabbix.com/documentation/4.0/manual/discovery/low_level_discovery
Role: rule s can be specified to achieve automatic configuration generation of uncertain number of monitoring items
For custom LLD rules, please refer to the Creating ...
Posted on Wed, 06 Nov 2019 10:50:03 -0500 by torsoboy
Microsoft's distributed application framework Dapr Helloworld
Dapr HelloWorld
<a name="XMoC2"></a>
Dapr
Distributed Application Runtime. An event-driven, portable runtime for building microservices on cloud and edge.
Distributed application runtime, event driven, and portable runtime for cloud and edge microservices.
I don't know much now.
<a name="MCBci"></a>
dapr/dapr
GitHub
D ...
Posted on Wed, 06 Nov 2019 06:50:22 -0500 by reneeshtk
Common algorithms of linked list
The link list node is declared as follows:
struct LinkList {
int value;
LinkList *next;
};
The following is the operation of single chain table without leading node.
1. Establish single chain table according to input
Insert the input node into the head of the list.
//Building a single linked list based on input: linked list head in ...
Posted on Tue, 05 Nov 2019 22:52:41 -0500 by raku
Logical analysis of Hystrix failure handling
In the last article Workflow analysis of Hystrix In, we introduced the workflow of Hystrix as a whole, knowing that Hystrix will degrade in the following four situations:
Fuse open
Thread pool / semaphore full
Call timeout
Call failed
This article introduces the handling details of Hystrix in the event of degradation. The following method exc ...
Posted on Tue, 05 Nov 2019 20:50:37 -0500 by feelay
Mycat distributed database architecture solution -- detailed explanation of Server.xml
Echo editor, welcome to reprint, reprint please state the source of the article. Welcome to add echo wechat (wechat: t2421499075) for communication and learning Never lose in a hundred battles, never claim to win, never lose in a hundred defeats, and strive to move forward. ——This is really powerful!!!
This file is a system config ...
Posted on Tue, 05 Nov 2019 14:10:34 -0500 by Pro Ninja
Talk about retryTimesWhenSendFailed of rocketmq
order
This paper mainly studies retrytimes when sendfailed of rocketmq
sendDefaultImpl
rocketmq-client-4.5.2-sources.jar!/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java
public class DefaultMQProducerImpl implements MQProducerInner {
private final InternalLogger log = ClientLogger.getLog();
private final Random rando ...
Posted on Tue, 05 Nov 2019 09:40:26 -0500 by jaymc
Use code to synchronize an issue in github warehouse to CSDN blog
I am a lazy programmer. I wrote a lot of sharing articles in the github warehouse in the form of issue, and I want to synchronize them to CSDN. But I don't want to copy and paste every article by hand, so I want to automate it with code.
Example:
https://github.com/i042416/KnowlegeRepository/issues/2215
This is my issue:
I use the following no ...
Posted on Mon, 04 Nov 2019 15:26:22 -0500 by qingping
Performance comparison of popular open source gateways: Goku, Kong & Tyk
Not to mention, the performance test results are given directly:
We compare the same hot products in the market and test the following products with the same environment and conditions: Goku, Kong, Tyk.
Note: the object of this pressure test is a single gateway node, and plug-in function is not enabled.
Test details
I. hardware environment
1. ...
Posted on Mon, 04 Nov 2019 14:13:11 -0500 by CWebguy