函数展开成幂级数及其应用 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 »
Nodejs基础2 Posted on 2020-06-07 | In node Words count in article: 4.7k | Reading time ≈ 22 Nodejs基础2Nodejs基础1 Nodejs基础2 Nodejs基础3 Nodejs基础4 Asynchronous JavaScriptSynchronous vs Asynchronous Code在现实中我们更多的是使用数据库而非数组。在我们讨论Node链接mongodb之前我们先要了 ... Read more »
Nodejs基础1 Posted on 2020-06-07 | In node Words count in article: 6k | Reading time ≈ 26 Nodejs基础1在 react基础2 react基础3表单与后端 react基础4授权与部署 这三篇博客中,我们讨论了vidly(一个电影展示项目)的客户端,但是我们在博客中仅仅调用了后端的api,对后端如何构建并没有提及。而Nodejs构造的后端是期末大作业中必不可少的一部分,所以这个系列让 ... Read more »
web期末大作业-主博客 Posted on 2020-06-07 Words count in article: 1.8k | Reading time ≈ 6 web期末大作业-主博客写在前面这次的期末大作业我选择第一个 我接触web开发仅仅只有短短半学期时间,能兼顾前后端并把原理说得很明白是很难做到的。作业实现的代码中也有相当一部分在学习相关知识之后还迷迷糊糊未曾深究。加上我的表达能力着实有限,实在无法简洁明了,简单扼要得把整个作业项 ... Read more »