会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
54
下一页
2018年11月12日
linux oops调试
摘要: 参考文章: arm 指令定位错误 https://blog.csdn.net/songcdut/article/details/41383483 linux mips指令学习 https://www.cnblogs.com/blacksunny/p/7192416.html mips定位错误 htt
阅读全文
posted @ 2018-11-12 17:55 cogitoergosum
阅读(217)
评论(0)
推荐(0)
2018年11月11日
linux 工具
摘要: zsh: ubuntu安装: sudo apt-get install zsh
阅读全文
posted @ 2018-11-11 17:16 cogitoergosum
阅读(78)
评论(0)
推荐(0)
2018年11月10日
makefile 嵌套
摘要: 目录结构: dynamic 和 static 两个目录实现加法功能, 分别生成动态库和静态库, main.c 主文件链接加法功能, 终端命令执行: make dynamic=1 则编译动态库进行链接 , make 静态库编译 动态库的makefile内容: 静态库makefile内容: 根目录的ma
阅读全文
posted @ 2018-11-10 22:37 cogitoergosum
阅读(566)
评论(0)
推荐(0)
2018年10月17日
scheduling while atomic 出现的错误
摘要: 产生这种情况的原因: 1、当中断发生时,出现了调度做法, 2、另一个是spin_lock 里调用sleep, 让出调度, 另外线程又进行spin_lock, 导致死锁。 相关问题的链接 1、为什么在中断上下文中不能休眠? https://blog.csdn.net/wzw88486969/artic
阅读全文
posted @ 2018-10-17 11:45 cogitoergosum
阅读(2583)
评论(0)
推荐(0)
2018年9月16日
Windows下VSCode编译调试c/c++
摘要: 参考链接: https://blog.csdn.net/c_duoduo/article/details/51615381 支持makefile编译: https://www.cnblogs.com/protogenoi/p/9162549.html
阅读全文
posted @ 2018-09-16 13:58 cogitoergosum
阅读(169)
评论(0)
推荐(0)
2018年9月12日
window markdown 编辑器
摘要: 1、 Yu Writer Pro
阅读全文
posted @ 2018-09-12 06:02 cogitoergosum
阅读(153)
评论(0)
推荐(0)
2018年9月7日
linux 比较命令
摘要: linux meld命令
阅读全文
posted @ 2018-09-07 10:29 cogitoergosum
阅读(200)
评论(0)
推荐(0)
2018年8月30日
openwrt 加入nand flash的支持
摘要: 参考链接 : https://blog.csdn.net/wwx0715/article/details/77189456?locationNum=9&fps=1
阅读全文
posted @ 2018-08-30 10:02 cogitoergosum
阅读(683)
评论(0)
推荐(0)
2018年8月27日
svn 支持中文显示
摘要: https://blog.csdn.net/chentengkui/article/details/77543498 https://blog.csdn.net/bugall/article/details/45740555 https://blog.csdn.net/pony12/article/
阅读全文
posted @ 2018-08-27 14:50 cogitoergosum
阅读(190)
评论(0)
推荐(0)
2018年8月20日
C++ string 深拷贝 与 浅拷贝
摘要: https://blog.csdn.net/xiaozuo666/article/details/80203259
阅读全文
posted @ 2018-08-20 11:08 cogitoergosum
阅读(2631)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
54
下一页
公告