上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: 根据https://spring.io/guides/gs/serving-web-content/ 的步骤,运行后输入http://localhost:8080/hello 或http://localhost:8080/hello?name=sdaa 等 出现错误(网页出现http 500错误): 阅读全文
posted @ 2021-06-23 15:31 略略略—— 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 检查Windows环境变量,要仔细检查,因为系统变量可能有很多: 可以看到 JAVA_HOME 引用的是 11.0.1版本。 此时再次检查Path变量: 再次注意如果变量路径很多请一定仔细检查,保证只有一个jdk-11.0.1\bin 的Java路径。 我一直出现报错的原因就是之前多了一个 C:\P 阅读全文
posted @ 2021-06-20 15:12 略略略—— 阅读(7115) 评论(0) 推荐(0) 编辑
摘要: 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- 阅读全文
posted @ 2021-06-17 16:04 略略略—— 阅读(906) 评论(0) 推荐(0) 编辑
摘要: error as follows: [06/17/2021-11:30:13] [E] [TRT] (Unnamed Layer* 88) [ElementWise]: elementwise inputs must have same dimensions or follow broadcast 阅读全文
posted @ 2021-06-17 11:38 略略略—— 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-06-16 16:20 略略略—— 阅读(3395) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-06-16 15:29 略略略—— 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-06-16 15:17 略略略—— 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: errors: /home/tonyyan/Documents/main.cpp:108: undefined reference to `cv::VideoCapture::read(cv::_OutputArray const&)' /home/tonyyan/Documents/main.cp 阅读全文
posted @ 2021-06-16 14:26 略略略—— 阅读(4945) 评论(0) 推荐(0) 编辑
摘要: errors from terminal: /tmp/ccwCifBp.o: In function `nvinfer1::(anonymous namespace)::createInferRuntime(nvinfer1::ILogger&)': /home/tonyyan/Downloads/ 阅读全文
posted @ 2021-06-16 14:11 略略略—— 阅读(4303) 评论(0) 推荐(0) 编辑
摘要: 使用 c_cpp_properties.json 配置包含文件/头文件 如果在 .vscode文件夹中没有 c_cpp_properties.json可以使用Ctrl+Shift+P输入并打开 C/C++: Edit Configurations (UI) 此时出现默认的 c_cpp_propert 阅读全文
posted @ 2021-06-15 13:56 略略略—— 阅读(6740) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页