dk333

Results 11 comments of 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。 另外,我只是说这张表,举例,其它相关表,应该也是一样的。 有不对的地方,请指正,谢谢。 [ ![image](https://user-images.githubusercontent.com/24607870/195009695-c9b47ed1-d7a6-4284-9df1-f641871aba30.png) ](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. > > ![image](https://user-images.githubusercontent.com/20389154/184464348-cd905811-415c-44bb-afb4-cf35fd7d0a21.png) submit job to flink is ok, but the job...