sunerpy

Results 8 comments of sunerpy

离线安装 centos7.6 2master 2node 同样出现这个问题 不过是node节点kubelet有问题 虽然服务是active 不过无法使用kubectl get nodes获取节点信息

same issue When I pressed "turn on settings sync" ,there is nothing happened... I run code-server with docker, any ideas to help me login?

> > 你好 友情链接页面没有评论 > > 在Halo后台-页面-新建页面-发布-高级-选择 links 自定义模板,这样友情链接页面就有评论了。 可以参考我的案例:https://www.manction.com/s/links 你好,请教下这种发布的页面虽然可以评论了,但是links链接没显示在页面里了

The same with me. Wrong output: ```Error: Process exited with code 4: ERROR: file or directory not found: /config/workspace/ProdDir/syncagent/test_tecls.py 2023-08-05T09:01:43.610Z INFO pytest at 'syncagent': Running pytest with arguments: --rootdir=/config/workspace/ProdDir/syncagent, --junitxml=/tmp/tmp-28125-l5ggf3levPkj,...

gen代码如下: ```go package main // gorm gen configure import ( "fmt" "gin-web/v2/dal/model" "gorm.io/driver/mysql" "gorm.io/gorm" "gorm.io/gen" ) const MySQLDSN = "xxxxxx" func connectDB(dsn string) *gorm.DB { db, err := gorm.Open(mysql.Open(dsn)) if...

> ```go > type TVcenter struct { > ID int32 `gorm:"column:id;primaryKey;autoIncrement:true;comment:编号" json:"id"` // 编号 > VcenterIP string `gorm:"column:vcenter_ip;comment:vcenter IP地址" json:"vcenter_ip"` // vcenter IP地址 > VcenterName string `gorm:"column:vcenter_name;comment:VC名称" json:"vcenter_name"` // VC名称...

> gormdb, _ := gorm.Open(postgres.Open("host=127.0.0.1 port=5432 user=postgres password=Post778699. dbname=reportform sslmode=disable timezone=Asia/Shanghai")) > > // 切换到目标数据库(注意,直接写schemas名称,并不需要数据库名称) > if targetDB := gormdb.Exec("SET search_path TO " + schemaName); targetDB.Error != nil { >...

> [@dugenkui03](https://github.com/dugenkui03) I am having the same issue that the example code for sending notifications does not work when using a `StreamableHTTPServer`. Running the same code via `ServeStdio`, the notification...