- 博客(13)
- 收藏
- 关注
原创 [@ant-design/icons-angular]:the icon profile-o does not exist or is not registered.
he icon profile-o does not exist or is not registered.
2022-06-22 16:07:30
956
原创 华为云安装docker compose curl: (35) Encountered end of file
在安装docker compose时curl -SL https://github.com/docker/compose/releases/download/v2.5.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose出现错误curl: (35) Encountered end of file原因时因为华为云默认没有开始443端口,开启之后即可正常安装。...
2022-05-20 16:06:14
589
原创 centos 下安装mysql 使用工具进行链接
---------大神绕路--------首先一台轻量级服务器以此执行sudo su rootcd /usr/local/src/wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm要是成功了就会出现这样的代码 (前面的时间等等不用关注,主要是 saved)2018-07-09 10:...
2020-08-18 11:17:45
1366
原创 Cause: java.lang.ClassNotFoundException: Cannot find class: VARCHAR
在实际的开发过程中:遇到mybatis的错误:Cause: java.lang.ClassNotFoundException: Cannot find class: VARCHARjdbcType 写成了javaType
2020-04-02 16:53:39
3198
11
原创 spring @EnableEurekaServer无法加载
找到自己的maven仓库,repository\org\springframework\boot 找到spring-boot-auto开头的文件删除即可
2020-03-20 17:24:48
477
原创 pip install scrapy
更行pip pip install wheel pip install lxml pip install pyOpenSSL 这个可能需要多次尝试 pip install twisted 开始报错(错误信息大概是:需要c++的版本14.0),但是可以手动添加pip install D:\scrapy\Twisted-19.10.0-cp38-cp38-win_amd64.whl ...
2020-01-06 16:11:13
198
原创 运行时间
long start,end;start = System.currentTimeMillis();end = System.currentTimeMillis(); System.out.println("start time:" + start+ "; end time:" + end+ "; Run Time:" + (end - start) + "(ms)");
2019-07-23 09:07:15
125
原创 springboot 创建项目遇到部分问题
1.到目前为止在大部分的eclipse 中的sts插件创建的springboot项目的version都是版本过高在出现Unknow erroe的时候可能需要修改为2.1.4版本(如图所示)2.目前我们在创建项目的时候大部分的时候用的是本地的maven仓库,但是在某些时候,项目下载jar可能长时间的下载不下来,导致项目无法成功的创建3.在创建spring boot w...
2019-07-03 11:46:34
204
原创 使用SpringSecurity sec:authorize="hasRole('ROLE_USER')"不起作用
1.检查相关依赖是否加入2.检查相关version是否正确 在springboot version要是在2.0.1上的需要对相关依赖升级到5
2019-04-25 16:22:14
3802
原创 mybatis 中使用like 和<if>出现错误
### Error querying database. Cause: java.lang.NullPointerException: Can't add values % , null### Cause: java.lang.NullPointerException: Can't add values % , null] with root cause注:上面的SQL语句有错误...
2019-04-18 16:24:27
723
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人