摘要:
答:cat hello.* > hello 阅读全文
posted @ 2019-01-14 21:48
Jello
阅读(1722)
评论(0)
推荐(0)
摘要:
答: 切割文件hello,以每个文件最大10MiB来切割,切割好的文件名前缀为hello.,后缀为二位的数字,切割之后的名字为hello.01,hello.02等等 split -b 10M -d hello hello. 阅读全文
posted @ 2019-01-14 18:30
Jello
阅读(496)
评论(0)
推荐(0)
摘要:
1. 为什么会出现这种技术? 为了安全,例如:保护指纹虹膜的生物特征数据 2. 为了确保数据安全各家公司都做了些什么? Arm公司提出的了trustzone技术,用一根安全总线(称为NS位)来判断当前处于secure world还是non-secure world状态,状态的切换由ATF(arm t 阅读全文
posted @ 2019-01-14 16:54
Jello
阅读(22966)
评论(1)
推荐(3)