background picture of the home page

Hi,Friend

MyBatisCodeHelper-Pro 破解教程

MyBatisCodeHelper-Pro 破解教程 免责声明 本软件和技术仅供学习和研究使用,禁止将其用于商业用途。如果您使用本软件和技术用于商业化而产生任何损失、风险或法律纠纷,作者将不承担任何责任。 作者不保证本软件和技术的完整性、准确性、可靠性、适用性或及时性。使用本软件和技术产生的任何后果

thumbnail of the cover of the post

Docker 部署 jar 一键启动

演示视频 交互式终端部署(升级) Enter 请输入容器名称 [默认: springboot-app]: [Enter] Enter 请输入基础镜像 [默认: openjdk:8u102-jre]: Enter 请输入JAR源文件路径(用于复制,可留空): /path/to/xxx.jar Ent

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