会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Toggle navigation
stdpain
博客园
联系
Submit
订阅
管理
管理面板
随笔
stdpain
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
19
下一页
2020年10月21日
build protobuf debug version
摘要: https://github.com/protocolbuffers/protobuf/issues/1102 ./configure CXXFLAGS="-O0 -g -DDEBUG -static"
阅读全文
posted @ 2020-10-21 00:01 stdpain
阅读(188)
评论(0)
推荐(0)
2020年10月14日
BDB JE
摘要: 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)
Linux Core 位置
摘要: /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)
2020年10月13日
/usr/bin/ld: this linker was not configured to use sysroots
摘要: 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)
SSL certificate problem: self signed certificate in certificate chain
摘要: 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)
2020年9月30日
cmake list include
摘要: 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)
2020年9月28日
Python 编译
摘要: 解压: 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)
2020年9月26日
生成SSL证书
摘要: 生成私钥 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)
2020年9月22日
valgrind 如何屏蔽
摘要: 如果依赖了第三方的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)
2020年9月16日
Linux addr2line
摘要: 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
下一页
公告
Copyright © 2021 stdpain
Powered by .NET 5.0 on Kubernetes