admin icon indicating copy to clipboard operation
admin copied to clipboard

基于beego的后台管理系统

Results 41 admin issues
Sort by recently updated
recently updated
newest added

{{template "../public/header.tpl"}} {{template "../public/top.tpl"}} {{template "../public/help.tpl"}}

新旧两个密码不匹配时,在返回response后应该return吧,因为Rsp中会关闭连接,后面也没有执行的必要了。还是作者有其他的考虑?

我是用redis存放session的 登录后 我重启应用 就会报这样的错误 2015/06/02 19:28:50 [router.go:650] [E] gob: name not registered for interface: "map[string]bool" 要删除浏览器之前登录的cookie,才可以正常访问。

请问有无计划什么时候能加上,非常需要这个功能!

I used the admin. But, there are only Chinese template. I'd like to localize to English and Japanese. Can I use i18n?

G:\go\code\src\admin>go build github.com/mattn/go-sqlite3 exec: "gcc": executable file not found in %PATH% go build 的时候报错

admin/src/rbac/go:52undefined:beego.AddFilter

![qq20140218164803](https://f.cloud.github.com/assets/2239876/2193219/6b677ef8-9879-11e3-8fd8-de8f32eb63ff.jpg) 另链接pg数据库不能自动建表

``` go //数据库连接 dbtype := beego.AppConfig.String("dbtype") dbname := beego.AppConfig.String("dbname") dbhost := beego.AppConfig.String("dbhost") dbuser := beego.AppConfig.String("dbuser") dbpass := beego.AppConfig.String("dbpass") dbsslmode := beego.AppConfig.String("dbsslmode") dbprot := beego.AppConfig.String("dbprot") var dataSource string switch dbtype {...