calStorage.setItem(key, value)取:window.localStorage.getItem(key)
1、从官方下载源码http://www.xuxueli.com/xxl-job。2、用IDEA打开后,项目结构如下:xxl-job-admin是xxl的调度系统,xxl-job-executor-samples是demo项目。3、建库建表4、启动调度系统初始化密码是admin/123456,数据库中已经存储了。5、配置xxl-job调度中心的地址6、生成xxl-job执行器的bean7、建
elasticsearch数据插入后,需要刷新分片,最长1s。可以在请求时设置refresh=true,立马可见。es官方文档
ALTER TABLE go2global.tran_string_exposure DELETE WHERE project_id=147;
在没有安装这个命令之前需要用ftp上传,还是感觉没有命令方便。这里将命令分享下,sudo yum install lrzsz -y。
1、注入vo依赖<dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency>2、封装实体copy方法import ja
一、注入依赖 org.quartz-sch
1、注入依赖 org.springframework.boot spring-boot-st
热部署,它适用于项目开发阶段,在保存代码时,项目自动重动重新项目频率,提高了开发效率。热部署的实现很简单,注入一个依赖就可以了。 org.springframework.boot spring-boot-devtools true
import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.springframework.context.ApplicationContextAware;import org.springframework.context.a
第一种,将项目打包后运行;1、清理gradle clean2、编译打包g
public static void main(String[] args) throws IllegalArgum
@Component@EnableSchedulingpublic class MQProducer {
String[] sqlArray = new String[list.size()];for(int x=0;x<
select * from testwhere find_in_set('1001',data_tags)
user nobody;worker_processes auto;worker_rlimit_nofile 65535;error_log logs/error.log erro
import lombok.extern.slf4j.Slf4j;import javax.swing.*;import java.awt.*;import java.io.*;/** * @Author zyh * @Date 2020/12/3 11:07 */@Slf4jpublic class Test { public static void main(String[] args)
import lombok.Data;import org.springframework.beans.factory.annotati
import org.apache.commons.lang.StringUti
/** * 下载excel * @param stringMGList 字符串列表 * @param sdMap 字符串详情
先看下代码<select id="findByAcc
private List<TranTmESDO> getSearchTmList(List<Long> ttIds,String keywords,String lgAlias) { String searchLgAlias="resultMap."+lgAlias; BoolQueryBuilder builder = QueryBuilder