英文: Does Go or Beego supports dynamic url routing like id=? 问题 func main() { beego.Router("/&qu...
Golang复制Rails Devise gem的密码加密
英文: Golang duplicate rails Devise gem password encryption 问题 我必须在一个使用Beego框架和Golang的新应用中对用户进行身份验证,问题...
无法使用Golang更新MySQL中的时间戳列。
英文: Cannot update the timestamp column in mysql using golang 问题 我在我的应用程序中使用golang。我使用beego框架来创建它。我使用...
Dynamic struct with result object in Go Language
英文: Dynamic struct with result object in Go Language 问题 我想创建一个具有动态数据结构的结果对象 JSON,例如在 func1 中,结果如下所示:...
在使用Golang的PostgreSQL中,需要将日期增加1年。
英文: Need the add the date by 1 year in postgreSQL using golang 问题 我正在使用golang和PostgreSQL 9.5.5版本开发我的...
无法使用Golang在Postgres中更新带有时区的时间戳。
英文: Cannot update the timestamp with timezone in postgres using golang 问题 我正在使用golang和PostgreSQL 9.5...
How to use gorm with Beego
英文: How to use gorm with Beego 问题 Beego ORM目前还不完整(例如,它不支持外键约束)。所以我决定在Beego中使用gorm。这样做的正确方式是什么?我看到了go...
无法解析来自beego的发布表单数据。
英文: Cannot parse posted form data from beego 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是Go语言的新手,正在使用beego框架。 我试图从以下表...
beego(Go应用程序框架)如果配置文件发生更改,将如何重新加载应用程序?
英文: How beego(Go App Framework) will reload the application if there is any change in the conf file?...
如何为beego应用编写测试用例?
英文: How to write test cases for beego app? 问题 如何为Beego应用编写测试用例?根据我在Beego网站上的了解,他们有模型测试用例,但控制器呢? 有没有可...
10