Untitled
Code review: how to improve the force grid
-
PR: Pull Request. Pull requests, which have submitted code to open source projects, should all know -
CR: Code Review. Code review -
LGTM: Looks good to me. Yes, we can merge -
TL;DR: Too long;Didn't read. The old woman's foot wrap. -
TBR: To be reviewed. Give the labor review code! -
WIP: Work in progress. Writing at the beginning of the title as an identification function is not completed -
RFC: Request for comments. We usually hear that some policies want to be carried out. If the government wants to carry out these policies, the government will issue a draft for comments. The general meaning of open source projects is to ask for comments, which are used as task memoranda -
ACK: Acknowledge. Confirm some contents, functions and tasks
Do ordinary people have programming needs
Nginx pan domain name resolution corresponding directory
server {
listen 80;
server_ name ~^(?<subdomain>.+).example.com$;
set $root /wwwroot/$subdomain;
if ( -d /wwwroot/$subdomain/public) {
set $root /wwwroot/$subdomain/public;
}
root $root;
}
wsl spawn cmd.exe ENOENT
-
take /mnt/c/Windows/System32 Add back the WSL environment variables so that you can pull up the default browser react-scripts/scripts/start.js Note it out openBrowser(url.localUrlForBrowser);
Go to get system version number
Untitled
docker rm: can't remove XXX: No such file or directory