码迷,mamicode.com
首页 >  
搜索关键字:little bird    ( 1933个结果
uboot启动第一阶段分析
一. 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
Codeforces 1099 B. Squares and Segments-思维(Codeforces Round #530 (Div. 2))
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
vultr 上实现高可用冗余浮动公网IP出口(使用BIRD+BGP协议)High Availability on Vultr with Floating IP and BGP
官方文档: 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
Why review code?(为什么要复盘代码)
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
java 中的字符串编码
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 effort. A simple flaw allows attackers to derive WiFi credentials with little ef ...
分类:其他好文   时间:2018-12-27 13:24:11    阅读次数:152
Going Home POJ - 2195 (最小费用最大流)
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
Netty学习
参考博客: 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
1933条   上一页 1 ... 24 25 26 27 28 ... 194 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!