会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一任阶前、点滴到天明
首页
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
26
下一页
2022年5月5日
LiteFlow 基本使用教程
摘要: 轻量,快速,稳定可编排的组件式规则引擎 引用官网的介绍,LiteFlow就是为解耦复杂逻辑而生,如果你要对复杂业务逻辑进行新写或者重构,用LiteFlow最合适不过。它是一个轻量,快速的组件式流程引擎框架,组件编排,帮助解耦业务代码,让每一个业务片段都是一个组件,并支持热加载规则配置,实现即时修改。
阅读全文
posted @ 2022-05-05 14:39 LiuChengloong
阅读(9420)
评论(0)
推荐(0)
2022年5月3日
Docker 容器占用大量磁盘空间
摘要: 今日在查看公司本地服务器的时候发现磁盘空间几乎要用完了,调查了一会发现是使用 docker 部署的 gitlab 容器产生了大量的日志文件,文件大约占用了 30G+,gitlab 容器大约运行了 2 年左右。这里记录下查找和解决过程。 介绍几个 Linux 命令 df -h 查看整个磁盘的空间使用情
阅读全文
posted @ 2022-05-03 22:01 LiuChengloong
阅读(2515)
评论(0)
推荐(1)
2022年4月22日
开源软件下载地址
摘要: 有时候由于中国网络的问题,我们并不能很方便的下载一些开源软件,下载速度往往不是很理想。 这时候国内一些镜像就很好用了,比如清华的,南京大学的等。 https://mirrors.tuna.tsinghua.edu.cn/ https://mirrors.nju.edu.cn/
阅读全文
posted @ 2022-04-22 09:22 LiuChengloong
阅读(271)
评论(0)
推荐(0)
2022年3月23日
ubuntu desktop with vnc
摘要: docker run -p 6080:80 -p 5900:5900 -v ./downloads:/root/Downloads dorowu/ubuntu-desktop-lxde-vnc
阅读全文
posted @ 2022-03-23 14:40 LiuChengloong
阅读(39)
评论(0)
推荐(0)
2022年3月18日
编译 APISIX
摘要: 记录下编译 APISIX 的经历 1.必须要有 OpenResty 由于 APISIX 是基于 OpenResty 开发的,所以底层依赖于 OpenResty,故使用前先要安装 OpenResty,安装方式见 OpenResty 官网。OpenResty install 2.CentOS7 安装 官
阅读全文
posted @ 2022-03-18 14:24 LiuChengloong
阅读(983)
评论(0)
推荐(0)
2022年3月17日
使用 docker 部署 APISIX 3.12.0 包含 dashboard
摘要: 二话不说,上个 docker-compose.yml 为敬! version: "3" services: apisix: image: apache/apisix:3.12.0-debian restart: always volumes: - ./apisix_conf/config.yaml:
阅读全文
posted @ 2022-03-17 10:30 LiuChengloong
阅读(2225)
评论(0)
推荐(0)
2022年3月16日
Tmux
摘要: 主要的几个操作 查看已有会话:tmux ls 新建会话:tmux new -s 接入会话:tmux attach -t 或 tmux a 杀死会话:tmux kill-session -t 或 tmux kill-session -t 0 进入 tmux 后 ctrl+b d 脱离会话 ctrl+b
阅读全文
posted @ 2022-03-16 16:14 LiuChengloong
阅读(272)
评论(0)
推荐(0)
2022年2月26日
Drone 教程
摘要: Drone 相对于常见的 Jenkins,选中 Drone 的原因在于它非常简洁,不像 Jenkins 那样复杂,同时它拥有可以满足基本需求的能力,并且提供了许多实用的插件。 而且 Jenkins 包含了大量的图形化界面,虽然大而全,但是在有时候只想简单的做一个 CI 的容器时就显得有些笨重,本文简
阅读全文
posted @ 2022-02-26 10:10 LiuChengloong
阅读(4925)
评论(0)
推荐(0)
2022年2月22日
docker aria2 pro
摘要: https://p3terx.com/archives/docker-aria2-pro.html sudo docker run -d \ --name aria2-pro \ --restart unless-stopped \ --log-opt max-size=1m \ --network
阅读全文
posted @ 2022-02-22 13:14 LiuChengloong
阅读(257)
评论(0)
推荐(0)
2022年2月21日
Ubunut 安装 Mariadb 数据库
摘要: 安装并设置root密码 ## apt 安装 sudo apt install mariadb-server ## 开机启动,启动服务 sudo systemctl enable mariadb.service sudo systemctl start mariadb.service ## 允许数据库
阅读全文
posted @ 2022-02-21 13:43 LiuChengloong
阅读(50)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
26
下一页
公告