ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 ··· 35 下一页

2023年11月2日

摘要: 困境 资源释放但是没有置空 野指针 指针悬挂(多个资源指向该地址,但是该地址释放了,其他的指向不知道) 踩内存 资源没有释放,产生内存泄漏 重复释放资源引发coredump 解决办法 RALL,利用锁的方式 种类 share_ptr weak_ptr 解决循环依赖问题 unique_ptr 阅读全文
posted @ 2023-11-02 13:14 哦哟这个怎么搞 阅读(23) 评论(0) 推荐(0)

摘要: 高级架构工程师C++进阶课程(内存泄漏、面试、开源框架、协程、STL、C++11新特性、即时通讯)_哔哩哔哩_bilibili 什么是左值 可以在等号左边,可以取地址,具名 int main(int argc, char const *argv[]) { int i = 0; ++i = 10; ( 阅读全文
posted @ 2023-11-02 13:06 哦哟这个怎么搞 阅读(15) 评论(0) 推荐(0)

2023年10月30日

摘要: why,learn,create,dohao,where 谷歌>公众号>抖音>百度 限制关键词搜索 "易烊千玺"intitle:iPhone15摄像头进灰allintitle:iPhone15摄像头进灰 成都intext:"刘寅钰" 资阳李志奇 site:cctv.com 限制输出结果网站李志强 i 阅读全文
posted @ 2023-10-30 13:09 哦哟这个怎么搞 阅读(143) 评论(0) 推荐(0)

2023年9月28日

摘要: https://zhuanlan.zhihu.com/p/654572960?utm_source=wechat_session&utm_medium=social&s_r=0 阅读全文
posted @ 2023-09-28 16:04 哦哟这个怎么搞 阅读(42) 评论(0) 推荐(0)

2023年9月26日

摘要: pip install lanms-nova 阅读全文
posted @ 2023-09-26 15:32 哦哟这个怎么搞 阅读(139) 评论(0) 推荐(0)

2023年9月19日

摘要: C++ vector容器遍历并删除元素_vector遍历删除_MagnumLu的博客-CSDN博客 阅读全文
posted @ 2023-09-19 14:21 哦哟这个怎么搞 阅读(11) 评论(0) 推荐(0)

2023年9月14日

摘要: BUS error encountered in DataLoader worker. This might be caused by insufficient shared memory (shm), please check whether use_shared_memory is set an 阅读全文
posted @ 2023-09-14 18:51 哦哟这个怎么搞 阅读(166) 评论(0) 推荐(0)

摘要: 官方文档 安装 NVIDIA 容器工具包 — 容器工具包 1.14.1 文档 阅读全文
posted @ 2023-09-14 15:32 哦哟这个怎么搞 阅读(12) 评论(0) 推荐(0)

2023年9月5日

摘要: 如何在自定义数据集上训练YOLOv8目标检测 - 知乎 (zhihu.com) 如果想使用多卡训练,device='\0,1,2,xxx\' yolo task=detect mode=train model=yolov8s.pt data=D:\dataset\data.yaml epochs=1 阅读全文
posted @ 2023-09-05 10:16 哦哟这个怎么搞 阅读(218) 评论(0) 推荐(0)

2023年8月31日

摘要: 神经网络激活函数的作用是什么? - 知乎 (zhihu.com) 神经网络激活函数的作用是什么? - 知乎 (zhihu.com) 阅读全文
posted @ 2023-08-31 15:34 哦哟这个怎么搞 阅读(21) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 35 下一页