摘要:
package com.scan.xxx.config.quartz; import lombok.extern.slf4j.Slf4j; import org.quartz.*; import org.springframework.beans.factory.annotation.Autowir 阅读全文
摘要:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
摘要:
springboot jsp项目不要用启动类启动 用插件springboot:run 暂时不知道原因 阅读全文
摘要:
worker_processes 1; events { worker_connections 1024;} http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeou 阅读全文
摘要:
遇到问题:vue项目正常启动,钩子函数不生效 语法问题,但是没有提示,将钩子函数写在method里边了 阅读全文
摘要:
相关配置:1、yum安装相关依赖安装 curl,policycoreutils-python,openssh-server服务# yum install curl policycoreutils-python openssh-server -y 2、启动sshd服务,并激活开机启动# systemc 阅读全文
摘要:
/** * @Author * @Description //TODO 2*n+1菱形 * @Date * @Param int * @return **/ public static void printLing(int num) { //上半部分n+1=num行 for (int i = 0; 阅读全文
摘要:
1. 添加依赖 <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope></dependency>说明:尽在 阅读全文
摘要:
<mirrors> <mirror> <id>ibiblio</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>https://maven.aliyun.com/mvn/v 阅读全文
摘要:
直接把下面的配置替换成settings.xml中的内容 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.o 阅读全文