一路繁花似锦绣前程
失败的越多,成功才越有价值

导航

 

2024年6月4日

摘要: 目录一、浏览器缓存机制1、LastModified2、ETag3、expires 一、浏览器缓存机制 1、LastModified const http = require('http') const url = require('url') const path = require('path') 阅读全文
posted @ 2024-06-04 17:32 一路繁花似锦绣前程 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: 目录一、静态资源服务器命令行工具 一、静态资源服务器命令行工具 #!/usr/bin/env node // npm i yargs const yargs = require('yargs') const Server = require('../src/app') const argv = ya 阅读全文
posted @ 2024-06-04 10:49 一路繁花似锦绣前程 阅读(6) 评论(0) 推荐(0) 编辑