Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beego
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
beego
Commits
a39139c6
Commit
a39139c6
authored
Jul 26, 2013
by
lqixv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Quickstart.md
纠偏:从上面的例子中,并不能知道 DelSession(name string) 方法。
parent
42370b5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Quickstart.md
docs/zh/Quickstart.md
+2
-2
No files found.
docs/zh/Quickstart.md
View file @
a39139c6
...
...
@@ -626,7 +626,7 @@ response可能会有几种情况:
1.
模板输出
模板输出
上面模板介绍里面已经介绍,beego会在执行完相应的Controller里面的对应的Method之后输出到模板。
上面模板介绍里面已经介绍,beego会在执行完相应的Controller里面的对应的Method之后输出到模板。
2.
跳转
...
...
@@ -665,7 +665,7 @@ beego中使用session相当方便,只要在main入口函数中设置如下:
this.TplNames = "index.tpl"
}
上面的例子中我们知道
session有几个方便的方法:
session有几个方便的方法:
-
SetSession(name string, value interface{})
-
GetSession(name string) interface{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment