摘要: 查看Linux系统版本 uname -r # 4.18.0-513.5.1.el8_9.x86_64 cat /etc/os-release # NAME="Rocky Linux" # VERSION="8.9 (Green Obsidian)" cat /proc/version # Linux 阅读全文
posted @ 2025-11-24 13:45 lisacumt 阅读(5) 评论(0) 推荐(0)
摘要: #!/bin/bash cid=`docker ps | grep your_docker_name | awk -F" " '{print $1}'` echo "get your_docker_name contain id:${cid}" if [ -n ${cid} ];then ts=`d 阅读全文
posted @ 2025-11-14 16:53 lisacumt 阅读(4) 评论(0) 推荐(0)
摘要: 建议使用doris.apache.org的二进制文件包,需要改那些文件编译后替换。 准备: 1. linux编译环境(cpu核数要多+内存要大),需要安装好docker,使用docker编译,同时可以运行linux版本的idea idea官方 下载一个社区版本即可。并复制到虚拟机linux环境的任意 阅读全文
posted @ 2025-10-22 12:03 lisacumt 阅读(14) 评论(0) 推荐(0)
摘要: vertica数据库测试数据和java api 测试sql select * from "db"."vertica_12_all_types"; DROP TABLE db.vertica_12_all_types; CREATE TABLE db.vertica_12_all_types ( -- Numeric types integer_c 阅读全文
posted @ 2025-09-28 09:46 lisacumt 阅读(11) 评论(0) 推荐(0)
摘要: 一、编译ranger npm config set strict-ssl false # when log: ` Running 'npm run r.js` a application that related to js file would be opened, just close the 阅读全文
posted @ 2025-09-02 11:41 lisacumt 阅读(13) 评论(0) 推荐(0)