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. 阅读全文
posted @ 2019-03-18 21:48 Jamy 阅读(531) 评论(0) 推荐(0) 编辑
摘要://声明 t = 1 var t = 10; function openwin() { t -= 1; if(t==0){ location.href='index2.html'; } setTimeout("openwin()", 300); } openwin(); 阅读全文
posted @ 2019-03-13 14:04 Jamy 阅读(2894) 评论(0) 推荐(0) 编辑
摘要:没有经常用,所以经常搞错, 创建express项目,需要新建一个文件夹名,这个文件名就是用来承载express的内容的, 好了。打开终端,cd至创建的文件夹之下。 也可以直接这样,如以下,admin为文件夹名 然后在终端执行: express -e admin express -e admin wa 阅读全文
posted @ 2019-03-07 23:35 Jamy 阅读(3944) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示