Taogen's Blog

Stay hungry stay foolish.

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

Java Best Practices: Common Logic Processing

Multiple attempts to get the result12345678910111213141516171819202122232425262728293031323334353637383940414243public class LogicProcessing

2022-06-07

Java Best Practices: Concurrency

Get Task Results ConcurrentlyExecutorService the order to get future results is the tasks order. If the later task executes faster than the

2022-06-07

How to Handle Date Time values in Spring MVC

Convert String to Date Time from Request Query String, payload of x-www-urlencoded or form-data1234@GetMapping("testDateTime1")pub

2022-05-11

Java Best Practices: Utility classes

Random ValuesRandom Integer new Random().nextInt(min, max+1) return [min, max] 123456789101112// Java 8int size = 1, min = 0, max = 10;Threa

2022-04-28

Multi-Modules Maven Project Tutorial

Create a Multi-Modules Project Create Parent Maven Project 123$ mvn -B archetype:generate -DgroupId=com.taogen.demo -DartifactId=parent-pro

2022-04-13

Gotenberg Tutorial

Gotenberg is a great open source project for converting files to PDF. Starting Up Gotenberg1docker run --rm -p 3000:3000 gotenberg/gotenberg

2022-04-06

To Become a Good Developer First

To get a good job, to become a good developer first. Keep Learning Reading textbooks, documentation. Reading open-source code. Writing blogs

2022-04-02

Empty Cache and Hard Reload for Specific Domain in Browsers

What is Empty Cache and Hard Reload for Specific DomainClear current domain website cached static files, like HTML, CSS, JS, and images file

2022-03-16

How to Solve The Problem of git clone From GitHub Very Slow

Solution2: Setting ProxyFirst of all, using US proxy instead of others, like HK. Setting Http Proxy for git clone by HTTPS URLsetting http p

2022-03-14

How to Get Familiar with a New Project

Running the projectHow to configure your local environment to run the project. How the project was designedBusiness Architecture Design Busi

2022-03-08
123…12Next<span></span>

Categories

  • Java20
    • Java 基础15
    • 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
  • Java13
  • 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