Taogen's Blog

Stay hungry stay foolish.

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

Understanding Docker: Introduction

In this post, we will introduce the basic concepts of Docker. You’ll learn what docker is, why and when to use it. What is DockerDocker is a

2023-01-30

Communication between Components in React

Pass data between a parent and a child componentPass data from parent component to its childUse props Parent.js 1<Child name={childN

2023-01-13

The Way I Write Clean Code

DesignCreating good architecture design. Creating good database design. Creating good API design. Unit testWrite unit tests or test-drive de

2023-01-05

Elasticsearch Partial Search

match and match_phrase do not work for partial searches. We can use wildcard, query_string or regexp to match a partial string. For example,

2022-12-30

How to Read The Shit-Mountain Code

What does the shit code look likeBad names for variables and functions. And there are a lot of literals. Bad data structures and database sc

2022-12-30

Python Basics

Getting StartedHello World 12> print("Hello World")Hello World Get input data from console 1input_string_var = input("Ent

2022-11-24

Java Code Examples: IO Streams and Files

IO StreamsInput StreamsGet a Input Stream From a Path Get Input Stream from filepath 12345678String filepath = "D:\\test.txt"// Ja

2022-11-22

Delete Junk Files with command lines on Windows 10

Junk files are unnecessary files produced by the operating system or software. Junk files keep increasing, but our computer disks are limite

2022-11-09

MySQL Server Configuration

MySQL Server Configuration FilesMost MySQL programs can read startup options from option files (sometimes called configuration files). Optio

2022-11-05

Connecting to GitHub with SSH

GitInstall GitOn Windows, download git for windows. On Linux, running the command sudo apt-get install git to install git. Verify that the i

2022-10-28
123…15Next<span></span>

Categories

  • DevOps1
    • Docker1
  • Java22
    • Java 基础16
    • Java 第三方库2
    • 数据访问4
  • Python1
  • Web 前端17
    • Browser3
    • CSS2
    • HTML1
    • JS Framework4
    • JavaScript1
    • jQuery3
  • Web 开发21
    • HTTP1
    • Java Web18
    • Web Server1
    • 第三方服务1
  • 信息安全1
  • 其它31
    • 个人随笔8
    • 问题解决21
  • 开发工具2
  • 性能优化10
    • JVM4
    • MySQL6
  • 数据存储和搜索5
    • Elasticsearch1
    • MySQL4
  • 编码、设计和架构13
  • 计算机基础20
    • Linux1
    • Windows1
    • 操作系统1
    • 数据库系统3
    • 算法5
    • 计算机网络8

Tags

  • error18
  • Java13
  • MySQL11
  • Network8
  • Spring5
  • design-patterns5
  • JVM4
  • Algorithms4
  • code3
  • javaweb3
  • database3
  • JS2
  • 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