一. uboot第一阶段初识 1.1. 什么是uboot第一阶段 1.1.1. 启动os三个阶段 1.1.1.1. bl0阶段 a. 这段代码是三星固化到iROM中,可以查看《S5PV210_iROM_ApplicationNote_Preliminary_20091126.pdf》 b. 这段代码 ...
分类:
其他好文 时间:
2019-01-16 01:01:57
阅读次数:
241
B. Squares and Segments time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Little Sofia is i ...
分类:
其他好文 时间:
2019-01-13 20:02:16
阅读次数:
228
官方文档: https://www.vultr.com/docs/high-availability-on-vultr-with-floating-ip-and-bgp https://www.vultr.com/docs/configuring-bgp-on-vultr 1、由于我们没有自己的IP ...
分类:
其他好文 时间:
2019-01-11 14:44:56
阅读次数:
219
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2019/1/4 18:06"#鸭子类型class Duck(object): def quack(self): print('quack')class Bird(object): d ...
分类:
其他好文 时间:
2019-01-06 18:06:57
阅读次数:
136
1. The code itself. The most obvious value in code review is often framed in “catching bugs”. (能查出bug) 2. Macro level knowledge sharing.When you revie ...
分类:
其他好文 时间:
2019-01-05 00:50:44
阅读次数:
446
1、1字节=8位,1024字节=1KB2、16进制0x12345678,其二进制为00010010 00110100 01010110 01111000共4字节3、字节序:两个或多个字节存放的先后顺序(Big Endian大端序,Little Endian小端序)。UTF-16编码的头2个字节里标记 ...
分类:
编程语言 时间:
2019-01-04 14:58:54
阅读次数:
271
A simple flaw allows attackers to derive WiFi credentials with little effort. A simple flaw allows attackers to derive WiFi credentials with little ef ...
分类:
其他好文 时间:
2018-12-27 13:24:11
阅读次数:
152
On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or vertically, to ...
分类:
其他好文 时间:
2018-12-26 00:30:52
阅读次数:
134
引言 在计算机内存中,通常是以字节(Byte),也就是 8 个位(Bit)为基本存储单元(也有以 16 位为基本存储单元的)。对于跨越多个字节的数据类型(比如 int 长 4 个字节),如何在内存中对这些字节进行排序有两种常见的方法:大端法(Big-endian)和小端法(Little-endian ...
分类:
其他好文 时间:
2018-12-24 02:51:06
阅读次数:
234
参考博客: https://blog.csdn.net/javadhh/article/details/66477423 https://www.cnblogs.com/little-fly/p/8683197.html 系列: https://www.jianshu.com/p/b9f3f6a16 ...
分类:
Web程序 时间:
2018-12-22 22:41:58
阅读次数:
263