1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 00:54:13 +00:00
Beego/docs/zh/Tutorial.md

20 lines
159 B
Markdown
Raw Normal View History

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