mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 03:17:25 +08:00
添加说明
This commit is contained in:
@@ -53,6 +53,10 @@ db_password=123456
|
||||
执行如下命令启动程序:
|
||||
|
||||
```bash
|
||||
#修改可执行权限
|
||||
chmod +x godoc_linux_amd64
|
||||
|
||||
#启动程序
|
||||
./godoc_linux_amd64
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ func (c *SearchController) Index() {
|
||||
c.Redirect(beego.URLFor("AccountController.Login"),302)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
keyword := c.GetString("keyword")
|
||||
pageIndex,_ := c.GetInt("page",1)
|
||||
|
||||
|
Reference in New Issue
Block a user