美文网首页
2019-06.23-2019.06.30

2019-06.23-2019.06.30

作者: 心疼我这个废物 | 来源:发表于2019-06-28 18:17 被阅读0次

Algorithm

https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal/

image.png

Review

How to troubleshoot a JVM OutOfMemoryError problem

如何解决OOM的问题:

  1. Capture a JVM heap dump 抓取堆信息dump
  2. Restart the application 重启服务
  3. Diagnose the problem 定位问题

Tip

在本地启动Tomcat服务,用localhost:8080来测试接口,不用部署到服务器上再测接口

Share

语法:MySQL中INSERT IGNORE INTO和REPLACE INTO的使用
insert ignore 配合数据库唯一索引,实现跳过已存在的数据,只插入不存在的数据

相关文章

网友评论

      本文标题:2019-06.23-2019.06.30

      本文链接:https://www.haomeiwen.com/subject/ntwecctx.html