摘要:
https://www.cnblogs.com/xuwc/p/8523681.html 阅读全文
摘要:
原因就是redis设置为外网访问,bind 127.0.0.1 被注释掉了。所以客户端启动方式为 :./redis-cli -h ip 阅读全文
摘要:
mysql数据库一般表名都是不区分大写小的,但这个不区分大小写只在windows系统中有效,在linux系统中是区分大小写的,所以需要修改mysql的配置文件my.cnf,在[mysqld]加入一行: lower_case_table_names=1 然后重启mysql 阅读全文
摘要:
easyExcel中已经引入poi-ooxml、poi等jar,项目中原本有apache poi 结果版本不同,造成找不到类。取消apache poi 使用easyExcel自带的poi, 或者引入高版本的poi org.springframework.web.util.NestedServletE 阅读全文
摘要:
Application Server was not connected before run configuration stop, reason: com.intellij.javaee.oss.admin.jmx.JmxAdminException: java.util.concurrent. 阅读全文
摘要:
npm install cnpm -g --registry=https://registry.npm.taobao.org 安装并配置taobao源 阅读全文
摘要:
Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'memberSummary' in 'class com.rcdcore.bootboost.mod 阅读全文
摘要:
https://www.runoob.com/mysql/mysql-data-types.html 阅读全文
Caused by: java.sql.SQLSyntaxErrorException: Table 'rcdcore-boot-boost.member_summary' doesn't exist
摘要:
表为自动创建,数据库存在,执行sql查询时,报错 执行sql 数据库表 结果发现大小写问题,mysql8默认安装的,应该是区分大小写的 阅读全文
摘要:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2021-03-11 17:40:56.273 ERROR 12216 [ 阅读全文