1.1:menuconfig 重点会用到两个文件:.config 和 Kconfig,.config 文件前面已经说了,这个文件保存着 uboot 的配置项,使用 menuconfig 配置完 uboot 以后肯定要更新.config 文件。Kconfig文件是图形界面的描述文件,也就是描述界面应该 ...
分类:
其他好文 时间:
2019-11-27 00:44:01
阅读次数:
120
Linux下可以使用free命令查看内存使用情况,也可以使用cat /proc/meminfo命令查看更为详细的内存使用信息。 其中,对于MemAvailable这个参数添加的原因,可以参考kernel这个git commit说明,其实已经很清楚了。 https://git.kernel.org/p ...
分类:
系统相关 时间:
2019-11-26 22:54:54
阅读次数:
161
位置一: File->Settings->Editor->File Encodings 位置二: File->Other Settings->Default Settings ->Editor->File Encodings 位置三: 将项目中的.idea文件夹中的encodings.xml文件中的 ...
分类:
其他好文 时间:
2019-11-26 13:34:54
阅读次数:
160
以您的工程实践项目为例,在深入理解需求的基础上进行业务领域建模Domain Modeling ? 1) Collect application domain information– focus on the functional requirements – also consider other ...
分类:
其他好文 时间:
2019-11-25 23:56:20
阅读次数:
156
? 1) Collect application domain information– focus on the functional requirements – also consider other requirements and documents? 2) Brainstorming– ...
分类:
其他好文 时间:
2019-11-25 20:28:41
阅读次数:
53
领域建模 1. Collect application domain information focus on the functional requirements – also consider other requirements and documents 2. Brainstorming ...
分类:
其他好文 时间:
2019-11-25 20:17:13
阅读次数:
56
? 1) Collect application domain information– focus on the functional requirements – also consider other requirements and documents? 2) Brainstorming– ...
分类:
其他好文 时间:
2019-11-25 00:25:04
阅读次数:
68
? 1) Collect application domain information – focus on the functional requirements – also consider other requirements and documents 我的工程实践选题是《视频序列中人员检 ...
分类:
其他好文 时间:
2019-11-24 22:32:05
阅读次数:
84
21.思路:sorted+列表推导式#coding: UTF-8#给定一个按非递减顺序排序的整数数组 A,返回每个数字的平方组成的新数组,要求也按非递减顺序排序。#示例 1:#输入:[-4,-1,0,3,10]#输出:[0,1,9,16,100]#meclass Solution(object): ...
分类:
其他好文 时间:
2019-11-24 16:03:05
阅读次数:
57
file–>Other Settings–>Default Project Structure ...
分类:
移动开发 时间:
2019-11-24 12:00:09
阅读次数:
70