2021年11月23日

5.linux 安装redis

摘要: https://blog.csdn.net/qq_39135287/article/details/83474865 阅读全文

posted @ 2021-11-23 15:40 放弃容易坚持一定很帅 阅读(10) 评论(0) 推荐(0) 编辑

2021年11月19日

Consider defining a bean of type 'javax.persistence.EntityManagerFactory' in your configuration

摘要: 提示:Parameter 1 of method springProcessEngineConfiguration in org.activiti.spring.boot.JpaProcessEngineAutoConfiguration$JpaConfiguration required a be 阅读全文

posted @ 2021-11-19 09:54 放弃容易坚持一定很帅 阅读(1697) 评论(0) 推荐(0) 编辑

2021年6月15日

1.docker的安装

摘要: docker的学习 1.docker的安装 `Centos6安装 --配置yum源 $ sudo yum install http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm $ sudo yum install doc 阅读全文

posted @ 2021-06-15 22:37 放弃容易坚持一定很帅 阅读(37) 评论(0) 推荐(0) 编辑

2021年3月14日

java_根据实体字段中的中文汉字排序

摘要: package com.xiahaolei.algorithm.test; import java.text.Collator; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator 阅读全文

posted @ 2021-03-14 14:36 放弃容易坚持一定很帅 阅读(157) 评论(0) 推荐(0) 编辑

2021年2月24日

遍历set集合,进行数据的拼接

摘要: 1 import org.apache.commons.lang3.StringUtils; 2 3 import java.util.HashSet; 4 import java.util.Set; 5 6 public class StringUtilTest { 7 public static 阅读全文

posted @ 2021-02-24 15:08 放弃容易坚持一定很帅 阅读(753) 评论(0) 推荐(0) 编辑

2021年2月2日

关于integer 和int

摘要: 结果: 阅读全文

posted @ 2021-02-02 11:44 放弃容易坚持一定很帅 阅读(30) 评论(0) 推荐(0) 编辑

2021年1月27日

03.linux环境安装mysql8的安装包

摘要: 一.下载mysql8版本, 通过网络方式 1.安装yum环境 yum -y install wget 2.下载mysql软件 wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.11-linux-glibc2.12-x86_64. 阅读全文

posted @ 2021-01-27 23:35 放弃容易坚持一定很帅 阅读(172) 评论(0) 推荐(0) 编辑

02.linux下面安装jdk8

摘要: 一.jdk8 百度云地址:链接:https://pan.baidu.com/s/1VJlNdOFonvc66lT-6wFcgQ 提取码:z0c5 二:步骤: 1.安装rz命令:yum install lrzsz rz:从本地上传文件至服务器 sz filename:从服务器下载文件至本地 2.上传j 阅读全文

posted @ 2021-01-27 10:29 放弃容易坚持一定很帅 阅读(69) 评论(0) 推荐(0) 编辑

01.VMware15.5下安装Centos7

摘要: 一.VM15.5的密钥: 下载地址: 链接:https://pan.baidu.com/s/13vg5ERxNa8giL59jeJoCKw 提取码:nakp 密钥:FC7D0-D1YDL-M8DXZ-CYPZE-P2AY6 二:下载Centos7.5的地址 链接:https://pan.baidu. 阅读全文

posted @ 2021-01-27 10:00 放弃容易坚持一定很帅 阅读(114) 评论(0) 推荐(0) 编辑

2021年1月19日

使用ES出现 ElasticSearch ClusterBlockException[blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];导致原因内存溢出,无法插入

摘要: 关闭只读,一下子就反应过来了, PUT xxx_asset/_settings { "index": { "blocks": { "read_only_allow_delete": "false" } } } 阅读全文

posted @ 2021-01-19 13:54 放弃容易坚持一定很帅 阅读(282) 评论(0) 推荐(0) 编辑

导航