Taogen's Blog

Stay hungry stay foolish.

    • Home
    • Archives
    • Projects
    • Reading List
    • About

Handling PDF in Java With Apache PDFBox

Apache PDFBox is a Java tool for working with PDF documents. In this post, we’ll introduce how to use Apache PDFBox to handle PDF files. The

2023-07-27

Web Application Environment Installation

I. Basic conceptsPackage Management on Operating SystemsDebian/Ubuntu Package ManagementAdvanced Packaging Tool – APT apt-get is a comm

2023-07-21

Configuring CORS with Spring Boot

In this post, we’ll cover how to configure CORS in a Spring Boot project. If you want to understand how CORS works, you can check out the ar

2023-07-19

Understanding CORS

How to allow CORS requestsTo allow CORS requests, You need to add the following headers to your HTTP response Access-Control-Allow-Origin:

2023-07-19

SSL Certificate

What is SSL CertificateAn SSL Certificate is essentially an X.509 certificate. X.509 is a standard that defines the structure of the certifi

2023-07-13

Elasticsearch Query DSL and Java API

Elasticsearch Java APIJava Low Level REST client Since 5.6.x 12345<dependency> <groupId>org.elasticsearch.client</groupId

2023-07-05

The Daily Work of a Java Developer

Development of new software productsBuild the basic framework of the project. Developing new features for existing applications. (refer to t

2023-06-29

Login By URL Parameters

Sometimes we need to redirect to our other websites without login again. In addition to single sign-on, we can also add a URL parameter to a

2023-06-29

JavaScript Code Examples: II

Content Types, Values, and Variables Expression, Statement, Functions Objects, Classes Arrays Sync JavaScript in Web Browsers Modules Expr

2023-06-28

Single Sign-On Methods

Single sign-on (SSO) is an authentication method that allows users to sign in using one set of credentials to multiple independent software

2023-06-25
<span></span>Prev1234…18Next<span></span>

Categories

  • Backend29
    • HTTP1
    • Java Web20
    • Third-Party Services2
    • Web Server2
  • Code and Design16
  • Computer Science Foundations24
    • Computer Networks8
    • Data Structures and Algorithms5
    • Database Systems3
    • Linux5
    • Operating Systems1
    • Windows1
  • Data Storage and Search6
    • Elasticsearch2
    • MySQL4
  • DevOps1
    • Docker1
  • Development Tools4
  • Information Security2
  • Java26
    • Java Data Access4
    • Java Libraries3
    • Java SE17
  • Others37
    • Personal Essay9
    • Problem Solving24
  • Performance Optimization10
    • JVM4
    • MySQL6
  • Programming Languages3
  • Python1
  • Web Frontend21
    • Browser3
    • CSS3
    • HTML2
    • JS Framework4
    • JavaScript3
    • jQuery3

Tags

  • error18
  • Java16
  • MySQL11
  • Network9
  • Spring6
  • design-patterns5
  • JVM4
  • Algorithms4
  • CORS3
  • JS3
  • CSS3
  • code3
  • javaweb3
  • database3
  • browser2
  • HTML2
  • Nginx2
  • java2
  • Linux2
  • jQuery2
RSS

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

Powered by hexo and Theme by Jacman © 2023 Taogen