Taogen's Blog

Stay hungry stay foolish.

    • Home
    • Archives
    • Projects
    • Reading List
    • About

Understanding JRockit VM:Adaptive Memory Management

This post is talking about automatic and adaptive memory management in the Java runtime. It mainly includes the following content: concepts

2020-06-23

JVM Run-Time Data Areas

The Java Virtual Machine defines various run-time data areas that are used during execution of a program. Some of these data areas are creat

2020-06-19

一行代码引发的内存泄露的故事

我在2019年的7月和8月之间大概花了两个多星期写了一个比较简单的爬虫项目,项目主要的功能是周期性的爬取一些网站的热点信息,然后把数据存在 Redis 缓存中,然后有一个可以切换不同网站和展示信息的页面。 为什么会写这个项目呢?写这个项目的原因是在 V2EX 网站上看到很多人在分

2020-06-17

Understanding Java:Proxy

What is ProxyThe Proxy is a design pattern in software design. It provides a surrogate or placeholder for another object to control access t

2020-06-15

Understanding MySQL EXPLAIN

The EXPLAIN command is the main way to find out how the query optimizer decides to execute queries. This feature has limitations and doesn’t

2020-06-08

MySQL优化总结

Principles of MySQL OptimizationUsing general principles and best practices to create your table schema. Understanding the structure and pro

2020-06-05

MySQL优化(三):Optimizing Query

This post is talking about MySQL query optimization, if you are familiar with this topic, you can go to the conclusion part that’s a good su

2020-06-05

MySQL优化(二):Indexing

This post is talking about MySQL index, if you are familiar with this topic, you can go to the conclusion part that’s a good summary of the

2020-05-27

MySQL优化(一):Optimizing Schema

This post is talking about MySQL schema optimization, if you are familiar with this topic, you can go to the conclusion part that’s a good s

2020-05-21

Understanding Java:Concurrency

IntroductionComputer users want to do more than one thing at a time. A single application does more than one things at a time called concurr

2020-05-13
<span></span>Prev1…1011121314…16Next<span></span>

Categories

  • Backend23
    • HTTP1
    • Java Web19
    • Third-Party Services2
    • Web Server1
  • Code and Design14
  • Computer Science Foundations20
    • Computer Networks8
    • Data Structures and Algorithms5
    • Database Systems3
    • Linux1
    • Operating Systems1
    • Windows1
  • Data Storage and Search5
    • Elasticsearch1
    • MySQL4
  • DevOps1
    • Docker1
  • Development Tools2
  • Information Security1
  • Java23
    • Java Data Access4
    • Java Libraries2
    • Java SE16
  • Others33
    • Personal Essay8
    • Problem Solving22
  • Performance Optimization10
    • JVM4
    • MySQL6
  • Python1
  • Web Frontend18
    • Browser3
    • CSS2
    • HTML1
    • JS Framework4
    • JavaScript2
    • jQuery3

Tags

  • error18
  • Java14
  • MySQL11
  • Network8
  • Spring5
  • design-patterns5
  • JVM4
  • Algorithms4
  • JS3
  • code3
  • javaweb3
  • database3
  • browser2
  • java2
  • jQuery2
  • CSS2
  • wechat2
  • algorithm1
  • POI1
  • chrome1
RSS

Hello ,I'm Taogen.
This is my blog.

Powered by hexo and Theme by Jacman © 2023 Taogen