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