摘要: 在线下载jdk wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/j 阅读全文
posted @ 2023-09-02 23:45 Carver-听风 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 第一种:软件的获取与安装 Unbuntu apt-get install -y htop Debian apt-get install htop Fedora yum install htop CentOS或RedHat yum install htop Mac yum install htop 或 阅读全文
posted @ 2023-09-02 21:16 Carver-听风 阅读(436) 评论(0) 推荐(0) 编辑
摘要: yum install php-devel php-pear 阅读全文
posted @ 2023-09-02 18:53 Carver-听风 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 安装librdkafka cd /usr/local/src/ git clone https://github.com/edenhill/librdkafka.git cd librdkafka ./configure make && make install ln -s /usr/local/l 阅读全文
posted @ 2023-09-02 18:49 Carver-听风 阅读(102) 评论(0) 推荐(0) 编辑