-
GO/ Golang of itself, can handle backend effectively.
And when people these days want to build websites, they don't want to build something that is just simple-- else they will use something like *…
-
命令: bee generate appcode -tables=group -driver=mysql -conn="root:Root.19399@tcp(127.0.0.1:60033)/orm_test?charset=utf8"
报错:
Cannot generate application code outside of GOPATH 'C:\Users\19399\go' com…
-
hi man,
beego-reg is basicly, power full, awesome, of web application with golang, I think it will more prefectly if it include rbac modules.
can you give me please, simple example using RBAC lik…
-
**Expected behavior and actual behavior:**
The PR https://github.com/goharbor/harbor/pull/19578 increased Beego Max memory to 128 GiB allowing, so uploads up to 128 GiB will be stored in memory.
…
-
I’ve implemented custom session management in my Beego application. However, I'm encountering an issue where the `Set-Cookie` header in the sign-in API response doesn’t seem to persist for subsequent …
-
When updating records in the ORM, fields with the AutoNowAdd tag are not properly excluded from the setNames and setValues slices. The current implementation only removes the last matching field, whic…
-
在router中添加了一个root context path:
ns := beego.NewNamespace( "/" + demo_project ,
beego.NSNamespace("/user",
beego.NSInclude(
&controllers.UserController{},
),
),
)
使用bee run -…
-
The signout() API can be called from application's frontend to Casdoor backend, so Casdoor will delete the Beego session (and invalidate the cookie of the browser). This API will help the application …
-
**Expected behavior and actual behavior:**
When I define an immutability rule excluding several repos containing the charactere "/", the rule should work (this is the only rule enabled) :
![image](…
-
使用 bee run 运行好,每次修改代码自动重新编译就提示进程被占用,必须手动杀死
Failed to build the application: go build beego-demo: copying C:\Users\Admin\AppData\Local\Temp\go-build550707460\b001\exe\a.out.exe: open beego-demo.exe: T…