上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 42 下一页
摘要: 一. 网址参考 1. Linux文件系统之mount 二. 实践 1. 把设备ubi2_0按照ubifs格式挂载到opt分区 mount -t ubifs ubi2_0 /opt mount -t ubifs -o ro ubi2_0 /opt #按照只读方式挂载 2. 把opt分区修改为只读分区 阅读全文
posted @ 2023-03-29 15:48 shanyu20 阅读(40) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. 802.11协议精读19:Wi-Fi的起源,诞生与发展 2. WIFI基本知识及802.11协议整理 3. 这五款wifi检测工具,不要太好用 4. (更新)802.11协议精读1:学习资料整理(非常全,知乎) 阅读全文
posted @ 2023-03-23 14:53 shanyu20 阅读(215) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Protobuf:一种更小、更快、更高效的协议 2. IM通讯协议专题学习(二):Protobuf的背景、原理、使用、优缺点 阅读全文
posted @ 2023-03-20 13:29 shanyu20 阅读(38) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Vue.js 2. 【人物介绍】尤雨溪 — IT界华人的骄傲 阅读全文
posted @ 2023-03-17 08:50 shanyu20 阅读(25) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. ubuntu 搭建网络文件系统 2. Ubuntu开机自启动的两种方法总结 阅读全文
posted @ 2023-03-09 17:02 shanyu20 阅读(55) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Markdown 使用 Emoji 表情 2. 序列化理解起来很简单 3. 语义化版本 2.0.0 阅读全文
posted @ 2023-03-06 09:57 shanyu20 阅读(44) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Eslint 超简单入门教程 2. 在Vscode中,如何使用 eslint 来 lint 和 format 二. 实践 1. 在vscode中使用eslint 1.1 vscode 安装eslint插件 1.2 在工程目录下新建.eslintrc.js文件,修改内容如下: m 阅读全文
posted @ 2023-02-22 17:42 shanyu20 阅读(160) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Redis中文教程 2. Redis中文网 3. 深入了解Redis底层数据结构 4. Redis RDB持久化详解(原理+配置策略)(c语言中文网) 5. Redis之数据存储结构 二. 使用 1. 启动Redis报错:Could not create Server TCP 阅读全文
posted @ 2023-02-18 10:22 shanyu20 阅读(22) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. Tokio 使用指南 阅读全文
posted @ 2023-02-17 11:20 shanyu20 阅读(58) 评论(0) 推荐(0)
摘要: 一. 网址参考 1. 回调函数(callback)是什么? 二. 个人理解 1. 应用场景 1.1. 驱动: 驱动程序注册回调函数给内核,如open、read、write等操作 1.2 库API函数: 调用者,在调用库API函数时,通过参数的方式告诉API其回调函数,当API运行的过程中,会执行回调 阅读全文
posted @ 2023-02-17 11:10 shanyu20 阅读(116) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 42 下一页