上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: 少即是多 deb 包安装 微信 钉钉 Telegram Firefox Intellij Idea DataGrip JDK Maven Tomcat Vscode Clash Postman Wps 搜狗拼音 Ubuntu Software 安装 Tweaks 命令行安装 apt git apt 阅读全文
posted @ 2022-05-19 09:21 LiuChengloong 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 获取 PID Linux jps -v | grep 端口号/项目名称 Mac lsof -i tcp:8080 Windows netstat -ano|findstr 8080 启动 到 github 上下载最新的 release 版本 windows 启动:(大于 jdk8 的需要添加 --i 阅读全文
posted @ 2022-05-17 14:54 LiuChengloong 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 最近在使用 LiteFlow 的时候有发现控制台会打印这个 logo,就是类似于 SpringBoot 启动的那个 ASIIC 画的一个图标。于是乎我就找文档看看是否能够将这个 logo 给去掉。 但是好像没有发现有哪里配置能够将这个 logo 给去除掉。当然这个 logo 是一个 info 级别的 阅读全文
posted @ 2022-05-06 15:59 LiuChengloong 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 轻量,快速,稳定可编排的组件式规则引擎 引用官网的介绍,LiteFlow就是为解耦复杂逻辑而生,如果你要对复杂业务逻辑进行新写或者重构,用LiteFlow最合适不过。它是一个轻量,快速的组件式流程引擎框架,组件编排,帮助解耦业务代码,让每一个业务片段都是一个组件,并支持热加载规则配置,实现即时修改。 阅读全文
posted @ 2022-05-05 14:39 LiuChengloong 阅读(7337) 评论(0) 推荐(0) 编辑
摘要: 今日在查看公司本地服务器的时候发现磁盘空间几乎要用完了,调查了一会发现是使用 docker 部署的 gitlab 容器产生了大量的日志文件,文件大约占用了 30G+,gitlab 容器大约运行了 2 年左右。这里记录下查找和解决过程。 介绍几个 Linux 命令 df -h 查看整个磁盘的空间使用情 阅读全文
posted @ 2022-05-03 22:01 LiuChengloong 阅读(2286) 评论(0) 推荐(1) 编辑
摘要: 有时候由于中国网络的问题,我们并不能很方便的下载一些开源软件,下载速度往往不是很理想。 这时候国内一些镜像就很好用了,比如清华的,南京大学的等。 https://mirrors.tuna.tsinghua.edu.cn/ https://mirrors.nju.edu.cn/ 阅读全文
posted @ 2022-04-22 09:22 LiuChengloong 阅读(104) 评论(0) 推荐(0) 编辑
摘要: docker run -p 6080:80 -p 5900:5900 -v ./downloads:/root/Downloads dorowu/ubuntu-desktop-lxde-vnc 阅读全文
posted @ 2022-03-23 14:40 LiuChengloong 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 记录下编译 APISIX 的经历 1.必须要有 OpenResty 由于 APISIX 是基于 OpenResty 开发的,所以底层依赖于 OpenResty,故使用前先要安装 OpenResty,安装方式见 OpenResty 官网。OpenResty install 2.CentOS7 安装 官 阅读全文
posted @ 2022-03-18 14:24 LiuChengloong 阅读(780) 评论(0) 推荐(0) 编辑
摘要: 二话不说,上个 docker-compose.yml 为敬! version: "3" services: apisix-dashboard: image: apache/apisix-dashboard:2.10.1-alpine restart: always volumes: - ./dash 阅读全文
posted @ 2022-03-17 10:30 LiuChengloong 阅读(1919) 评论(0) 推荐(0) 编辑
摘要: 主要的几个操作 查看已有会话: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 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页