dk333
dk333
可以用相对路径的,不过得在网站里改
你有精力可以改成vue,没人有意见
我的方法是将那两行注释掉。
你这是没配置路径?是windows环境下的吧。要配置环境变量path的
there are two errors here. first your password format is wrong. it should be below ```go db, err := gorm.Open(oracle.Open("Soracle/\"oracle@123\"@10.60.185.186:1521/tibret") ``` second, there is a upstream module error, ie. godror's...
you can fix this by modified github.com/godror/[email protected]/dsn/dsn.go as following. ### 1. add func ```go func splitDSN(s string) []string { var result []string re := regexp.MustCompile("(^\"?.+?\"?)/(\"?.+\"?)@(.*)/(.*)") groupNames := re.SubexpNames() for matchNum,...
> 是的。从官方图上看,层级关系它应该是job到task再到operator。这个应该是job。 另外,我只是说这张表,举例,其它相关表,应该也是一样的。 有不对的地方,请指正,谢谢。 [  ](url)
> 同从python默认服务器过来
the exception like this. and i do not have a plugin named decoderbufs. i have check debezium offical doc, it say that we should use 'debezium.plugin.name' = 'pgoutput' or 'debezium.plugin.name'...
> @dk333 What exception will be thrown? I tried with my envrionment, it works well without any exception. > >  submit job to flink is ok, but the job...