会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
54
下一页
2019年6月18日
C 语言宏定义
摘要: 链接: http://c.biancheng.net/view/1986.html C语言宏的判断不支持字符串的判断 宏字符串转化 #define STRING(X) #x 宏字符串合并 #define COMBINE(name) name"_handler" 函数合并 #define FUNC(N
阅读全文
posted @ 2019-06-18 16:51 cogitoergosum
阅读(227)
评论(0)
推荐(0)
2019年6月7日
rtthread 学习笔记
摘要: 1、学习rtdef.h 和 rtconfig.h的定义方法 2、学习多线程的链表机制,实现线程可以存放其它结构体 1、keil的入口文件 芯片厂商提供的源码,一般为system_***.s 里 Reset_Handler, 该文件初始化堆栈, 另外的文件system_xxx.c 用于bsp的配置 .
阅读全文
posted @ 2019-06-07 08:57 cogitoergosum
阅读(718)
评论(0)
推荐(0)
2019年5月3日
c函数调用过程原理及函数栈帧分析
摘要: 链接: https://blog.csdn.net/zsy2020314/article/details/9429707
阅读全文
posted @ 2019-05-03 19:01 cogitoergosum
阅读(138)
评论(0)
推荐(0)
2019年3月29日
window C/C++ 简单的IDE编译器
摘要: C-Free 官网链接: http://www.programarts.com/cfree_ch/download.htm
阅读全文
posted @ 2019-03-29 12:05 cogitoergosum
阅读(731)
评论(0)
推荐(0)
2019年3月9日
ubuntu 安装 lamp
摘要: 链接: http://www.cnblogs.com/CheeseZH/p/4694135.html
阅读全文
posted @ 2019-03-09 22:48 cogitoergosum
阅读(106)
评论(0)
推荐(0)
2018年12月23日
架构设计
摘要: 1、系统总体架构设计 1、产品功能简介 2、面临的技术挑战 3、技术选型及依据 4、架构设计方案 需要整理从业五年来的开发历程,时常感觉自己学习杂乱,架构的知识梳理点经常有问题 , 也经常看架构设计的文档,有些讲得是思想, 有些针对的是领域,划分的基本大概领域,具体架构细节却没有深入。 需说架构怎么
阅读全文
posted @ 2018-12-23 16:53 cogitoergosum
阅读(186)
评论(0)
推荐(0)
2018年12月22日
linux 性能分析
摘要: 1、系统状态工具:sysstat, 包含很多监控linux系统状态的工具,pidstat 安装方法: sudo apt-get install sysstat 2、性能优化工具: perf 安装方法: sudo apt-get install linux-tools-generic linux-to
阅读全文
posted @ 2018-12-22 22:56 cogitoergosum
阅读(165)
评论(0)
推荐(0)
2018年12月16日
wifi基本原理
摘要: 参考链接: https://www.cnblogs.com/zhoading/p/8891206.html https://openwrt.org/zh-cn/doc/uci/wireless https://forum.huawei.com/enterprise/zh/thread-282749.
阅读全文
posted @ 2018-12-16 11:23 cogitoergosum
阅读(504)
评论(0)
推荐(0)
2018年11月25日
openwrt 编译
摘要: 完整的编译过程: http://www.280i.com/tech/3353.html源更新: https://blog.csdn.net/ypbsyy/article/details/81218361 完整的编译:https://www.right.com.cn/forum/thread-3245
阅读全文
posted @ 2018-11-25 16:51 cogitoergosum
阅读(122)
评论(0)
推荐(0)
2018年11月21日
内核模块加载错误 “Invalid module format” 解决办法
摘要: 参考链接: http://blog.chinaunix.net/uid-20448327-id-172345.html
阅读全文
posted @ 2018-11-21 11:10 cogitoergosum
阅读(2157)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
54
下一页
公告