书籍论坛开发全记录
1.技术栈
前端
HTML,CSS,JavaScript
bootstrap布局
Vue.js数据渲染
echarts统计图
Quill富文本
后端
Springboot框架
Mybatis持久层
MySQL数据库
自定义的权限功能
2.开发过程
进入Intellij Idea,new一个新的project,选择自己需要的配置
运行一下,确保能运行
在主包中新建entity子包,再在entity子包中新建Accouunt类,用于存放个人信息数据实体
生成getter和setter方法
在id的头上加上@Id注解,搭配@GeneratedValue注解使用,每一个Accout数据实体都有一个唯一的ID,这个ID的生成将由数据库负责生成,使用@GeneratedValue注解,并在参数中指定生成策略。GenratedValue注解详解
给接下来的数据实体加上@Column注解或@Transient注解.@Column注解详解@Transient注解详解
同理,在子包中新建管理员信息Admininfo类,此类继承Account类,给类的属性名加上@Column注解,使数 ...
第二章:导数与微分
导数概念
引例
balabala
第一章:函数与极限
第一节:映射与函数
映射
dadabalabalal
函数
balabala
test11
hello
hello
hello
hello
hello
hello
I really like using Markdown.
I think I’ll use it from now on.
This is the first line.
And this is the second line.
I love blod text
I love blod text
Loveisblod
The cat’s meow.
THe cat’s meow
Acatmeow
Important text.
Important text.
Important text.
Important text.
Dorothy followed her through many rooms.
This the first parafraph.
And this is the second paragraph.
This the first paragraph.
And this is the nested paragraph
The quarterly results ...
two
##文章
内容
##主题
内容
参考
www.
one
##第一章
内容
##第二章
内容
##参考文献
www.baidu.com
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1$ hexo new "My New Post"
More info: Writing
Run server
1$ hexo server
More info: Server
Generate static files
1$ hexo generate
More info: Generating
Deploy to remote sites
1$ hexo deploy
More info: Deployment