摘要:
前几天整体看了一下SpringBoot的简介,觉得看不如自己动手做,于是动手做一个简单的用户管理。启动的时候遇到了Skipping MapperFactoryBean with name 'sysUserMapper' and 'com.buding.system.mapper.SysUserMap 阅读全文
摘要:
Spring boot使用MyBatis,mysql配置运行时报错com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognize 阅读全文
摘要:
在cshtml使用linq操作数据集,自动补全是可以使用Select,但是一直提示System.Collection.GenericList' does not contain a definition for 'Select' ccepting a first argument of type ' 阅读全文
摘要:
最近在研究.netcore,尝试把前后端完全分离。但是在写接口的时候,Post参数是FromBody的时候报错了 关键错误点Unable to cast object of type 'System.Int32' to type 'System.String'.提示是无法将“System.Int32 阅读全文
摘要:
最近在研究Flink+kafka解决方案, kafka的安装首先需要安装zookeeper,在安装zookeeper是报错找不到或无法加载主类 Files\Java\jdk1.8.0_131\lib\dt.jar;C:\Program 打开zookeeper-server-start.bat 发现使 阅读全文
摘要:
背景 目前在一家快递公司工作,因项目需要,对大数据平台做个深入的了解。工欲利其器必先利其器,在网上找了许多教程,然后自己搭建一个本地的环境并记录下来,增加一些印象。 环境搭建 1)Ubuntu docker pull ubuntu:16.04 docker images docker run -ti 阅读全文