摘要: 小结: 1、 浏览器访问资源是通过 URL 地址,如果内嵌 H5 的地址不发生变化,那么 web-view 访问资源会从缓存里取,而缓存里并没有最新的数据,这就导致了服务端的最新资源根本无法到达浏览器,这也解释了为什么修改 Nginx 的 Cache-Control 配置也无法生效的原因。 所以,要 阅读全文
posted @ 2023-04-20 18:22 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2023-04-20 17:38 papering 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 手把手教你如何进行 Golang 单元测试 - 知乎 https://zhuanlan.zhihu.com/p/377834750 翻译 搜索 复制 阅读全文
posted @ 2023-04-20 13:49 papering 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 优化 阅读全文
posted @ 2023-04-20 01:31 papering 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://dave.cheney.net/2020/04/25/inlining-optimisations-in-go https://dave.cheney.net/2020/04/25/inlining-optimisations-in-go Go语言 inline 内联的策略与限制 - 阅读全文
posted @ 2023-04-20 01:31 papering 阅读(187) 评论(0) 推荐(0) 编辑