用Spring boot 生成Java项目

学习java, 尝试用了spring boot创建了一个项目, 使用是maven配置, spring boot 提供很多的模板, 创建项目非常方便, 这让我想起了visual studio 点击几下鼠标自动生成模板代码。

2020-12-16 · 3 分钟

LeetCode- Map Sum Pairs Solution

LeetCode- Map Sum Pairs Solution - Implement a MapSum class with insert, and sum methods

2020-09-22 · 2 分钟

Ext4 布局及inode,block信息统计

The inode index node is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode store

2020-09-16 · 8 分钟

Understanding Linux filesystems: ext4 and beyond

这篇文章Understanding Linux filesystems: ext4 and beyond

2020-09-16 · 2 分钟

查看inode相关信息

The inode index node is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the…

2020-09-15 · 2 分钟

close-on-exec

Donald E. Porter 教授的 CSE 506: Operating Systems 教材 VFS 部分中提到Linux文件操作使用的一个标识

2020-09-09 · 3 分钟

LeetCode – Populating Next Right Pointers in Each Node Solution

LeetCode – Populating Next Right Pointers in Each Node Solution - You are given a perfect binary tree where all leaves are on the same level, and every parent…

2020-09-07 · 2 分钟

LeetCode –Populating Next Right Pointers in Each Node II

Given a binary tree

2020-09-07 · 2 分钟

LeetCode- Implement Trie (Prefix Tree)

Implement a trie with insert, search, and startsWith methods. Example: Note: - You may assume that all inputs are consist of lowercase letters a-z. - All…

2020-09-03 · 3 分钟

MezzFS文件系统

这篇文章MezzFS — Mounting object storage in Netflix’s media processing platfor

2020-09-02 · 2 分钟