摘要:
根据https://spring.io/guides/gs/serving-web-content/ 的步骤,运行后输入http://localhost:8080/hello 或http://localhost:8080/hello?name=sdaa 等 出现错误(网页出现http 500错误): 阅读全文
摘要:
检查Windows环境变量,要仔细检查,因为系统变量可能有很多: 可以看到 JAVA_HOME 引用的是 11.0.1版本。 此时再次检查Path变量: 再次注意如果变量路径很多请一定仔细检查,保证只有一个jdk-11.0.1\bin 的Java路径。 我一直出现报错的原因就是之前多了一个 C:\P 阅读全文
摘要:
error 1: Unable to open 'raise.c': Unable to read file '/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to resolve non- 阅读全文
摘要:
error as follows: [06/17/2021-11:30:13] [E] [TRT] (Unnamed Layer* 88) [ElementWise]: elementwise inputs must have same dimensions or follow broadcast 阅读全文
摘要:
find the location: sudo find / -name "libopencv_core.so.4.5" create and add file "/etc/ld.so.conf.d/opencv.conf" /usr/local/lib sudo ldconfig referenc 阅读全文
摘要:
If the code is migrated from Windows to Linux, please check if you have also included the .cpp file. If you only include the .hpp header file, the com 阅读全文
摘要:
In my case, I got two constants with same name "EPS" in 2 files: a.hpp: enum Type { COUNT=1, //!< the maximum number of iterations or elements to comp 阅读全文
摘要:
errors: /home/tonyyan/Documents/main.cpp:108: undefined reference to `cv::VideoCapture::read(cv::_OutputArray const&)' /home/tonyyan/Documents/main.cp 阅读全文
摘要:
errors from terminal: /tmp/ccwCifBp.o: In function `nvinfer1::(anonymous namespace)::createInferRuntime(nvinfer1::ILogger&)': /home/tonyyan/Downloads/ 阅读全文
摘要:
使用 c_cpp_properties.json 配置包含文件/头文件 如果在 .vscode文件夹中没有 c_cpp_properties.json可以使用Ctrl+Shift+P输入并打开 C/C++: Edit Configurations (UI) 此时出现默认的 c_cpp_propert 阅读全文