Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4141740
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2022-04-19 16:01:08

ubuntu 18.04因为升级glibc的原因,被放弃了。1 安装一下的库sudo apt install -y bison build-essential cmake flex git libedit-dev \  libllvm7 llvm-7-dev libclang-7-dev python zlib1g-dev libelf-dev libfl-dev python3-distutils sudo apt-get install libluajit-5.1-dev luajitsudo apt-get in.........【阅读全文】

阅读(1320) | 评论(0) | 转发(0)

发布时间:2022-04-06 16:10:16

1.删除canal用户DROP USER 'canal'@'%'2.添加canal用户CREATE USER canal IDENTIFIED BY 'canal'; GRANT SELECT, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'canal'@'%';-- GRANT ALL PRIVILEGES ON *.* TO 'canal'@'%' ;FLUSH PRIVILEGES;......【阅读全文】

阅读(1228) | 评论(0) | 转发(0)

发布时间:2022-03-31 16:05:41

rbw是rustup target add x86_64-unknown-linux-mus  也不行必须安装sudo apt-get install musl-tools然后运行 ......【阅读全文】

阅读(1998) | 评论(0) | 转发(0)

发布时间:2022-01-04 16:17:43

下载librdkafka   点击(此处)折叠或打开https://github.com/edenhill/librdkafkacd librdkafka./configure --prefix=/usrmakesudo make installldconfig然后运行 pip install requests certifi confluent-kafka[avro,json,protobuf].........【阅读全文】

阅读(831) | 评论(0) | 转发(0)

发布时间:2022-01-04 16:13:05

最近安装avro-python3,一直报    error: invalid command 'bdist_wheel'    ----------------------------------------  Failed building wheel for avro-python3pip install wheelpip install --upgrade setuptools......【阅读全文】

阅读(2320) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册