{"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
function a(arg) { console.log('this is a'); arg(); } function b(arg) { console.log('this is b'); arg(); } function c(arg) { console.log('this is c'); ...
分类:
其他好文 时间:
2020-07-10 20:45:24
阅读次数:
53
严重: create connection SQLException, url: jdbc:mysql://localhost:3306/db2?&useSSL=false&serverTimezone=UTC, errorCode 0, state 08001 java.sql.S ...
分类:
数据库 时间:
2020-06-20 01:27:35
阅读次数:
124
具体报错如下 严重: create connection SQLException, url: jdbc:mysql://localhost:3306/db2?&useSSL=false&serverTimezone=UTC, errorCode 1045, state 28000 java.sql ...
分类:
数据库 时间:
2020-06-20 00:54:43
阅读次数:
65
由于windows密码强制过期策略导致的。 解决办法:运行,gpedit.msc打开策略管理器,依次打开计算机配置,windows设置,安全设置,账户策略,右侧明细中找到密码最长使用期限,改为0,密码永不过期,即可暂时解决密码过期的问题。 注:本地电脑上,测试数据库可以使用这个办法解决,服务器上还是 ...
分类:
数据库 时间:
2020-04-07 17:03:18
阅读次数:
565
运行项目时,在登录页面输入账号密码后,控制台报数据库错误,排查了好久发现数据库的账号密码写错了,改正后就可以了。 之后又报数据库初始化错误: 1 init datasource error 2 The last packet sent successfully to the server was 0 ...
分类:
数据库 时间:
2020-03-21 14:49:27
阅读次数:
144
解决APP能打开点击不动问题一、问题:根据客服反馈app能打开页面但卡在首页,点击不动,程序员反馈证书问题报错信息:15575-15575/?E/HomeActivity:onPageError:---》ErrorCode-6;Description--->net::ERR_CONNECTION_REFUSED二、排查思路:1.检查该域名下手机端加证书访问是否正常2.首先检查一下该线路节点是
分类:
移动开发 时间:
2020-03-11 10:26:42
阅读次数:
108
spring+mybatis集成过程中,报错信息如下: [ERROR] 2020-02-09 create connection SQLException, url: jdbc:mysql://127.0.0.1:3306/ems, errorCode 1045, state 28000 后来将da ...
分类:
编程语言 时间:
2020-02-10 09:56:12
阅读次数:
64
小程序云开发调用HTTP请求中got第三方库使用失败解决方法 错误代码 {"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"The \"original\" argument must be of type ...
分类:
微信 时间:
2020-02-05 11:55:18
阅读次数:
143
大家都知道,前后分离之后,后端响应最好以统一的格式的响应. 譬如: 名称描述 status 状态码,标识请求成功与否,如 [1:成功;-1:失败] errorCode 错误码,给出明确错误码,更好的应对业务异常;请求成功该值可为空 errorMsg 错误消息,与错误码相对应,更具体的描述异常信息 r ...
分类:
编程语言 时间:
2020-01-13 23:29:08
阅读次数:
106