# 前言:
听说你想要变富?那就沉住气慢慢来吧,没听过这句名言么:“穷人总是不想慢慢的变富”。都想着一夜暴富,中个caipiao啥的,可哪有那么幸运呢?总不能像我一样中了78万的cai piao,然后自己偷偷的花吧。
想...
分类:
编程语言 时间:
2020-01-12 10:00:21
阅读次数:
133
今天在启动java web应用程序的时候,启动失败,报了下面的错误; The Tomcat connector configured to listen on port 8804 failed to start. The port may already be in use or the conne ...
分类:
其他好文 时间:
2020-01-11 20:44:27
阅读次数:
124
问题描述 org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'xxxxx.UserService' available: expected at least 1 be ...
分类:
编程语言 时间:
2020-01-09 15:55:45
阅读次数:
187
报错信息: An Errors/BindingResult argument is expected to be declared immediately after the model attribute, the @RequestBody or the @RequestPart argument ...
分类:
移动开发 时间:
2020-01-08 23:14:07
阅读次数:
240
环境准备: 三台 master 宕掉两台或三台 在宕掉两台或三台 master 后集群已宕掉,worker 节点中的 pod 可以正常运行,这里考虑机器可以正常修复,并能正常启动。 这里模拟测试: 停掉 192.168.244.12,192.168.244.13 两台 master 机器 让 192 ...
分类:
其他好文 时间:
2020-01-07 21:23:38
阅读次数:
195
创建的SpringBoot项目之后测试访问接口报错: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu Feb 28 ...
分类:
编程语言 时间:
2020-01-06 12:40:37
阅读次数:
305
error: Expected linebreaks to be 'LF' but found 'CRLF'1. 启用了eslint2. 换行符不符合规则解决方式:设置换行的判断规则打开.eslintrc.js ...
分类:
其他好文 时间:
2019-12-31 23:52:55
阅读次数:
71
最近测试极光的时候是不是会收到 JIGUANG | W - [JIGUANGDeviceTokenController] Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network ...
分类:
移动开发 时间:
2019-12-31 15:55:34
阅读次数:
473
const array1 = ['a', 'b', 'c']; for (const element of array1) { console.log(element);} // expected output: "a"// expected output: "b"// expected outpu ...
分类:
其他好文 时间:
2019-12-31 12:50:32
阅读次数:
97
When RESTful Web Service is developed using Spring MVC, the application is configured as given below. Among these, implementation is necessary for the ...
分类:
数据库 时间:
2019-12-30 17:50:35
阅读次数:
135