上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 90 下一页
摘要: 因为input宽度不够 阅读全文
posted @ 2021-08-09 16:35 Running00 阅读(533) 评论(0) 推荐(1)
摘要: 1、 webpack: optimization: { minimize: false, // 可以先测试为false,不压缩,打包之后看源码,是否有优化空间,正式生产环境需要压缩的设置为true1 usedExports: true, // 先设置为true,未使用的代码不应该打包,只有使用到的才 阅读全文
posted @ 2021-07-29 20:57 Running00 阅读(37) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u012961419/article/details/107093974/ https://segmentfault.com/a/1190000022194321 https://www.jianshu.com/p/bdf1f026af09 https:/ 阅读全文
posted @ 2021-07-29 14:41 Running00 阅读(19) 评论(0) 推荐(0)
摘要: "sideEffects": false // 在package.json 中配置 https://blog.csdn.net/gosenkle/article/details/90598950 阅读全文
posted @ 2021-07-29 14:00 Running00 阅读(101) 评论(0) 推荐(0)
摘要: 1、x-forwarded-for 针对这个,去了解了下,总结下其他人的经验: 当你使用了代理时,web服务器就不知道你的真实IP了,为了避免这个情况,代理服务器通常会增加一个叫做x_forwarded_for的头信息,把连接它的客户端IP(即你的上网机器IP)加到这个头信息里,这样就能保证网站的w 阅读全文
posted @ 2021-07-27 15:23 Running00 阅读(3752) 评论(0) 推荐(0)
摘要: 1、在浏览器中输入url会经历域名解析、建立TCP连接、发送http请求、资源解析等步骤。 压缩html 压缩css 压缩js 阅读全文
posted @ 2021-07-22 17:23 Running00 阅读(35) 评论(0) 推荐(0)
摘要: - 阅读全文
posted @ 2021-07-20 17:50 Running00 阅读(32) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/946f475a9075 阅读全文
posted @ 2021-07-20 10:49 Running00 阅读(10) 评论(0) 推荐(0)
摘要: css disk cache 磁盘缓存 js memory cache 内存缓存 浏览器对于缓存什么策略或者机制? 阅读全文
posted @ 2021-07-19 14:44 Running00 阅读(27) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/TTFB/5588034 阅读全文
posted @ 2021-07-19 11:13 Running00 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 90 下一页