摘要: 钱包术语: wallet RIPEMD160 BASE58 Secp256k1 ECDSA abbr. elliptic curve digital signature algorithm 椭圆曲线数字签名算法 SHA256 椭圆曲线数字签名算法(ECDSA)是使用椭圆曲线密码(ECC)对数字签名算 阅读全文
posted @ 2018-08-01 16:02 zzfx 阅读(267) 评论(0) 推荐(0) 编辑
摘要: #define SIGSEGV 11 /* segmentation violation */ #define SIGSYS 12 /* bad argument to system call */ #define SIGPIPE 13 /* write on a pipe with no one 阅读全文
posted @ 2018-08-01 15:33 zzfx 阅读(143) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/nanyu/article/details/6475555 有人问这个问题: Code: try { std::cout << 10/0 << std::endl; } catch(...) { std::cout << "exception" << std 阅读全文
posted @ 2018-08-01 14:24 zzfx 阅读(806) 评论(0) 推荐(0) 编辑