会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
54
下一页
2021年6月11日
word 常用用法
摘要: 1、清除复制的白色背景 1、Ctrl+A 2、左上角wps文字->编辑->清除 2、显示目录 1、章节 ->目录页 3、显示左上角的导航 1、章节->章节导航
阅读全文
posted @ 2021-06-11 09:58 cogitoergosum
阅读(369)
评论(0)
推荐(0)
2021年6月8日
linux thread笔记总结
摘要: 1、结束线程的两种方法 1、一种是线程自己结束自己, 然后调用 pthread_attr_destroy、pthread_exit() 2、一种是别的线程结束, 调用pthread_cancel, 如果线程是Joineable, 则要调用pthread_join阻塞等待, 非joinenable,
阅读全文
posted @ 2021-06-08 10:36 cogitoergosum
阅读(96)
评论(0)
推荐(0)
2021年6月4日
Makefile 常用语法
摘要: 1、逻辑或 参考链接:https://blog.csdn.net/ranger0220/article/details/52293278?utm_medium=distribute.pc_relevant_t0.none-task-blog-2~default~BlogCommendFromMach
阅读全文
posted @ 2021-06-04 16:10 cogitoergosum
阅读(71)
评论(0)
推荐(0)
2021年5月29日
百度网盘免费下载加速
摘要: 参考链接: https://zhuanlan.zhihu.com/p/108622289
阅读全文
posted @ 2021-05-29 11:20 cogitoergosum
阅读(110)
评论(0)
推荐(0)
2021年5月28日
linux docker 知识点总结
摘要: 主要是一大问题: 1、docker容器 与 宿主机 的交互, 而docker与宿主机的网络模式有host模式、none模式、bridge模式、container模式(指的是容器之间的交互) 交互方法: 1、 通过volume 共享目录 2、 通过shell命令进行调用: https://www.zh
阅读全文
posted @ 2021-05-28 11:38 cogitoergosum
阅读(48)
评论(0)
推荐(0)
2021年5月27日
openwrt 支持 EC200T
摘要: openwrt-18.06 已经支持EC200T, 主要是应用层面进行配置处理, 应用方面的处理参考链接:https://blog.csdn.net/xiaokang_rays/article/details/111035803
阅读全文
posted @ 2021-05-27 17:43 cogitoergosum
阅读(818)
评论(0)
推荐(0)
2021年5月21日
openwrt 如何添加新设备支持
摘要: 参考链接: https://openwrt.org/zh/docs/guide-developer/adding_new_device
阅读全文
posted @ 2021-05-21 11:57 cogitoergosum
阅读(480)
评论(0)
推荐(0)
2021年5月20日
openwrt DEPEND
摘要: 参考链接: https://blog.csdn.net/stone8761/article/details/71125385
阅读全文
posted @ 2021-05-20 16:39 cogitoergosum
阅读(92)
评论(0)
推荐(0)
menuconfig kconfig
摘要: menuconfig 读取各个目录的kconfig, 配置最后写入到.config 在编译过程中,生成宏文件在autoconf.h 参考链接: https://blog.csdn.net/kunkliu/article/details/79207644
阅读全文
posted @ 2021-05-20 15:49 cogitoergosum
阅读(59)
评论(0)
推荐(0)
USB 驱动常见名词解释
摘要: 什么是USB OTG, 指的是传统的主从设备, 支持OTG后,从设备也可以用主设备主动去读取其它USB从设备 HSDPA Modems HSDPA(High Speed Downlink Packet Access)高速下行分组接入,是一种移动通信协议,亦称为3.5G(3½G)。该协议在WCDMA下
阅读全文
posted @ 2021-05-20 11:28 cogitoergosum
阅读(543)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
54
下一页
公告