摘要: 1、自建一个.sh后缀名字 2、编辑文件 3、 4、给文件授权 5、nohup ./文件名.sh 启动 阅读全文
posted @ 2020-07-22 15:44 这很周锐 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 2.idea tomcat设置 -Dfile.encoding=UTF-8 阅读全文
posted @ 2020-06-29 14:59 这很周锐 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 1 springboot工程本身就集成了jackson 只要是引入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependen 阅读全文
posted @ 2020-05-28 10:38 这很周锐 阅读(2446) 评论(0) 推荐(0) 编辑
摘要: 今天遇到个坑就是后台转发前台静态文件时候前台css js找不到文件 全部爆红 后来查找路径也没错 。最终使用spring内部配置解决 @Configuration @EnableWebMvc public class MyWebMvcConfigurerConfig extends WebMvcCo 阅读全文
posted @ 2020-05-18 18:33 这很周锐 阅读(759) 评论(0) 推荐(0) 编辑
摘要: vue 设置: nginx: 这里在本机测试的 需要将本机host 设置127.0.0.1 zrserver.com 阅读全文
posted @ 2020-05-11 16:46 这很周锐 阅读(3741) 评论(0) 推荐(0) 编辑
摘要: 1、如图单个处理器添加: responses.setHeader("Access-Control-Allow-Origin", "*"); responses.setHeader("Access-Control-Allow-Methods", "POST, GET, OPTIONS, DELETE" 阅读全文
posted @ 2020-04-30 16:08 这很周锐 阅读(3377) 评论(0) 推荐(1) 编辑
摘要: //rpm包安装方式卸载查包名:rpm -qa|grep -i mysql删除命令:rpm -e –nodeps 包名 //yum安装方式下载1.查看已安装的mysql命令:rpm -qa | grep -i mysql2.卸载mysql命令:yum remove mysql-community-s 阅读全文
posted @ 2020-04-21 10:59 这很周锐 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 1、下载:wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-8.0.0-ce.0.el7.x86_64.rpm 2、 阅读全文
posted @ 2020-03-26 17:23 这很周锐 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1、下载:https://www.sonatype.com/oss-thank-you-tar.gz 2、zxvf -tar 解压到/usr/local 下 3、进入bin目录下改内存vim nexus.vmoptions三个都改512 4、进入bin目录下启动./nexus run & 5、防火墙 阅读全文
posted @ 2020-03-26 14:42 这很周锐 阅读(451) 评论(0) 推荐(0) 编辑
摘要: package com.fyun.common.utils.util; import com.fyun.common.utils.enums.EnumCopyField; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import 阅读全文
posted @ 2020-03-25 14:55 这很周锐 阅读(235) 评论(0) 推荐(0) 编辑