上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 官方文档 *以下内容从官方复制出来的* 目录和文件 这些是一些重要的tomcat目录: /bin -(启动,关闭和其他脚本) /conf -配置文件和相关DTD,这里最重要的文件是server.xml,它是容器的主要配置文件. /logs - 日志文件默认目录. /webapps - Web应用程序 阅读全文
posted @ 2022-08-24 11:30 菜阿 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 使用Ant从零开始搭建tomcat源码环境 视频教程 准备工作 下载Ant apache-ant-1.10.9编辑 下载Tomcat源码 apache-tomcat-9.0.41-src 编辑 Idea,且装上Checkstyle插件(或者其他开发工具) 编译依赖的Jar包. 开始搭建 搭建编译环境 阅读全文
posted @ 2022-08-24 11:22 菜阿 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 安装 官方下载地址 目录结构: 配置 PATH 修改 注意:此处的操作可能会有其他未知的问题,最好还是理解window的命令查找机制,然后还是需要根据具体问题具体分析解决。 测试 阅读全文
posted @ 2022-08-18 15:30 菜阿 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 测试系统信息: 1.在目标机器中添加文件 vi /root/.ssh/authorized_keys //创建文件authorized_keys,需要使用哪个用户登录,就在对应的用户目录下添加authorized_keys authorized_keys 存放公钥,远程使用私钥登陆 chmod 60 阅读全文
posted @ 2022-08-16 17:24 菜阿 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 一、依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.5.3</version> </dependency> <dependency> 阅读全文
posted @ 2022-07-20 13:57 菜阿 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Nexus3: version: "3" services: nexus: image: sonatype/nexus3:3.33.0 volumes: - /home/nexus-data:/nexus-data restart: always ports: - "8081:8081" # 这两个 阅读全文
posted @ 2022-06-15 19:26 菜阿 阅读(921) 评论(0) 推荐(0) 编辑
摘要: Maven https://maven.aliyun.com/ https://repo.maven.apache.org Docker https://hub.docker.com/ https://docker.mirrors.ustc.edu.cn https://docker.hub.com 阅读全文
posted @ 2022-06-13 15:46 菜阿 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 局域网内访问子网服务 问题描述: 同一个路由器(172.18.0.0)下面有两台电脑A(172.18.40.45)和B (172.18.44.173) ,在B电脑上安装虚拟机 ,使用NAT网络连接 网段为 192.168.142.0 ,然后在虚拟机1上部署一个nginx,端口为80。 目的:想在A电 阅读全文
posted @ 2022-06-10 10:59 菜阿 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 上传Jar包到私有仓库Nexus3 官方文档 上传组件(Jar包) POST /service/rest/v1/components # 官方例子: curl -v -u admin:admin123 -X POST 'http://localhost:8081/service/rest/v1/co 阅读全文
posted @ 2022-06-09 09:04 菜阿 阅读(848) 评论(0) 推荐(0) 编辑
摘要: Docker: ## 安装Docker yum remove docker docker-client docker-client-latest docker-common docker-latest \ docker-latest-logrotate docker-logrotate docker 阅读全文
posted @ 2022-06-07 16:23 菜阿 阅读(60) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页