wrote a semicolon in Chinese.
document.write ("the weather is very good today"); the last semicolon of this code is in Chinese mode, just change it to English mode.
Previous: VMware prompts this host to support Intel VT-x, every time, but Intel VT-x is disabled.
Next: Null problem of HTML img
after initializing the project with vue-cli, due to previous negligence, git was used to manage the project. After branch switching, the node_module file was lost. This reason has been found. The problem now is that I rely on the following error from th...
$ git log --author="$(git config --get user.name)" --pretty=tformat: --numstat | gawk { add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "added lines: %s removed lines : %s total lines: %s n",add,subs,loc } - git has this ...
how can I not show the specific location of the error in ESLint? for this reason, this paragraph will be added to my prompt in Sublime. even if there is this, and there is no new line, it looks very strange. or is there anything configured to wrap th...