static page builder can build page templates into static pages. I found that blogs built by jekyll can be built on the github cloud, and there is no need to build locally when writing new blogs. And there won t be a pile of useless diff information f...
how hexo embeds a demo code tool like jsfiddle ...
windows Ubuntu subsystem runs Jekyll, runs without errors http: 127.0.0.1:4000 ...
during the development of a Java Web project, if only a few files have been changed. If you want to redeploy to the server, it would be superfluous to pack it in full. but it is troublesome to copy files one by one and replace them one by one. is th...
function a(fn){ console.log(1) fn.call() } function b(fn){ console.log(2) fn.call() } a(()=>{b(()=>{a()})}) is this a callback function? Why can t you call a (b (a () in this way? if there is no function called inside t...
question now the requirement is to package a piece of code, but for multiple projects, it is packaged and put directly locally, and tested with tomcat services. For example, http: localhost:39090 segment fault a main http: localhost:39090 seg...
JD.com s pen question input sample: string A: ababcb string B: xyx the substring aba,bab,bcb of substring An is equivalent to the shape of string B. We are asking to find out how many substrings in An are equivalent to string B. (obviously, the le...
if the network of mobile video, is poor, it will cause intermittent playback. There is no clear wait prompt for this pause in iOS, which is not a good experience. Can you download all the videos before playing them? ...