随笔分类 -  tikv

摘要:1) 问题一 error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed 解决:rustup toolchain install nightly-x86_64-unknown-linux-gnu 2) 问题二 rustup 阅读全文
posted @ 2022-07-08 22:50 stupidstan2019 阅读(233) 评论(0) 推荐(0)
摘要:【rust远程调试】 跟原来调试c程序类似 参考 https://munan.tech/blog/75283104.html https://www.cnblogs.com/jiangshifu/p/15321572.html 【tikv编译】 git clone https://github.co 阅读全文
posted @ 2022-06-11 07:42 stupidstan2019 阅读(180) 评论(3) 推荐(0)
摘要:0)代码量27w 1)tikv服务端 cenos8 https://github.com/tikv/tikv 2)py客户端编译 https://github.com/tikv/client-py pip3 install --upgrade pip yum install -y python3.8 阅读全文
posted @ 2022-03-28 22:13 stupidstan2019 阅读(60) 评论(0) 推荐(0)