1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-30 23:34:13 +00:00
Beego/docs/en/Tutorial.md

20 lines
159 B
Markdown
Raw Normal View History

2013-04-30 18:54:11 +00:00
# 一步一步跟我写博客
2013-06-21 08:35:46 +00:00
2013-04-30 18:54:11 +00:00
## 创建项目
2013-06-21 08:35:46 +00:00
2013-04-30 18:54:11 +00:00
## 数据库结构设计
2013-06-21 08:35:46 +00:00
2013-04-30 18:54:11 +00:00
## 控制器设计
2013-06-21 08:35:46 +00:00
2013-04-30 18:54:11 +00:00
## 模板设计
2013-06-21 08:35:46 +00:00
2013-04-30 18:54:11 +00:00
## 用户登陆退出
2013-06-21 08:35:46 +00:00
## 数据库操作