一开始以为是外国网站访问不了,后来就换成了https://start.aliyun.com/ ,但还是报这个错误。后来想想这个问题之前解决,应该是JDK版本的问题。JAVA_HOME配置的JDK11,后来给改成了JDK8,然后就出现了这个问题。 还原之后问题消失了。 ...
分类:
编程语言 时间:
2020-07-26 15:23:25
阅读次数:
145
问题:使用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
原文:https://bbs.csdn.net/topics/340010860 路径:Tools -> Display Preferences(显示参数选择) -> Format -> Table -> Modify -> Fill -> Fill color -> More Colors -> ...
分类:
其他好文 时间:
2020-07-22 15:58:22
阅读次数:
176
{"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
PowerDesigner要导入Excel,需要使用到VB语法,同时PowerDesigner集成了访问Excel的方法,VB代码如下: ' 第一行是表信息的描述,依次是:表名、表Code、表注释 ' 第二行开始是列的描述,分别是:列名、列Code、列数据类型、列注释 ' Excel的sheet名称 ...
分类:
其他好文 时间:
2020-07-19 17:55:57
阅读次数:
65
RedisTimeoutException: Unable to send command
分类:
其他好文 时间:
2020-07-10 19:31:04
阅读次数:
259
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