上一页 1 ··· 6 7 8 9 10
摘要: 在更新数据时,MybatisPlus不会进行修改属性为空的数据表字段。 解决办法: 只需要在实体类的属性上加一行注释即可 /** ... 阅读全文
posted @ 2019-06-13 10:45 ytsee 阅读(219) 评论(0) 推荐(0)
摘要: SpringBoot 配置方式: application.yml 加入配置(如果你的默认值和mp默认的一样,该配置可无): yml文... 阅读全文
posted @ 2019-06-12 10:27 ytsee 阅读(85) 评论(0) 推荐(0)
摘要: 常见的元数据 meta-datacommentversion@Null对象,为空Bean Validation 1.0@NotNul... 阅读全文
posted @ 2019-06-11 17:51 ytsee 阅读(22) 评论(0) 推荐(0)
摘要: IDEA设置提示不区分大小写 setting -> Edit ->General -> Code Completion取消勾选Ma... 阅读全文
posted @ 2019-06-08 20:19 ytsee 阅读(69) 评论(0) 推荐(0)
摘要: 如果使用yarn global add xxxx 安装了xxxx插件之后,但是在cmd窗口中仍然提示类似命令无法找到(Command... 阅读全文
posted @ 2019-06-08 16:53 ytsee 阅读(966) 评论(0) 推荐(0)
摘要: 想删除以$ip变量开头的那一行,这命令该怎么写呢? sed -i '/^'$ip'/d' /etc/hosts 单引号内是sed的作... 阅读全文
posted @ 2019-05-23 14:54 ytsee 阅读(148) 评论(0) 推荐(0)
摘要: public class Student { private String name; private int stuN... 阅读全文
posted @ 2019-05-15 11:05 ytsee 阅读(69) 评论(0) 推荐(0)
摘要: 卸载后重新安装AMBARI 2.7.3 报错: While trying to install HDP with Ambari, I... 阅读全文
posted @ 2019-04-18 08:34 ytsee 阅读(252) 评论(0) 推荐(0)
摘要: Install MySQL and the MySQL community server, and start the MySQL... 阅读全文
posted @ 2019-04-17 09:09 ytsee 阅读(45) 评论(0) 推荐(0)
摘要: tar xvJf ***.tar.xz 阅读全文
posted @ 2019-04-15 17:26 ytsee 阅读(19) 评论(0) 推荐(0)
摘要: 规划服务器(这里用四台服务器来进行配置) 在每台服务器上配置域名访问 vi /etc/hosts 添加以下内容 172.18.100... 阅读全文
posted @ 2019-04-15 16:54 ytsee 阅读(78) 评论(0) 推荐(0)
摘要: Apache atlas 安装 1. /etc/profile,需要配JAVA_HOME 2.环境:MAVEN3.6/JDK8 3.... 阅读全文
posted @ 2019-04-15 11:27 ytsee 阅读(90) 评论(0) 推荐(0)
摘要: 堆栈问题1 package com.example.web;import java.util.HashMap;public clas... 阅读全文
posted @ 2019-04-09 16:15 ytsee 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10