上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: https://github.com/protocolbuffers/protobuf/issues/1102 ./configure CXXFLAGS="-O0 -g -DDEBUG -static" 阅读全文
posted @ 2020-10-21 00:01 stdpain 阅读(188) 评论(0) 推荐(0)
摘要: https://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html https://www.oracle.com/database/technologies/related/berkeleydb-down 阅读全文
posted @ 2020-10-14 19:37 stdpain 阅读(267) 评论(0) 推荐(0)
摘要: /proc/sys/kernel/core_pattern echo core | sudo tee /proc/sys/kernel/core_pattern reference: https://blog.csdn.net/u011417820/article/details/71435031 阅读全文
posted @ 2020-10-14 11:19 stdpain 阅读(140) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/53633705/cmake-the-c-compiler-is-not-able-to-compile-a-simple-test-program/53635241 阅读全文
posted @ 2020-10-13 21:02 stdpain 阅读(408) 评论(0) 推荐(0)
摘要: fatal: unable to access 'https://github.com/apache/incubator-doris.git/': SSL certificate problem: self signed certificate in certificate chain Soluti 阅读全文
posted @ 2020-10-13 20:35 stdpain 阅读(679) 评论(0) 推荐(0)
摘要: get_property(dirs DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES) foreach(dir ${dirs}) message(STATUS "dir='${dir}'") endforeach() 阅读全文
posted @ 2020-09-30 00:07 stdpain 阅读(463) 评论(0) 推荐(0)
摘要: 解压: tar -zxf PythonXX.tgz 安装依赖: yum install libffi-devel configure mkdir build cd build ../configure --enable-optimizations --prefix=`pwd`/install --w 阅读全文
posted @ 2020-09-28 15:53 stdpain 阅读(143) 评论(0) 推荐(0)
摘要: 生成私钥 openssl genrsa -out server.key 2048 通过私钥生成 crt server_host 是访问的地址 stdpain.cc openssl req -new -x509 -days 3650 \ -subj "/C=GB/L=China/O=grpc-serv 阅读全文
posted @ 2020-09-26 18:25 stdpain 阅读(125) 评论(0) 推荐(0)
摘要: 如果依赖了第三方的lib,有可能导致valgrind疯狂打日志,非常难排查问题 我们可以使用: valgrind --suppressions=valgrind.conf --gen-suppressions=all --leak-check=full --show-leak-kinds=defin 阅读全文
posted @ 2020-09-22 19:43 stdpain 阅读(502) 评论(0) 推荐(0)
摘要: dmesg 看出错的位置 然后再用 addr2line -e $bin $addr ref: https://blog.csdn.net/lhf_tiger/article/details/9088609 ref2: 一些segment fault定位方法 https://blog.csdn.net 阅读全文
posted @ 2020-09-16 10:18 stdpain 阅读(318) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页