2021-08-13 17:35:45    45    0    0
微服务中尝试使用多线程访问其他服务,通过服务接口调用失败,   通过Debug模式,跟随子线程调用链,发现处理服务发送时的请求头设置中, ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder .getRequestAttributes(); HttpServl
2021-06-15 10:18:43    341    0    0
**swagger-bootstrap-ui-前后端api接口文档** **简介**: **HOST**:localhost:5301 **联系人**: **Version**:1.0.0 **接口路径**:/v2/api-docs # appointment-controller ## 根据用户手机号、课程id记录预约结果 **接口描述**: **接口地址**:`
2021-06-04 13:01:41    675    0    0
文件已经添加到git版本库了,怎么从版本库中移除,变成忽略文件呢? 一 先找到 .gitignore文件,把文件或目录路径写入.gitignore 假设这个是配置文件 application-dev.properties .idea *.iws *.iml *.ipr application-dev.properties​ 假如application-dev.properties
2021-05-31 10:17:43    562    0    0
1,拉取镜像: docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g 2.创建容器  docker run -d -p 1521:1521 --name oracle11g registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g 3.
2021-05-31 00:20:44    413    0    0
linux 保留yum安装后的rpm包   在linux上,使用yum安装,默认安装完成之后会删除下载的rpm包;想要yum安装软件后,还保留安装包,那么需要修改/etc/yum.conf配置文件中的keepcache参数。 [root@bogon ~]# cat /etc/yum.conf  [main] cac
2021-05-30 17:24:33    404    0    0
查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 禁止firewall开机启动 systemctl disable firewalld.service ​
2020-08-12 14:18:01    611    0    0
# 手把手fastDFS实战1-安装部署 > 本文实现了基于fastDFS及nginx模块源代码的功能编译、安装及运行,详细记录了相关过程。 ## wsl ubuntu搭建 当前windows10支持通过wsl方式安装linux运行环境,具体参见官方说明https://docs.microsoft.com/zh-cn/windows/wsl/install-win10,主要步骤是:
2020-01-06 13:12:15    66    0    0
1.vivo的jar包maven安装
2019-05-30 12:34:24    45    0    0
#1.安装nodejs sudo apt-get install nodejs #2.安装npm sudo apt-get install npm #3.安装npm到最新版本 sudo npm install npm@latest -g #4.安装webpack到全局 sudo npm install webpack -g
2019-04-24 20:17:33    77    0    0
#1.nodejs本身Ubuntu自带,如果不存在可直接 sudo install node #2.