上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页
摘要: <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i 阅读全文
posted @ 2020-07-25 10:15 xl4ng 阅读(427) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i 阅读全文
posted @ 2020-07-25 10:08 xl4ng 阅读(361) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i 阅读全文
posted @ 2020-07-25 09:47 xl4ng 阅读(271) 评论(0) 推荐(0) 编辑
摘要: package com.ruoyi.project.tool.thymeleaf; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; imp 阅读全文
posted @ 2020-07-25 09:42 xl4ng 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 1. 在target目录中编写Dockerfile文件 FROM java:8 RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN echo "Asia/Shanghai" > /etc/timezone # 服务器只有d 阅读全文
posted @ 2020-06-27 15:43 xl4ng 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1. 下载nginx docker pull nginx 2. 创建nginx宿主机目录 mkdir -p /home/nginx/www /home/nginx/logs /home/nginx/conf 2. 创建临时容器 docker run --name nginx-test -p 8080 阅读全文
posted @ 2020-06-17 16:46 xl4ng 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1. 拉取mysql:5.7镜像 docker pull mysql:5.7 2. 创建外部数据和配置文件路径 msyql配置文件路径:/etc/mysql mysql数据卷路径:/var/lib/mysql mysql配置文件路径:/usr/local/docker/mysql/conf mysq 阅读全文
posted @ 2020-06-17 14:26 xl4ng 阅读(229) 评论(0) 推荐(0) 编辑
摘要: OpenOffice安装略 1.引入依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSc 阅读全文
posted @ 2020-06-06 09:25 xl4ng 阅读(4142) 评论(0) 推荐(0) 编辑
摘要: http://localhost/dev-api/common/download/resource?name=/profile/avatar/2020/05/27/fd7a23f212cda2805b83cf3f90c4af36.jpeg /** * 本地资源通用下载 * * @param name 阅读全文
posted @ 2020-05-27 22:12 xl4ng 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 1.前端 <el-upload action="#" :http-request="requestUpload" :show-file-list="false" :before-upload="beforeUpload"> <el-button size="small"> 上传 <i class=" 阅读全文
posted @ 2020-05-27 22:01 xl4ng 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页