- 博客(15)
- 资源 (6)
- 收藏
- 关注
原创 3. 常见问题
(1) 自定义的Bean 支持的类型 org.neo4j.driver.internal.types.TypeConstructor(2) 属性转换时进行了特殊处理 org.springframework.data.neo4j.core.mapping.DtoInstantiatingConverter,属性为置为null类型支持Map❎ANY {return!
2023-05-12 15:19:28
205
原创 Openssl 升级
tar -zxvf openssl-1.1.1i.tar.gzcd openssl-1.1.1i./config shared zlibmake && make installmv /usr/bin/openssl /usr/bin/openssl.1.0.2k-fips.bakmv /usr/include/openssl /usr/include/openssl.1.0.2k-fips.bakln -s /usr/local/bin/openssl /usr/bin/ope
2020-12-11 17:15:48
165
原创 There appears to be trouble with your network connection. Retrying...
1、设置国内淘宝镜像源 npm config set registry https://registry.npm.taobao.org2、设置超时时间 yarn install --network-timeout=300003、删除代理 npm config rm proxy npm config rm https-proxy...
2020-10-26 16:31:33
449
原创 docker容器不能解析域名,不能识别宿主机DNS
1、配置ip转发规则,在最后添加net.ipv4.ip_forward = 1 oot@VM_0_16_centos ~]# vim /usr/lib/sysctl.d/00-system.conf# Kernel sysctl configuration file## For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and# sysctl.conf(5) for more details.# Disabl..
2020-10-13 16:26:58
1485
原创 docker端口映射突然无效
docker端口映射突然无效1、查看防火墙状态( systemctl status firewalld ),防火墙是关闭的[root@VM-0-15-centos ~]# systemctl status firewalld● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor p
2020-10-13 14:10:06
1712
1
原创 docker-安装
1、 查看CentOS版本 lsb_release -a2、 查看系统内核版本 uname -r3、 查看是否已安装docker yum list installed | grep docker4、 设置yum镜像源 yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo5、安装docker (1)查...
2020-08-21 12:07:05
85
原创 Git安装——linux环境
1、查询git版本 (1)查看git版本 git --version (2)如果是1.8.3.1,则是centos默认的git版本,需要先卸载 yum -y remove git (3)查看git版本,此时应该已经没有git版本了 git --version2、安装新版本git Git安装——linux环境 (1)安装依赖(如果有依赖,则此步骤跳过) yum...
2020-08-20 16:28:54
158
原创 mysql安装——windows
1:mysql下载地址:https://dev.mysql.com/downloads/mysql/2:将mysql解压到一个文件夹3:配置环境变量 path->D:\mysql\mysql-5.6.41-winx644:管理员权限cmd窗口 (1)cd D:\mysql\mysql-5.6.41-winx64\bin (2)mysqld -install...
2020-01-15 11:30:00
114
原创 spring-5.1.2源码编译
一、编辑环境 jdk "1.8.0_151" idea 2018.3 Gradle 5.0 <spring-5.1.2>源码下载地址二、解压源码 1、 修改根目录下build.gradle 添加阿里云镜像buildscript { repos...
2018-12-22 23:12:26
692
原创 冒泡排序
import java.util.Arrays;import java.util.concurrent.ThreadLocalRandom;public class Bubble { /** * 获取一组随机数 */ public static Integer[] test(Integer num) { if (num <= ...
2018-12-19 18:18:33
108
原创 idea 导入 tomcat-8 源码
1:基本环境 IDEA安装,maven安装2:tomcat源码下载 http://mirrors.hust.edu.cn/apache/tomcat/tomcat-8/v8.5.35/src/apache-tomcat-8.5.35-src.zip3:tomcat源码修改 1:解压源码,在源码根目录,添加pom.xml文件 ...
2018-12-18 19:07:52
711
eclipse(Mars.1 Release 4.5.1)_1.8版本SVN插件
2017-10-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人