logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

windows下python`pip install xxx`安装第三方库时报`error: Microsoft Visual C++ 14.0 is required`

windows下python在安装一些第三方库时经常会报`error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools"`错误,解决办法有两种如下

#windows#pip
windows下python`pip install xxx`安装第三方库时报`error: Microsoft Visual C++ 14.0 is required`

windows下python在安装一些第三方库时经常会报`error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools"`错误,解决办法有两种如下

#windows#pip
windows下安装redis后启动占用c盘大量空间解决办法

Windows版Redis启动后,会在C盘自动创建一个很大的缓存文件,C:\Users\{你的用户名}\AppData\Local\Redis\RedisQFolk_****.dat,一个大概就有7G左右,如果系统异常关闭,还会再新建一个差不多大小的缓存文件,之前的不会自动删除掉,会导致硬盘占用量越来越大。我们可以通过自定义路径即可将其转移到其他分区,并限制其大小。解决办法如下:找到redi...

#redis
springboot项目中使用redis对数据进行解析报Invalid numeric value: Leading zeroes not allowed错误

错误分析在使用redis获取发送的短信验证码,偶尔会报如下错误信息2019-01-15 10:32:15.104 [http-nio-8080-exec-10] WARNorg.springframework.web.servlet.PageNotFound:1176 - No mapping found f lowedat [Source: [B@2836aebe; line: 1,...

#redis
360浏览器兼容模式下ajax请求第二次访问,不会请求接口问题

在360浏览器兼容模式下,页面通过ajax方式请求一个接口时,会将返回的结果给缓存,当第二次去请求的时候不会调用后台的接口,这就导致了当我第一次访问过此接口后返回true,当我将结果修改为false是,返回的仍是true而不是false

springboot+logback进行日志输出时报current ElementPath is [[configuration][root][springProfile]]错误

Logback configuration error detected:ERROR in ch.qos.logback.core.joran.spi.Interpreter@118:32 - no applicable action for [springProfile], current ElementPathis [[configuration][root][springProfile]]

到底了