前言 目前前端渲染模式,大致分为 3 种: 客户端渲染 CSR (Croswer Side Render)服务端渲染 SSR (Server Side Render)静态网站生成 SSG (Static Site Generation)当您创建项目时,是否记得下图这样一个选择题: Nuxt.js 会让您选择一种渲染模式,我们接下来好好分析一下。
一…
文章目录 简介重要关系:SSTSSESSR证明结论参考资料 简介
在线性回归计算(Linear Regression) 中,有三个非常重要的概念:
总离差平方和(Sum of Squares Total) S S T ∑ i 1 n ( y i − y ˉ ) 2 SST\sum_{i1}^n (…
hexo博客kaze主题配置详细解析
kaze主题官方文档:https://demo.theme-kaze.top/document/ 本解析建议结合主题官方文档进行配置。#------------------------
# Header config
title: skillfans
author: Yuanlin
logo_img: /img/author.png # put the logo on the ${blog_pat…