01 2024 档案

摘要:执行逻辑图 初始化表结构 -- 初始化表结构 drop table if exists empinfo; create table if not exists empinfo( id int ,name varchar(127) ,age int ,mark varchar(127) ,PRIMAR 阅读全文
posted @ 2024-01-25 17:17 chenzechao 阅读(193) 评论(0) 推荐(0) 编辑
摘要:1. 添加服务 cat >/etc/systemd/system/bigdata_sr_detection.service <<'EOF' [Unit] Description=bigdata_sr_detection After=network.target [Service] WorkingDi 阅读全文
posted @ 2024-01-22 14:53 chenzechao 阅读(335) 评论(0) 推荐(0) 编辑
摘要:## 功能 1. 先同步表、视图、存储过程、函数、触发器、事件等对象 2. 同步表数据 3. 增量同步 ![image](https://img2024.cnblogs.com/blog/986761/202401/986761-20240115105758282-1072703037.png) # 阅读全文
posted @ 2024-01-15 11:03 chenzechao 阅读(95) 评论(0) 推荐(0) 编辑
摘要:docker run -p 9030:9030 -p 8030:8030 -p 8040:8040 --name starRocks -itd starrocks/allin1-ubuntu:latest docker exec -it starRocks bash docker restart s 阅读全文
posted @ 2024-01-04 15:49 chenzechao 阅读(445) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/BThinker/article/details/124097795 # 拉取Gitlab镜像 docker pull gitlab/gitlab-ce:latest # 创建目录 mkdir -p /data/gitlab/etc mkdir -p /d 阅读全文
posted @ 2024-01-04 13:03 chenzechao 阅读(13) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示