文章目录一、报错信息二、解决方案一、报错信息报错信息:严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C4996 'scanf':This function or variable may be unsafe.Consider using scanf_s instead.To disable deprecation,use_CRT_...
我运行ververica/flink-cdc-connectors git上的demo代码,报错:2020-11-04 16:39:10.972[Source:Custom Source->Sink:Print to Std.Out(1/1)]WARN org.apache.flink.runtime.taskmanager.Task-Source:Custom Source->Sink:Print to Std....
这是原来的java写法 ...然后通过kotlin转换成 val mac=NetworkInterface.getByInetAddress(ia).hardwareAddress 然后 val temp=mac[i]and 0xff 发现报错:the integer literal does not conform to the expected type Byte 请问如何解决哦?