- 博客(5)
- 收藏
- 关注
转载 express.static的用法
express.static 作用及用法_黎先生的博客-优快云博客_express.staticexpress相信是很多人用nodejs搭建服务器的首选框架,相关教程有很多,也教会了大家来如何使用。如果你想更深的了解他的细节,不妨和我一起来研究一下。先来看一个每个人都用到的方法app.use(express.static(__dirname+'/public'));你肯定在你的app文件中这么用过它: app.use(express.static(__dirname + 'https://blog.csd
2022-03-11 22:13:01
587
原创 projects for resume
1. Web application using api 2. Bronchure site 3. E-commerce site 4. Personal Portfolio 5. Simple game My first big project was a text-adventure website. I startet off with the basic html/css layout, then got into form validation for the commands, add
2022-02-21 02:46:18
152
原创 遍历,toArray()
任何数据结构,能够遍历,就能放到一个数组里,即toArray()。 放在数组里,有利于操作,可以同时读取前面或后面的数据,而在其他数据结构里,则不是那么容易的,例如树
2022-02-17 03:05:49
298
原创 The code survival guide
Habits you should embrace 1.Stubbing Stubbing is the process by which you first identify the functions, methods, classes, structures and files you will need to help solve the problem. You then code the framework of those pieces to fill in later with detail
2022-02-07 04:21:43
124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人