Tag:Problem summary
-
Terminal process startup failed: the path of shell executable “C: \ installspace \ git \ bin \ bash. Exe”
** Terminal process startup failed: the path of shell executable “C: \ installspace \ git \ bin \ bash. Exe” 1、 Settings – command panel 2、 Search – open settings (JSON) 3、 Configure settings json 4、 Replace the code inside with { “workbench.iconTheme”: “vscode-icons”, // “editor.fontFamily”: “Iosevka Term, Microsoft YaHei, Consolas, ‘Courier New’, monospace”, // […]
-
Yum cannot install lrzsz under Linux, error: failed to download metadata for repo ‘appstream’: cannot prepare internal
Prepare to install RZ SZ on the Linux virtual machine. After executing the yum command, the prompt is as follows: [[email protected] ~]# yum install lrzsz CentOS Linux 8 – AppStream 53 B/s | 38 B 00:00 Error: Failed to download metadata for repo ‘appstream’: Cannot prepare internal mirrorlist: No URLs in mirrorlist Baidu inquired, some […]
-
[MAC environment] the MAC uses Python 3 7 environment
First of all, whether you install Python 3.0 or not 7. The default MAC is still python2 7, we can use the Python – V command to confirm before and after installation, as follows: monkey-yideMacBook-Pro:~ monkey-yi$ python -V Python 2.7.10 How to make the MAC use the installed Python 3 What about version 7 […]
-
Ajax problem summary is relatively complete
Basic============================================1. The most classic is the cache problem under ie. If get is used, there is a cache problem under ie. Causes the code to execute only once. The solution is to add a timestamp or random number to make the URL unique, so that there will be no ieThere is a cache problem under, […]