03 2019 档案
摘要:Now that you know how to manage the service itself, you should take a few minutes to familiarize yourself with a few important directories and files.
阅读全文
摘要://声明 t = 1 var t = 10; function openwin() { t -= 1; if(t==0){ location.href='index2.html'; } setTimeout("openwin()", 300); } openwin();
阅读全文
摘要:没有经常用,所以经常搞错, 创建express项目,需要新建一个文件夹名,这个文件名就是用来承载express的内容的, 好了。打开终端,cd至创建的文件夹之下。 也可以直接这样,如以下,admin为文件夹名 然后在终端执行: express -e admin express -e admin wa
阅读全文