清流
清流
when you install php7.4.x, ./configure -enable-gd --with-jpeg ..and so on.. function imagejpeg need '--with-jpeg'
I have the same problem. But I solved it. just follow step. ## 0 env centos 8.2 ## 1 setting [github -> Webhooks / Manage webhook - settings] Payload URL->https://hook.domain.com/hooks/{id-in-config.json}...
试试这个docker-compose版的呢, https://github.com/ruoge3s/release 我用的这个,没有任何问题,能够满足日常的发版工作
version: 2.0-rc3 bad: (use swag fmt, cant work) ```go // @securityDefinitions.apikey WithToken // @in header // @name Authorization // @description 请设置API的token, 注意是 “Bearer ”开头 ``` ```json { "securitySchemes": { "":...
是不是用的mongo集群啊,试试mongo分片,别用集群~
> @chengjun2018 这个bug造成的原因是什么,你知道吗 试试spug这个项目吧。现在的walle不行了..
我是这么搞的 ```go func datasource(t, ds string) *gen.Generator { g := gen.NewGenerator(gen.Config{ OutPath: fmt.Sprintf("./db/%s", t), FieldNullable: true, ModelPkgPath: t, }) db, err := gorm.Open(mysql.Open(ds), &gorm.Config{ NamingStrategy: schema.NamingStrategy{ SingularTable: true, }, Logger:...