JavaScript数据可视化之D3 Posted on 2020-06-12 Words count in article: 8.3k | Reading time ≈ 39 JavaScript数据可视化之D3教程: https://www.youtube.com/watch?v=_8V5o2UHG0E&list=WL&index=6&t=202s 网站:https://vizhub.com/ 教程2:https://www.bilibili. ... Read more »
一般周期的函数的傅里叶级数 Posted on 2020-06-10 Words count in article: 41 | Reading time ≈ 1 一般周期的函数的傅里叶级数周期为2l的傅里叶级数 定理 例题 方法 傅里叶级数的复数形式小结 Read more »
傅里叶级数 Posted on 2020-06-10 Words count in article: 117 | Reading time ≈ 1 傅里叶级数三角级数和三角函数系得正交性 定理1 函数展开成傅里叶级数定理2 定理3(收敛展开定理) 例题1 2 3 方法 正弦函数和余弦函数周期为2$\pi$ 的奇偶函数的傅里叶级数定理4 例题 定义在[0,pi]上的函数的傅里叶级数 例题 小结 解题步骤和技 ... Read more »
函数展开成幂级数及其应用 Posted on 2020-06-10 Words count in article: 302 | Reading time ≈ 1 函数展开成幂级数及其应用 泰勒级数 定理1 定理2 函数展开成幂级数直接展开法由泰勒级数理论可知,函数f(x) 展开成幂级数的步骤如下: 求函数及其各阶导数在x=0 处的值; 写出麦克劳林级数,并求出其收敛半径为R 判别在 收敛区间(-R,R) 内 $\lim\limits_{n->\i ... Read more »
浅谈redux2 Posted on 2020-06-10 Words count in article: 97 | Reading time ≈ 1 浅谈redux2Debugging Redux ApplicationsInstalling Redux DevToolsThe BasicsInspector MonitorTracingExporting and ImportingWriting Clean Redux CodeStructur ... Read more »
Express框架在后端的应用 Posted on 2020-06-08 Words count in article: 4.6k | Reading time ≈ 20 Express框架在后端的应用在写后端的时候,时常要用到我的学习博客 考虑到基础博客的篇幅普遍过长,所以为了阅读的体验,本文所有链接点击即可跳转至相应章节 Nodejs基础1 Nodejs基础2 Nodejs基础3 Nodejs基础4 根目录server.jsserver.js是最重要的一个文件了 ... Read more »
浅谈redux1 Posted on 2020-06-08 Words count in article: 3.2k | Reading time ≈ 12 浅谈redux1学习自阮一峰的博客 阮一峰的技术博客1 阮一峰的技术博客2 阮一峰的技术博客3 和b站Mosh教程 Getting StartedWhat is ReduxRedu是JavaScript应用程序的状态管理库.我们可以在React,Angular,Vue甚至原生JS中都能用 为什么 ... Read more »
React框架在作业当中的应用 Posted on 2020-06-07 | In react Words count in article: 11.6k | Reading time ≈ 55 React框架在作业当中的应用本篇博客随时会引用这四篇博客中实现的功能与技术。 鉴于基础博客的篇幅都比较长,为了有良好的阅读体验,本文所有的链接点击即可跳转至相应章节。 react基础1组件与组合组件 react基础2分页排序搜索+路由 react基础3表单与后端 react基础4授权与部署 根目 ... Read more »
Nodejs基础4 Posted on 2020-06-07 | In node Words count in article: 882 | Reading time ≈ 4 Authentication and AuthorizationIntroductionCreating the User ModelRegistering UsersUsing LodashHashing PasswordsAuthenticating UsersTesting the Authe ... Read more »
Nodejs基础3 Posted on 2020-06-07 | In node Words count in article: 2.3k | Reading time ≈ 11 Mongo - Data ValidationValidation12345678const courseSchema = new mongoose.Schema({ name: String, author: String, tags: [ String ], date: Da ... Read more »