Markdown Syntax Reference Documentation This section of the Reference Documentation introduces the concepts you need to know when writing using Markdown syntax. Some syntax restrictions have been changed in Markdown Extra, don't forget to check out the Markdown Extra section below. Overview Philosophy Markdown is designed to be as easy to read and write as possible. However, readability is emphasized above all other aspects. A Markdown-formatted document should be publishable as plain text, without being marked up with tags or formatting instructions. Although Markdown's syntax is influenced by several existing text-to-HTML

Read more

The Synology model used here is DS418Play. According to actual measurements, the network speed in PPPoE NET4 mode can only reach 100Mbps ~ 300Mbps, so I would like to explain here that soft routing also requires performance! Don’t become a clown like the author. Network equipment structure diagram The following are network equipment structure diagrams before and after using soft routing. graph TD LT{{China Unicom 1Gbps}} — 1Gbps — C[Router] DX{{Telecom 300Mbps}} — 1Gbps — A[Router] YD{{Mobile 4G}} — 4G — B[Router

Read more

Ho ho ho, just take a note and support Xiaohong. If you don’t learn TTS in two months, you will not be able to learn it. The deep learning neural network algorithm is composed of forward propagation and backward propagation #1. First, the prediction result and loss are calculated through forward propagation and then through reverse propagation. Directional propagation calculates the partial derivatives of the loss function with respect to each function (w, b) and performs gradient descent on these parameters. Then a new round of forward propagation calculation is used, and repeated training makes the prediction more and more accurate. The feature vector activation function sigmoid(z) function is used to map data between 0 and 1. If the activation function is not used, the AI's intelligence will not improve. If there is no activation function applied to the trained function, the neural network can only calculate linear functions, so it cannot solve complex problems sigm

Read more

Enter the terminal docker exec -it [container ID] [interpreter] Under normal circumstances, the interpreter is bash. If an error occurs, try sh, /bin/bash, /bin/sh or /bin/csh. Copy the file docker cp [container ID]:[path] [container ID]:[path] If the container ID is not written, it means the target is the host. View the image docker images Make the image docker commit -p [container ID] [snapshot name] Save the image docker save -o [path] [snapshot name]

Read more

In order to prevent ICP information from being hard-coded, when I tried to modify the theme PHP code, I found that the theme comes with a bottom social menu, but the social menu will replace the menu items with images. This operation is completely done through CSS code, so you only need to customize it. Add the following CSS code to CSS to overwrite it. This code restores text display by resetting the social area's li a label settings. .social-menu li a { all: revert; all: unset; } .social-menu { display: -webkit-box; display: -ms-flexbox;

Read more