码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
uboot图形化配置浅析
1.1:menuconfig 重点会用到两个文件:.config 和 Kconfig,.config 文件前面已经说了,这个文件保存着 uboot 的配置项,使用 menuconfig 配置完 uboot 以后肯定要更新.config 文件。Kconfig文件是图形界面的描述文件,也就是描述界面应该 ...
分类:其他好文   时间:2019-11-27 00:44:01    阅读次数:120
Linux下内存使用情况的查看方式
Linux下可以使用free命令查看内存使用情况,也可以使用cat /proc/meminfo命令查看更为详细的内存使用信息。 其中,对于MemAvailable这个参数添加的原因,可以参考kernel这个git commit说明,其实已经很清楚了。 https://git.kernel.org/p ...
分类:系统相关   时间:2019-11-26 22:54:54    阅读次数:161
IntelliJ IDEA(2018.3.5) 设置编码为utf-8编码
位置一: 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
以您的工程实践项目为例,在深入理解需求的基础上进行业务领域建模Domain Modeling ? 1) Collect application domain information– focus on the functional requirements – also consider other ...
分类:其他好文   时间:2019-11-25 23:56:20    阅读次数:156
业务领域建模Domain Modeling
? 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
业务领域建模Domain Modeling
? 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
业务领域建模Domain Modeling
? 1) Collect application domain information – focus on the functional requirements – also consider other requirements and documents 我的工程实践选题是《视频序列中人员检 ...
分类:其他好文   时间:2019-11-24 22:32:05    阅读次数:84
Leetcode简单题21~40
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
如何查看android studio sdk路径配置
file–>Other Settings–>Default Project Structure ...
分类:移动开发   时间:2019-11-24 12:00:09    阅读次数:70
5856条   上一页 1 ... 53 54 55 56 57 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!