上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 58 下一页
摘要: 7za a -mem=AES256 -pok e.zip 1 7za x 1.zip 1 brew install p7zip 阅读全文
posted @ 2022-01-11 18:29 zJanly 阅读(137) 评论(0) 推荐(0)
摘要: var raw = []byte("On modern Linux systems, the in-kernel random number generator in /dev/random is considered cryptographically secure and, crucially, 阅读全文
posted @ 2022-01-07 18:02 zJanly 阅读(66) 评论(0) 推荐(0)
摘要: https://quicwg.org/ https://github.com/lucas-clemente/quic-go.git 阅读全文
posted @ 2021-12-31 16:50 zJanly 阅读(37) 评论(0) 推荐(0)
摘要: import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;import org.bouncycastle.openssl.PEMException;import org.bouncycastle.openssl.PEMKeyPair;import org.bo 阅读全文
posted @ 2021-12-30 10:28 zJanly 阅读(252) 评论(0) 推荐(0)
摘要: 简介 B 树是为了磁盘或其它存储设备而设计的一种多叉平衡查找树。(相对于二叉,B树每个内结点有多个分支,即多叉) B树又可以写成B-树/B-Tree,并不是B“减”树,横杠为连接符,容易被误导 首先我们介绍一下一棵 m 阶B-tree的特性 m 阶的定义:一个节点能拥有的最大子节点数来表示这颗树的阶 阅读全文
posted @ 2021-12-22 17:04 zJanly 阅读(120) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_34252090/article/details/92562419 https://github.com/LMDB/lmdb #include <stdio.h>#include "lmdb.h" int main(int argc,char 阅读全文
posted @ 2021-12-22 16:04 zJanly 阅读(238) 评论(0) 推荐(0)
摘要: https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#introduction%E2%91%A2 https://webassembly.github.io/spec/core/_download/WebAssembly.pdf 1.wasi de 阅读全文
posted @ 2021-12-22 14:57 zJanly 阅读(44) 评论(0) 推荐(0)
摘要: https://devblogs.microsoft.com/java/aot-compilation-in-hotspot-introduction/ java aot Introduction In this blog post, we are going to focus on the Ahe 阅读全文
posted @ 2021-12-22 14:37 zJanly 阅读(31) 评论(0) 推荐(0)
摘要: https://github.com/mbasso/awesome-wasm github.com/tetratelabs/wazero 有关一些历史背景,请参阅这些幻灯片和这篇博文。 阅读全文
posted @ 2021-12-22 11:14 zJanly 阅读(212) 评论(0) 推荐(0)
摘要: __morestack 77 mov $SE_EENTER, %xax /* EENTER leaf */(gdb) si0x00007ffff7ba029d 77 mov $SE_EENTER, %xax /* EENTER leaf */(gdb) enclave_entry () at trt 阅读全文
posted @ 2021-12-20 10:45 zJanly 阅读(86) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 58 下一页