会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ytsee
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
2019年6月13日
MybatisPlus修改时空字段不修改
摘要: 在更新数据时,MybatisPlus不会进行修改属性为空的数据表字段。 解决办法: 只需要在实体类的属性上加一行注释即可 /** ...
阅读全文
posted @ 2019-06-13 10:45 ytsee
阅读(219)
评论(0)
推荐(0)
2019年6月12日
mybatisPlus-逻辑删除
摘要: SpringBoot 配置方式: application.yml 加入配置(如果你的默认值和mp默认的一样,该配置可无): yml文...
阅读全文
posted @ 2019-06-12 10:27 ytsee
阅读(85)
评论(0)
推荐(0)
2019年6月11日
Bean Validation
摘要: 常见的元数据 meta-datacommentversion@Null对象,为空Bean Validation 1.0@NotNul...
阅读全文
posted @ 2019-06-11 17:51 ytsee
阅读(22)
评论(0)
推荐(0)
2019年6月8日
IDEA 工欲善其事-必先利其器
摘要: IDEA设置提示不区分大小写 setting -> Edit ->General -> Code Completion取消勾选Ma...
阅读全文
posted @ 2019-06-08 20:19 ytsee
阅读(69)
评论(0)
推荐(0)
解决yarn全局安装模块后但仍提示无法找到命令的问题
摘要: 如果使用yarn global add xxxx 安装了xxxx插件之后,但是在cmd窗口中仍然提示类似命令无法找到(Command...
阅读全文
posted @ 2019-06-08 16:53 ytsee
阅读(966)
评论(0)
推荐(0)
2019年5月23日
sed删除以某变量开头的一行
摘要: 想删除以$ip变量开头的那一行,这命令该怎么写呢? sed -i '/^'$ip'/d' /etc/hosts 单引号内是sed的作...
阅读全文
posted @ 2019-05-23 14:54 ytsee
阅读(148)
评论(0)
推荐(0)
2019年5月15日
构造函数build模式
摘要: public class Student { private String name; private int stuN...
阅读全文
posted @ 2019-05-15 11:05 ytsee
阅读(69)
评论(0)
推荐(0)
2019年4月18日
Std Err: /usr/sbin/hst: line 460: install-activity-analyzer.sh: command not found
摘要: 卸载后重新安装AMBARI 2.7.3 报错: While trying to install HDP with Ambari, I...
阅读全文
posted @ 2019-04-18 08:34 ytsee
阅读(252)
评论(0)
推荐(0)
2019年4月17日
Centos7 在线安装 Mysql5.7
摘要: Install MySQL and the MySQL community server, and start the MySQL...
阅读全文
posted @ 2019-04-17 09:09 ytsee
阅读(45)
评论(0)
推荐(0)
2019年4月15日
Linux下解压tar.xz结尾的文件
摘要: tar xvJf ***.tar.xz
阅读全文
posted @ 2019-04-15 17:26 ytsee
阅读(19)
评论(0)
推荐(0)
Centos免密设置
摘要: 规划服务器(这里用四台服务器来进行配置) 在每台服务器上配置域名访问 vi /etc/hosts 添加以下内容 172.18.100...
阅读全文
posted @ 2019-04-15 16:54 ytsee
阅读(78)
评论(0)
推荐(0)
Apache atlas 安装
摘要: Apache atlas 安装 1. /etc/profile,需要配JAVA_HOME 2.环境:MAVEN3.6/JDK8 3....
阅读全文
posted @ 2019-04-15 11:27 ytsee
阅读(90)
评论(0)
推荐(0)
2019年4月9日
堆栈问题1
摘要: 堆栈问题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
公告