Taogen's Blog

Stay hungry stay foolish.

    • Home
    • Archives
    • Projects
    • Reading List
    • About

阿里云视频点播开发教程

功能介绍阿里云视频点播(VoD)提供了很多视频相关的功能。主要流程是上传视频,处理视频和播放视频。具体介绍可以参考视频点播产品简介。下图为视频点播的架构图。 准备工作本节目标:开通服务,以及获取可以调用视频点播 SDK 和 API 的 accessKeyId 和 accessK

2023-03-30

Create Your Blog Website with Hexo and Next Theme

Buy your blog website domainYou can buy a domain from the following domain registers: NameCheap Domain.com Google Domains GoDaddy Installi

2023-03-23

The Guide to Call ChatGPT 3.5 Event Stream API in Spring Boot

Create a spring boot projectYou can go to https://start.spring.io/ to create a spring boot project Setting your basic configurations. The fo

2023-03-16

Java Best Practices

Java1. Use logging. Never use system.out.print(). For long-running programs, you’ll need to look at the log files to check that the program

2023-02-21

My Rules for Software Development

1. Use a new git branch to develop new features. After finishing a new feature, switch to the main branch. It’s much clearer when you’re doi

2023-02-20

[IntelliJ IDEA] Solved Cannot resolve symbol

The problem “Cannot resolve symbol” means IDEA hasn’t successfully indexed your project code and dependent libraries. There are two common p

2023-02-20

Find HTML DOM Elements in JavaScript

In this post, we will introduce several ways to find HTML DOM elements in JavaScript. querySelector methodsDocument or Element methods query

2023-02-15

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
123…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