yum 安装软件,有时会出现 Error: Package does not match intended download,这时需要彻底清除已有的下载,然后重新安装即可。 ...
分类:
其他好文 时间:
2019-11-22 13:45:02
阅读次数:
74
# -*-coding:utf-8 -*- from selenium import webdriver from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support. ...
分类:
其他好文 时间:
2019-11-22 10:44:18
阅读次数:
99
```mysql select , group_concat( ) from group by order by desc; select from group by ,`字段名称2`; select , from inner join on =`关联表.外键`; select , from inn ...
分类:
数据库 时间:
2019-11-21 20:07:10
阅读次数:
85
Queens College, CUNY, Department of Computer ScienceSoftware EngineeringCSCI 370Fall 2019Sateesh R. Mane 2019Due date: presentation in class (see demo ...
分类:
其他好文 时间:
2019-11-21 18:33:37
阅读次数:
61
Firefox路径问题 firefox火狐浏览器去完成自动化测试时,代码报了如下错误: Cannot find firefox binary in PATH. mark sure firefox is installed 错误原因: firefox安装在其它路径,不是默认的安装路径 解决办法: 指定 ...
分类:
编程语言 时间:
2019-11-20 23:49:09
阅读次数:
107
//bean.xml配置文件 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
移动开发 时间:
2019-11-19 00:40:14
阅读次数:
79
https://www.euroncap.com/en/vehicle-safety/the-ratings-explained/safety-assist/lane-support/ Euro NCAP Many accidents are caused by vehicles leaving t ...
分类:
其他好文 时间:
2019-11-18 22:18:34
阅读次数:
77
叠加装饰器 在同一个被装饰对象中,添加多个装饰器,并执行。 @装饰1 @装饰2 @装饰3 def 被装饰对象(): pass 注意:装饰器在调用被装饰对象时才会执行添加的功能。 叠加装饰器: 装饰的顺序:由下到上装饰 (在函数上放的位置) 执行的顺序:由上往下 (在函数执行的顺序) 注意:无论inn ...
分类:
其他好文 时间:
2019-11-18 20:28:40
阅读次数:
72
错误提示 com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Client does not support authentication protocol requested by server; consider upg ...
分类:
数据库 时间:
2019-11-17 14:23:19
阅读次数:
82
先贴出详细的报错信息 我遇到这个问题的原因是mapper.xml 没有加入到 mybatis-config.xml 中 下面总结网上收集到其他可能产生同样报错的原因 Mapped Statements collection does not contain value for后面是什么类什么方法之类 ...
分类:
移动开发 时间:
2019-11-17 01:38:52
阅读次数:
93