Taogen's Blog

Stay hungry stay foolish.

    • 首页
    • Archives
    • Projects
    • Reading List
    • About

HTTP Caching

HTML pages referred static files (images, js and css etc) can be cached in your browser by setting HTTP response header attributes about cac

2022-02-22

Chrome DevTools Common Use

ElementsView Event Listeners of HTML ElementsElement -> Event Listeners Ancestors: unchecked All/Passive/Blocking: Blocking Framework li

2022-02-21

Spring Boot Externalized Configuration

Spring Boot uses a very particular PropertySource order that is designed to allow sensible overriding of values. Properties are considered i

2022-02-14

Java Best Practices: Collection and Stream

LambdaOptionalChecking value presence and conditional action 1234567891011SysUser user = new SysUser();SysDept dept = new SysDept();dept.set

2022-02-13

[MySQL Error] The user specified as a definer does not exist

BackgroundWhen I execute a SQL script of the dump of a database structure and data, occurs an error “The user specified as a definer 'xx

2022-02-11

Java Web Max Upload File Size Settings

Max Upload File Size in NginxThe default max upload file size in NginxThe default maximum body size of a client request, or maximum file siz

2022-02-09

[Vue Error] Could not proxy request

BackgroundCalling backend API, the status code of the response is 500, but the backend is not throw exceptions. The HTTP response message is

2022-02-09

JUnit 4 vs JUnit 5

JUnit 5 Improvements JUnit 5 leverages features from Java 8 or later, such as lambda functions, making tests more powerful and easier to mai

2022-02-03

Algorithms of Math: Divide Two Integers

Problem DescriptionGiven two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator. Th

2022-01-13

Apache POI Usage

In this post, the code examples of Apache POI are based on org.apache.poi v5.0.0 WordWrite Data into WordA basic use example 12345678910publ

2022-01-05
<span></span>Prev1234…12Next<span></span>

Categories

  • Java18
    • Java 基础13
    • Java 第三方库2
    • 数据访问3
  • Web 前端13
  • Web 开发21
    • HTTP1
    • Java Web18
    • Web Server1
    • 第三方服务1
  • 信息安全1
  • 其它27
    • 个人随笔6
    • 问题解决19
  • 开发工具1
  • 性能优化9
  • 数据存储和搜索1
    • MySQL1
  • 编码、设计和架构8
  • 计算机基础17
    • 操作系统1
    • 数据库系统3
    • 算法5
    • 计算机网络8

Tags

  • error16
  • Java11
  • Network8
  • MySQL6
  • design-patterns5
  • Spring4
  • Algorithms4
  • JVM4
  • javaweb3
  • database3
  • JS2
  • browser2
  • java2
  • CSS2
  • wechat2
  • algorithm1
  • POI1
  • chrome1
  • jdbc1
  • vue.js1
RSS

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

Powered by hexo and Theme by Jacman © 2022 Taogen