Azrael

Results 8 issues of Azrael

val := koazee.StreamOf(bindSlice) out := val.Filter(func(x model.ZbizThirdLogin) bool { return x.Uuid!=nil && *x.Uuid == uid }).Map(func(x model.ZbizThirdLogin) model.ZbizThirdLogin { return model.ZbizThirdLogin{ ID: x.ID, ThirdName: x.ThirdName, ThirdType: x.ThirdType, } }).Out()

### gin-vue-admin 版本 最新master分支 ### Node 版本 v14.16.1 ### Golang 版本 go 1.17 ### 是否依旧存在 可以 ### bug描述 我通过指定目录也无法watch gin.SetMode(os.Getenv("GIN_MODE")) switch gin.Mode() { case gin.DebugMode: defaultConfigFile = "config_dev.yaml" case gin.TestMode:...

bug

type Rule struct { ID uint64 `gorm:"column:id" db:"id"` Content datatypes.JSONSlice[Tag] `gorm:"column:content" type:"json"` Version int64 `gorm:"column:version" db:"version"` // 版本号,时间戳毫秒 CreatedAt time.Time `gorm:"column:created_at" db:"created_at"` UpdatedAt time.Time `gorm:"column:updated_at" db:"updated_at"` DeletedAt gorm.DeletedAt `gorm:"column:deleted_at" db:"deleted_at"`...

Makefile:19: /usr/pgsql-10/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-10/lib/pgxs/src/makefiles/pgxs.mk”。 停止。

@Autowired private RedisTemplate redisTemplate; 这样使用无法加载bean