
linux
文章平均质量分 77
Luchang-Li
为什么要博客呢?一是为了记录学习,在写作中增强对知识认知深度,二是为了传播知识本身。
正如自动驾驶的不同层级一样,一个人对知识的掌握也分为了很多层级,比如我认为:
L0:对一个东西没有任何认知。
L1:大致了解基本概念,能够使用,但不知道内部深层次的原理,没法表达清楚。
L2: 基本知道内部的原理,能够比较流畅地表达出来。但能够书面表达往往不意味着能够口头表达,比如能写出PPT,但是不意味着能讲好PPT。
L3:能够流畅地,深入浅出地口头表达,能够准确地回答别人的问题和质疑。
所以可见,表达(不管是博客这种书面还是口头表达)是能够加深你对知识的架构化认知,表达地清晰与否也直接证明了你的认知深度
展开
-
Android基于ndk和cmake开发C++命令行程序
Creating a simple Hello World application Using Android NDK with C++ · GitHubandroid Ndk学习笔记01之Hello World! - 简书https://developer.android.com/ndk/samples/sample_hellojni原创 2022-05-30 10:59:45 · 2471 阅读 · 0 评论 -
c/c++ python之间named pipe进程间通信
https://www.cnblogs.com/MrListening/p/5858358.htmlhttps://www.cnblogs.com/biyeymyhjob/archive/2012/11/03/2751593.htmlhttps://zhuanlan.zhihu.com/p/58489873https://www.cnblogs.com/-wenli/p/13100104.html原创 2021-01-05 19:21:53 · 1880 阅读 · 2 评论 -
Windows下运行Shell脚本
在Windows操作系统下运行Shell脚本,缺少的只是一个Git软件。其下载路径为Git - Downloading Package。安装之后,将安装路劲下的bin文件夹的路径添加到系统环境变量。于是我们就能够在CMD中通过sh xxx.sh来运行Shell脚本。转自https://zhuanlan.zhihu.com/p/59451678...原创 2020-02-25 10:33:46 · 20008 阅读 · 0 评论 -
Linux的硬盘使用情况、挂载、SSD挂载
参考Linux的硬盘使用情况、挂载、SSD挂载(查看df -h不能看到的卷)https://www.cnblogs.com/lemon-flm/p/7597403.htmllinux 硬盘分区,分区,删除分区,格式化,挂载,卸载笔记https://www.cnblogs.com/phpk/p/10514736.html关键命令:lsblk, df -hLinux...转载 2020-02-03 16:01:04 · 520 阅读 · 0 评论 -
超级简单清晰的makefile教程
超级简单清晰的makefile教程:Makefiles基础:https://www.cprogramming.com/tutorial/makefiles.htmlMakefiles进阶:https://www.cprogramming.com/tutorial/makefiles_continued.html看了这两个教程,完全不懂makefile的小白都能顺利阅读和编写mak...原创 2019-10-27 12:53:02 · 366 阅读 · 0 评论 -
win10 wsl子系统访问windows文件系统
You'll find the WindowsC:\structure at/mnt/c/in the Bash environment.Therefore, my Documents folder is at/mnt/c/Users/Ben/Documents/.why does mnt not show up with ls -a?–Sergei WallaceA...转载 2019-10-22 20:30:19 · 2652 阅读 · 0 评论 -
windows手动安装wsl linux子系统
从app store搜索下载linux子系统需要登录,并且下载极其缓慢。不适用app store的安装方法,网上给出的方法实在太复杂。但微软官方其实就提供了极其简单的方法:Manually download Windows Subsystem for Linux distro packageshttps://docs.microsoft.com/en-us/windows/wsl/inst......原创 2019-10-22 15:34:36 · 5523 阅读 · 0 评论