jiuker
jiuker
``` package main import ( "fmt" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gctx" ) func main() { type Student struct { Name string `v:"required#Student Name is required"` Age int } type Teacher struct { Name...
Now may be put an extra service.yaml to apply.
Would you like to integrate `phpAdmin` into the operator? I can contribute.
Version:latest I set ``` mysqlConf: skip_ssl: 1 plugin-load-add: "semisync_master.so;semisync_slave.so" rpl_semi_sync_master_enabled: 1 rpl_semi_sync_master_timeout: 1000 # 1秒 rpl_semi_sync_slave_enabled: 1 ``` This version: The resulting configMap has 'plugin-load-add = `semisync_ master.so; semisync_ slave....
## Description As you can see from the comments, this function will cut the correct 80 or 443 address. The available tests do show this as well. But we can...
Our program only needs to execute commands, and we don't care about the result failure. If it fails, it's just an alarm and doesn't do other operations. When I try...
I need Send PSYNC ? -1 cmd to redis But I get A error: redigo: bad bulk string format (possible server error or unsupported concurrent read by application) I read...
Channel
undeclared identifier: 'Channel'
1.没有获取index的方法 2.replace方法入参没有old,new参数 3.没有按index插入的方法
When restarting the operator a completed backup will keep looking for the cluster, but its task is done and the lookup does not make sense. If there are too many...