Hex0rc1st's Blog

记录日常知识积累

  • Home
  • Archives
  • Categories
  • Tags
  • About

测试图片显示

2025年12月31日 测试 Hex0rc1st

这是一个测试图片显示的文章。 测试完成。

test
阅读全文

加密测试文章

2025年12月30日 测试 Hex0rc1st
这是一篇加密文章,需要密码才能查看。
加密 测试
阅读全文

Hello World

2025年12月30日 Getting Started Hex0rc1st

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu...

Tutorial Hexo Beginner
阅读全文

JavaScript Basics

2025年12月29日 Programming Hex0rc1st

This is a sample post about JavaScript basics. VariablesJavaScript has three ways to declare variables: 123var oldWay = 'var is function-scoped';let blockScoped = 'let is block-scope...

Web Development Tutorial JavaScript
阅读全文

Python Data Structures Guide

2025年12月28日 Programming/ Python Hex0rc1st

A comprehensive guide to Python’s built-in data structures. ListsLists are mutable sequences in Python: 123456789101112# Creating listsfruits = ['apple', 'banana', 'cherry&...

Tutorial Python Data Structures
阅读全文

CSS Flexbox Guide

2025年12月28日 Programming/ CSS Hex0rc1st

A comprehensive guide to CSS Flexbox layout. What is Flexbox?Flexbox is a one-dimensional layout method for arranging items in rows or columns. Basic Usage12345.container { display: flex; ju...

CSS Flexbox Web Development Layout
阅读全文

Web Security Best Practices

2025年12月27日 Security/ Web Development Hex0rc1st

Essential security practices every web developer should follow. Input ValidationAlways validate and sanitize user input: 123456789101112131415// Bad - vulnerable to XSSfunction displayUserInput(inp...

Web Development Best Practices Security
阅读全文

Docker Containerization Guide

2025年12月26日 DevOps/ Docker Hex0rc1st

Learn how to containerize your applications with Docker. What is Docker?Docker is a platform for developing, shipping, and running applications in containers. Containers package your application wi...

Docker Containers DevOps Tutorial
阅读全文

React Hooks Explained

2025年12月25日 Programming/ Frontend Hex0rc1st

A comprehensive guide to React Hooks and how to use them effectively. useState HookManage component state: 1234567891011121314151617import { useState } from 'react';function Cou...

Tutorial React JavaScript Frontend
阅读全文

Git Workflow Tips and Tricks

2025年12月24日 DevOps/ Version Control Hex0rc1st

Master Git with these essential workflow tips and commands. Branch ManagementCreate and manage branches effectively: 1234567891011121314# Create and switch to new branchgit checkout -b feature/new-...

Git Version Control Best Practices
阅读全文
12下一篇

分类

  • CSS 1
  • Database 1
  • DevOps 2
  • Docker 1
  • Frontend 1
  • Getting Started 1
  • Performance 1
  • Personal 1
  • Programming 4
  • Python 1
  • Security 1
  • Version Control 1
  • Web Development 1
  • 测试 2
  • 漏洞分析 1

标签

#Beginner #Best Practices #CSS #Containers #Data Structures #Database #DevOps #Docker #Flexbox #Frontend #Git #Hexo #Java #JavaScript #Layout #Notes #Optimization #Performance #Private #Python #React #SQL #Security #Tutorial #Version Control #Web Development #test #vulnerability #加密 #测试

archives

  • 2025/12 12
  • 2025/06 1
查看全部

最新文章

  • 测试图片显示 12-31
  • 加密测试文章 12-30
  • Hello World 12-30
  • JavaScript Basics 12-29
  • Python Data Structures Guide 12-28
Hex0rc1st's Blog

Hacker, Trader, Quantifier, Player, Chef

快速链接

  • Home
  • Archives
  • Categories
  • Tags
  • About

关注我们

GitHub Twitter
© 2025 Hex0rc1st. 版权所有
由 Hexo | 主题: Dark Tech