摘要:
Java 8新增的Lambda表达式,我们可以用简洁高效的代码来处理List。 1、遍历 public static void main(String[] args) { List<User> userList = Lists.newArrayList(); User user1 = new Use 阅读全文
摘要:
MySQL REPLACE语句介绍 MySQL的REPLACE语句是一个MySQL扩展于SQL标准的语句。 官方定义:REPLACE works exactly like INSERT, except that if an old row in the table has the same valu 阅读全文