Cannot invoke "*.mapper.*Mapper.insert(Object)" because "this.*Mapper" is null 一直报Mapper对象为空,是没有注入的原因 添加注解@Autowired即可 @Autowired private AuthorInfoMapper …
官网下载社区版 自定义安装 可以不安装图形化界面 通过navicat使用
public class Test { /** * 判断一个字符串是否是数字。 * * @param string * @return */ public static boolean isNumber(String string) { if (string == null) return false; Pattern pattern = Patt…
GA:General Availability,正式发布的版本,官方推荐使用此版本。在国外都是用GA来说明release版本的。 PRE: 预览版,内部测试版. 主要是给开发人员和测试人员测试和找BUG用的,不建议使用; SNAPSHOT: 快照版,可以稳定使用,且仍在继续改进版本 3.1 Release(优先使用Lv5):最终版本,Release…
参考:https://www.cnblogs.com/xt12321/p/10845472.html 1.下载免安装包 2.配置 在根目录新建data文件夹和mysql.ini [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] #设置3306端口 port = 3306 # …
原因是没有在面板中勾选
参考: https://github.com/chinese-poetry/chinese-poetry
Linux启动、停止宝塔 启动 /etc/init.d/bt start 停止 /etc/init.d/bt stop halo官方文档:https://docs.halo.run/install/linux 重新加载 systemd systemctl daemon-reload 运行服务 systemctl start halo 在系统启动时启…
低级错误: 同一jsp页面出现了两个id,获取异常。 一直没有出现想要的效果
public String getCellValue(Cell cell) { String value = ""; SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); if (cell != null){ switch (cell.getCe…