Taogen's Blog

Stay hungry stay foolish.

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

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

Java Common Constants

JavaConstantsjava.lang.Math E PI java.net.HttpURLConnection HTTP_OK HTTP_NO_CONTENT HTTP_BAD_REQUEST HTTP_UNAUTHORIZED HTTP_FORBIDDEN HTT

2022-03-03

企业微信应用开发教程

企业微信应用介绍企业微信应用开发是借助企业微信提供的API,开发针对企业微信平台的应用。企业微信用户可以通过企业微信客户端提供的企业微信应用入口来找到应用。企业微信客户端有 iOS,Android,Windows 等版本,用户可以在多个端同时使用。 企业微信应用按照API接口类型

2022-02-25
123…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