background picture of the home page

Hi,Friend

Docker 部署 jar 一键启动

演示视频 DOCKER-JAR部署方案及脚本 结构 . ├── docker_compose_dir_base │   ├── docker-compose.yml │   ├── .env │   ├── Dockerfile │   └── docker-init-up.sh ├── d

thumbnail of the cover of the post

gitHub+阿里云dockerHub

教程 github地址:https://github.com/tech-shrimp/docker_image_pusher 附推送脚本 核心推送脚本(docker-push.sh)(最好只存在一份) #!/bin/sh

thumbnail of the cover of the post

maven-mvnd

maven-mvnd 演示视频: 使用过mavne、gradle、Takari构建工具的会发现maven的构建速度很慢,于是maven为了提升maven的构建速度,于2023年推出了maven mvnd,想以此打个翻身仗。 下面是官方摘录的介绍 架构概述: mvnd嵌入 Maven(因此无需单独安装

thumbnail of the cover of the post

spring-boot + ollama + 大模型集成

spring-boot + ollama + 大模型集成(以deepseek为演示) 注:该文章不包括 ollama 部署 ai-ollama pom文件内容 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="h

thumbnail of the cover of the post

Ollama docker 安装部署

Ollama docker 安装部署 1.安装Ollama 备注:我的开发服务器没有显卡,所以只能用CPU来跑。 如果您的机器支持GPU,可添加GPU参数支持,参考:https://hub.docker.com/r/ollama/ollama 1.1方式一:编辑 docker-compose.yml

thumbnail of the cover of the post

Ubuntu 安装 Docker

Ubuntu 安装 Docker 准备条件 #安装前先卸载操作系统默认安装的docker, sudo apt-get remove docker docker-engine docker.io containerd runc #安装必要支持 sudo apt install apt-tra

thumbnail of the cover of the post

maven 配置 profiles

maven 配置 profiles 1.pom 使用 结构1 最父级parent 方案 1.1 以以下项目演示 ai ├─common-framework-all │ ├─framework-knife4j │ │ └─src │ │ └─main │ │ ├─

thumbnail of the cover of the post

WebSocket 分布式方案

WebSocket 单体分布式 1.架构 采用单体架构(需要微服务架构请自行拆解),支持分布式部署 技术栈:nacos+redis+websocket 1.1 项目结构 websocket-new-module └─src └─main ├─java │ └─c

thumbnail of the cover of the post

Yunzai

云崽安装 1.安卓部署方式 点击查看 2.系统安装配置 2.0.Win安装 2.0.1 安装 MYSY2

thumbnail of the cover of the post