Binary Road

Record binary bit by bit.


  • Home

  • Categories

  • Tags

  • Archives

  • About

数据结构与算法

Posted on 2018-07-15 | Visitors:
Words count in article: 0 | Reading time ≈ 1
Read more »

Java面试题

Posted on 2018-07-15 | Visitors:
Words count in article: 21 | Reading time ≈ 1
java集合集合类汇总 ioJava io 1 2 多线程jvm框架springmybatis
Read more »

SQL总结

Posted on 2018-07-07 | Visitors:
Words count in article: 0 | Reading time ≈ 1
Read more »

以太坊私有链搭建

Posted on 2018-07-04 | Visitors:
Words count in article: 1,506 | Reading time ≈ 6
客户端geth安装12345apt-get install software-properties-common // 安装工具包add-apt-repository -y ppa: ethereum/ethereum // 添加以太坊源apt-get update // 更新apt-get in ...
Read more »

以太坊基本概念

Posted on 2018-06-12 | In Ethereum | Visitors:
Words count in article: 2,775 | Reading time ≈ 9
交易/事务区块链是一个全局共享的,事务性的数据库。这意味着参与这个网络的每一个人都可以读取其中的记录。如果你想修改这个数据库中的东西,就必须创建一个事务,并得到其他所有人的确认。事务这个词意味着你要做的修改(假如你想同时修改两个值)只能被完完全全的实施或者一点都没有进行。 此外,当你的事务被应用到这 ...
Read more »

Linux内核打补丁

Posted on 2018-04-09 | Visitors:
Words count in article: 1,495 | Reading time ≈ 7
内核打补丁 选取补丁 —:源文件 +++:目标文件 @@ -x,y +m,n @@: 源文件修改范围从第x行开始,共y行 修改之后对应的目标文件从m行开始,共n行 缩进:表示该部分进行修改 + :增加一行 -:减少一行 无符号:表示引用这一行,不进行增加或减少 选取2018.2.28日commit ...
Read more »

proc

Posted on 2018-04-07 | In Linux | Visitors:
Words count in article: 793 | Reading time ≈ 4
内核中分别找出一处proc和seqfile的完整使用过程并记录下来procproc_create函数开始,看看其中的实现 123456static inline struct proc_dir_entry *proc_create( const char *name, umode_t mode ...
Read more »

Linux进程

Posted on 2018-04-01 | In Linux | Visitors:
Words count in article: 762 | Reading time ≈ 3
分别用fork、vfork创建进程 使用fork创建进程 123456789101112131415161718192021222324252627282930313233# include<stdio.h># include<unistd.h># include<s ...
Read more »

Trusted Computing&&Blockchain

Posted on 2018-03-24 | In 可信计算 | Visitors:
Words count in article: 190 | Reading time ≈ 1
TPM2.0TPM架构架构 命令执行流程 信任根 RTM(可信度量根) RTS(可信存储根) RTR(可信报告根) Hierarchy 平台hierarchy 存储hierarchy 背书hierarchy 主种子 EPS(背书主种子) PPS(平台主种子) SPS(存储主种子) 主要功能安全 ...
Read more »

shellcoders

Posted on 2018-03-20 | Visitors:
Words count in article: 446 | Reading time ≈ 3
C/C++、操作系统(内存管理)、硬件体系结构 12or eax,eax //if (eax<0)jge label 12345678910111213141516171819202122232425260x8048430 <triangle>: push %ebp0x80484 ...
Read more »
12
Anduin

Anduin

20 posts
5 categories
13 tags
© 2018 Anduin | Site words total count: 17.6k
Visitor Total Visit