HardyHu
  • Home
  • Archives
  • Categories
  • Tags
  • About

A Beginner's Guide to JavaScript Basics

Import MethodRecap: Importing Moudules in JavaScript The import Statement (ES6 Modules)A static, compile-time method for importing modules. It’s clean, supports named and default imports, and is wide
2024-12-09

Mastering Common Flexbox Layouts with Tailwind CSS

Flexbox is a powerful CSS layout module that makes it easy to design flexible and responsive layouts.When combined with Tailwind CSS, a utility-first CSS framework, you can create complex layouts with
2024-12-06

The Fast Ways to Delete `node_modules` Folder

When working with JavaScript and Node.js, it’s common to end up with large node_modules directories that can take up significant disk space.Deleting these directories is often necessary, especially wh
2024-12-05

IDEA commonly used shortcut keys

ctrl + shift + F : Find in Files F6: Move shift + F6: Rename
2024-12-03

Installing Oracle XE using Docker

1. Download the Oracle XE Docker image1docker pull gvenzl/oracle-xe:latest 2. Running the container1234docker run -d --name oracle-xe \ -p 1521:1521 -p 8080:8080 \ -e ORACLE_PASSWORD=YOUR_PASSWORD
2024-11-29
#Python #Oracle

Getting Started with CSS Flexbox

1. Flex Layout BasicsFlex (Flexible Box Layout) is a powerful and commonly used layout method that makes it easy to align elements, adjust spacing, and create responsive designs. Below, I’ll start fro
2024-11-27
#CSS

Understanding `this` in JavaScript

JavaScript’s this keyword is notorious for confusing beginners.Unlike many programming languages, the value of this in JavaScript is not always obvious and can change depending on how a function is ca
2024-11-27

JavaScript loops and iteration

123456789101112131415161718192021222324252627282930313233// for...in 示例(遍历对象)const person = { name: 'Alice', age: 25 };for (let key in person) { console.log(key + ': &#x
2024-11-26

CSS BEM Naming Convention

Official Documentation and Further Reading Official BEM website BEM Methodology (bem.info) BEM by Example: Best Practices for BEM CSS Naming CSS-Tricks: BEM 101 In the world of web development, writi
2024-11-23
#CSS

How to change the URL of the origin remote repository in Git

To change the URL of the origin remote repository in Git, you can follow these steps: 1. Verify the current remote URL:First, check the current remote repository URL by running: 1git remote -v This w
2024-10-24
#Git
1…678910…22

Search

Hexo Fluid
总访问量 次 总访客数 人
浙ICP备2025160052号