2021年7月14日
摘要: Wavebee SDK was designed for ubuntu16, not compatible with Ubuntu 20. Solution: install libssl1.0-dev link: https://www.garron.me/en/linux/install-rub 阅读全文
posted @ 2021-07-14 04:17 只争朝夕,不负韶华! 阅读(26) 评论(0) 推荐(0)
摘要: 引用链接: https://www.runoob.com/cprogramming/c-unions.html 共用体是一种特殊的数据类型,允许您在相同的内存位置存储不同的数据类型。您可以定义一个带有多成员的共用体,但是任何时候只能有一个成员带有值。共用体提供了一种使用相同的内存位置的有效方式。 下 阅读全文
posted @ 2021-07-14 03:44 只争朝夕,不负韶华! 阅读(36) 评论(0) 推荐(0)
摘要: target_include_directories(hello_library PUBLIC ${PROJECT_SOURCE_DIR}/include ) target_link_libraries( hello_binary PRIVATE hello_library ) PRIVATE - 阅读全文
posted @ 2021-07-14 02:23 只争朝夕,不负韶华! 阅读(1784) 评论(1) 推荐(0)
摘要: To avoid the noise from the fan. Ubuntu: open nvidia x server settings click PRIME Profiles select intel integrated graphics card Windows: first part 阅读全文
posted @ 2021-07-14 01:41 只争朝夕,不负韶华! 阅读(65) 评论(0) 推荐(0)