会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
开锁球
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
7
下一页
2025年10月19日
LLM分词器
摘要: BERT基座模型
阅读全文
posted @ 2025-10-19 14:39 开锁球
阅读(3)
评论(0)
推荐(0)
2023年4月4日
Airpods 连接 Ubuntu
摘要: https://www.zhihu.com/tardis/zm/art/426857066?source_id=1005
阅读全文
posted @ 2023-04-04 20:07 开锁球
阅读(137)
评论(0)
推荐(0)
2023年2月22日
this指针
摘要: 参考https://blog.csdn.net/qq_58325487/article/details/124785521 这是因为C++在这段代码中做出手脚,C++在这里增加了一个this指针,这里是因为Display会增加一个this形参。C++编译器给每个“非静态的成员函数“增加了一个隐藏的指
阅读全文
posted @ 2023-02-22 11:18 开锁球
阅读(21)
评论(0)
推荐(0)
2023年2月21日
虚函数,多态,虚函数表
摘要: 1.多态 父类的一个指针,可以有多种执行状态(父类的指针调用子类的函数),即多态 #include <iostream> using namespace std; class Base { public: virtual void func() { cout << "Base func() call
阅读全文
posted @ 2023-02-21 21:41 开锁球
阅读(91)
评论(0)
推荐(0)
2022年12月30日
如何在Overleaf里面用Bib Tex添加/引用参考文献
摘要: https://blog.csdn.net/arronwitness/article/details/105101564
阅读全文
posted @ 2022-12-30 18:14 开锁球
阅读(129)
评论(0)
推荐(0)
显卡切换
摘要: https://blog.csdn.net/Coder_C9/article/details/105847357 sudo apt-get install nvidia-prime 切换到intel集显: sudo prime-select intel 注销账户重新登录 or 重启电脑 切换到nvi
阅读全文
posted @ 2022-12-30 11:46 开锁球
阅读(148)
评论(0)
推荐(0)
2022年12月28日
ubuntu20 opencv4.5.5 配置
摘要: https://zhuanlan.zhihu.com/p/568286780
阅读全文
posted @ 2022-12-28 10:47 开锁球
阅读(23)
评论(0)
推荐(0)
ubuntu有线网络连接
摘要: https://blog.csdn.net/XiaoJake/article/details/115325426
阅读全文
posted @ 2022-12-28 10:38 开锁球
阅读(39)
评论(0)
推荐(0)
2022年12月20日
fast-livo 配置问题
摘要: 问题一: Ubuntu安装Sophus报错:so2.cpp:error: lvalue required as left operand of assignment. unit_complex_.real() = 1.; 遇到的问题: /Sophus/sophus/so2.cpp:32:26: er
阅读全文
posted @ 2022-12-20 12:12 开锁球
阅读(569)
评论(0)
推荐(0)
2022年12月16日
ROS 初级 - 解析 roslaunch 文件
摘要: 参考网址:https://zhuanlan.zhihu.com/p/107121741
阅读全文
posted @ 2022-12-16 01:04 开锁球
阅读(16)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页
公告