问题:使用windos客户端RedisDestopManger可以连接,证明服务器连接正常,项目配置出现问题分析:原因在application.properties文件中最后多了一个空格总结:配置properties文件时要注意空格引起redis无法连接
分类:
其他好文 时间:
2020-07-23 22:47:46
阅读次数:
65
问题:使用windos客户端RedisDestopManger可以连接,证明服务器连接正常,项目配置出现问题分析:原因在application.properties文件中最后多了一个空格总结:配置properties文件时要注意空格引起redis无法连接
分类:
其他好文 时间:
2020-07-23 22:47:34
阅读次数:
108
当做UI自动化的时候,有时候明明表达式写的没有问题,就是定位不到 。。这是为啥嘞 咱拿登录qq邮箱做个示范 不论是xpath定位还是直接ui或name定位,直接u就对了 。 这是初学最容易犯的问题,因为初学ui自动化,想着找一个网站去试验 ,一般都是常用的,比如邮箱登录啊,空间登录啊,等等,这种网址 ...
分类:
编程语言 时间:
2020-07-23 16:00:56
阅读次数:
97
{"msg":"Could not marshal [ResultVo [code=100, result=null, message=ok, exception=null, data=null]]: null; nested exception is javax.xml.bind.MarshalException\n - with linked exception:\n[com.sun.istack.SAXException2: unable to marshal type \"com.domain.ResultVo\" as an element because it is missing an @XmlRootElement annotation]","errorcode":2}
分类:
其他好文 时间:
2020-07-20 11:05:43
阅读次数:
87
1 let linepopup; 2 3 LineLayer.on('mouseover', function (e) { 4 5 let loc = e.layer.feature.geometry.coordinates; 6 let tooltip = e.layer.feature.prop ...
分类:
其他好文 时间:
2020-07-13 09:53:39
阅读次数:
120
蓝牙mesh基本概念 1.蓝牙MESH基本概念网状网(mesh) Mesh网络,就是一个多对多网络(Many to Many)。 每个设备节点都可以和别的节点自由通讯。在这种拓扑中,因为很多节点可以中继(relay)收到的消息(Message), 所以端对端的通信可以比原来单点之间的通讯距离要远很多 ...
分类:
其他好文 时间:
2020-07-12 20:43:58
阅读次数:
138
RedisTimeoutException: Unable to send command
分类:
其他好文 时间:
2020-07-10 19:31:04
阅读次数:
259
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:
数据库 时间:
2020-07-08 13:38:35
阅读次数:
65
admin@DESKTOP-IRQLFMD MINGW64 /d/web/yb (master) $ git push -u origin master remote: You do not have permission push to this repository fatal: unable ...
分类:
其他好文 时间:
2020-07-07 09:39:54
阅读次数:
94
项目为了安全把原来http请求方式都改成了https请求方式,我就临时接到一个任务,把原先使用Node.js编写的程序改造成https请求。 处理过程中就遇到了如下错误: headers: {} at TLSSocket.onConnectSecure (_tls_wrap.js:1321:34) ...
分类:
Web程序 时间:
2020-07-06 12:49:13
阅读次数:
143