面临问题: config介绍: 这里大家可能会好奇,为什么要去读取github上面的配置?直接在config上不香吗?其实实际在工作中,配置的修改一般由运维人员或数据库管理员等来做,并且有时候他们也没有权限能去修改configServer上的配置,但他们能通过修改外部配置如github完成配置的更新 ...
分类:
编程语言 时间:
2021-02-26 12:59:20
阅读次数:
0
解决git clone慢 原命令:git clone https://github.com/xxx 替换为:git clone https://github.com.cnpmjs.org/xxx 解决npm install慢 换成阿里镜像源:npm config set registry https ...
分类:
其他好文 时间:
2021-02-25 12:13:34
阅读次数:
0
const path = require('path'); module.exports = { // 基本路径 publicPath: process.env.NODE_ENV 'production' ? '' : '/', // 输出文件目录 outputDir: process.env.NO ...
分类:
Web程序 时间:
2021-02-25 12:07:38
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
转自 程序猿Ricky ftrace(三)(实例) : https://blog.csdn.net/rikeyone/article/details/80110843 查找Kernel启动阶段的延时原因 1.确保内核配置了如下选项 CONFIG_FTRACE: "Tracers" CONFIG_FU ...
分类:
其他好文 时间:
2021-02-25 11:57:59
阅读次数:
0
文件夹数据库处理逻辑 public class DbFolder { JSONObject root; public DbFolder() { this.root = new JSONObject(); this.root.put("f_id", ""); this.root.put("f_name ...
分类:
Web程序 时间:
2021-02-25 11:55:52
阅读次数:
0
参考资料: https://zhuanlan.zhihu.com/p/104365543 2019-黑马Java最新Git教程 下载地址 git的安装,点击下一步即可。 git能够做的事情:1. 版本管理。2.协同开发 Git使用之前的配置 配置提交人姓名:git config --global u ...
分类:
其他好文 时间:
2021-02-25 11:53:14
阅读次数:
0
title: 关于spring boot 注入相关经验 date: 2019-07-27 06:54:30 categories: spring boot tags: java 关于spring boot 注入相关经验 这里是最近重新学习Spring boot关于注入相关的经验博客,特此记录一下: ...
分类:
编程语言 时间:
2021-02-24 13:23:47
阅读次数:
0
集成SpringBoot 找官方文档 https://www.elastic.co/guide/index.html 1、原生的mave 2、找对象 3、分析这个类中的方法 配置基本项目 发现默认的版本是6.8.6,版本不符,所以要自定义es版本 写一个config将对象注入进来 分析springb ...
分类:
编程语言 时间:
2021-02-24 13:19:16
阅读次数:
0
一,服务器安装 yum install -y openldap openldap-clients openldap-servers migrationtools 二,配置ldap服务器 2.1配置ldap的域和密码 vim /etc/openldap/slapd.d/cn\=config/olcDa ...
分类:
系统相关 时间:
2021-02-23 14:32:21
阅读次数:
0