报错: error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0" error Found ...
分类:
其他好文 时间:
2020-06-01 21:02:01
阅读次数:
132
/* example1.c */ /* */ /* This small program shows how to print a rotated string with the */ /* FreeType 2 library. */ #include <stdio.h> #include <st ...
分类:
其他好文 时间:
2020-06-01 20:50:42
阅读次数:
54
在启动一台消费者微服务时出现了异常 Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalanc ...
分类:
数据库 时间:
2020-06-01 00:39:29
阅读次数:
215
//文件类型过滤 const TCHAR pszFilter[] = _T("EXE File (*.exe)|*.exe|Dynamic-link library (*.dll)|*.dll|Any Files (*.*)|*.*|"); //第一个参数为TRUE是打开文件,为FALSE是文件另存 ...
分类:
编程语言 时间:
2020-05-31 21:26:02
阅读次数:
86
知识点:1.安装jmeter 2.执行第一个脚本 3.报错unzip: command not found 解压方法yum install -y unzip zip 连接服务器在/目录安装jdk1.8 yum -y install java-1.8.0-openjdk* 安装完成后环境变量自动生效输 ...
分类:
系统相关 时间:
2020-05-31 18:01:09
阅读次数:
104
调试的时候报错: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决: 检查 xxxMapper.xml 文件,发现文件mapper地址配错了,修改后解决 参考: https://blo ...
分类:
Web程序 时间:
2020-05-31 16:12:31
阅读次数:
63
by 闲欢 之前我们用了 urllib 库,这个作为入门的工具还是不错的,对了解一些爬虫的基本理念,掌握爬虫爬取的流程有所帮助。入门之后,我们就需要学习一些更加高级的内容和工具来方便我们的爬取。那么这一节来简单介绍一下 requests 库的基本用法。 介绍 首先让我们来看 Requests 官方的 ...
分类:
其他好文 时间:
2020-05-31 16:06:53
阅读次数:
48
1.列表,[ ],删除最后一个元素pop,添加到末尾Append,有序的 代码: colors=["purple", "orange", "green"]guess=input("Guess a color:")if guess in colors: print("You guessed corre ...
分类:
其他好文 时间:
2020-05-31 00:36:57
阅读次数:
69
1. No suitable driver found for mysql:jdbc://localhost:3306/test
2. Not allowed to connect to this MySQL server
3. The server time zone value '?... ...
分类:
数据库 时间:
2020-05-30 22:04:20
阅读次数:
107
源码包安装了openssl,但是执行 ./configure后,make的时候不通过,报:/usr/local/ssl/.openssl/include/openssl/ssl.h] Error 127
分类:
其他好文 时间:
2020-05-30 21:54:44
阅读次数:
171