摘要: 安装依赖包 yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib zlib-devel openssl-devel -y 安装libfastcommon cd /opt/fastdfs //下载 阅读全文
posted @ 2020-08-18 16:54 风停了,雨来了 阅读(918) 评论(0) 推荐(0)
摘要: 定义实体类 public class Person { public Integer id; public String name; public Integer age; public Person(){} public Person(Integer id, Integer age, String 阅读全文
posted @ 2020-08-18 15:07 风停了,雨来了 阅读(13492) 评论(0) 推荐(0)
摘要: Demo: update a join b on a.foreign_id = b.id set a.name = b.name where a.name is null; 阅读全文
posted @ 2020-08-18 14:45 风停了,雨来了 阅读(266) 评论(0) 推荐(0)