摘要:
1.今天运行程序,突然报错,显示 ScannerException: while scanning for the next token found character ‘@‘ 问题,上网搜索,有好多原因,最简单的解决方法是刷新maven,后来就好使了。其他原因可参考博客:ScannerExcept 阅读全文
摘要:
现象 导入cv2时,报如下的错误 ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) 解决方案 win+R打开命令行,输入 pip install opencv-python 阅读全文
摘要:
java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [WV-service,WV-database,WV-core] are exclude 阅读全文