Bill Hu's Blog
  • Home
  • Archives
  • Categories
  • Tags
  • About
  • Portfolio

LeetCode入门

C++ STL std::queue 头文件: #include <queue std::queue<int> q; q.push(1); // 入队 q.front(); // 获取队首元素 q.pop(); // 出队 (没有返回值) q.empty(); // 判断是否为空 q.size();
2024-08-09

JavaScript 属性标注符 (Accessor Property)

Object.getOwnPropertyDescriptor, 可用于自定义getter, setter等
2024-07-27
Frontend
#JavaScript

KMP算法 字符串匹配

Leetcode 28 题解: 找出字符串中第一个匹配项的下标
2024-07-12
Algorithm
#Algorithm

[macOS/Linux/Windows] How to flush DNS cache

sudo resolvectl flush-caches
2024-06-19
Cross Platform > NAT
#DNS

Skip TPM check when installing Windows 11

Easiest way: Use Rufus.
2024-06-02
Windows
#Windows

CS110 Longan Nano 配置与使用

非官方 CS110 Spring 2024 Longan Nano 指南
2024-05-14
Lecture Notes
#C #Lecture Notes
12345…10

Search

Hexo With Fluid Bill Hu
Loading days... Loading time...