Taogen's Blog

Stay hungry stay foolish.

    • Home
    • Archives
    • Projects
    • Reading List
    • About

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

Backend and Frontend Responsibilities in Software Development

Frontend responsibilities Layout and style of web pages. Page redirection. Event handling. Form validation and submission. Call API and ren

2022-10-28

jQuery Event Handling

Event Handling .click(handler) - event handling for specified elements 123$("your_selector").click(function(event) { // d

2022-10-26

Kill Long Running and Locked SQL Statements in MySQL

Kill Long Running QueriesQuery information_schema.innodb_trx trx_mysql_thread_id: thread ID 123456789SELECT trx_mysql_thread_id, trx_state,

2022-10-21
<span></span>Prev1234…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