problem description just entering VIM, I want 4 indented spaces when editing * .php files, but 2 indented spaces when editing * .blade.php files. currently sets the number of spaces according to Filetype, but this setting does not meet my needs. ...
I use NERDTree, in vim and there is a very useful shortcut Ctrl+w+w is used to switch horizontally, but I think it s too troublesome. I want to set another shortcut for this key combination, such as . Ctrl+Alt+Left I don t know how to configure it...
css-loader css modulessasssourceMap=true ...
the entire Internet is made up of countless subnets, and when you enter an address from a browser and go back to access resources on another computer, the first step is DNS parsing to get the ip address of another computer. at this point, the first th...
I put the war file in the clean and install of this project in idea into the webapps directory of the tomcat installation directory, and start tomcat, to look at any web page is The requested resource is not available. Only the home page of tomcat can b...
for example, I need to encapsulate a function that gets the user s ID getUserIds().then((ids) => {console.log(ids)}) promise const getUserIds = () => { return new Promise(resolve){ setTimeout(() => { resolve([1,2,3]) }) } } ...
Why did axios.interceptors execute it twice new Vue({ router, store, created() { Vue.prototype.$http = axios; this.$http.interceptors.response.use(response => { console.log( ----- ) return respons...