LeetCode – Clone Graph

Given a reference of a node in a connected Connected_graph undirected graph, return a deep copy

2019-08-09 · 2 分钟

linux-sides-Timers and time management-Introduction

这篇文章 Timers and time management in the Linux kernel. Part 1

2019-08-07 · 15 分钟

sysctl-查询修改Linux内核参数

sysctl命令可以_实时_(runtime)查看和修改linux 内核参数。这个命令可以在大多数发行版本找到, 另外内核参数,也可以通过procfs 文件系统,在 /proc/sys/kernel下 进行查看和修改。

2019-08-06 · 2 分钟

asm-offset.h生成过程

asm-offset.h 文件是在内核编译过程中生成的,生成过程 之前整理了一份笔记 TASK_threadsp的实现及asm-offsets.h, 其中涉及sed处理包含在内核代

2019-08-05 · 5 分钟

LeetCode – Evaluate Reverse Polish Notation

Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, , /. Each operand may be an integer or another expression.…

2019-08-04 · 2 分钟

Linux如何管理和度量时间

Linux 内核的Timer必须要完成两种定时测量(timing measurement)

2019-08-03 · 5 分钟

kill多个同名进程

       本周在配合系统测试过程中,发现系统报文接收异常, 排查过程中发现应用进程启动异常。 当时状态模拟如下:    daemon status, daemon start 都属于异常进程。   过滤出异常进程, 通过xargs kill掉异常进程。  -  过滤异常进程的规则可以根据实际情况调整。 顺便把…

2019-07-26 · 2 分钟

Airbnb Blog- 分布式支付系统中交易完整性的测量

这篇文章 Measuring Transactional Integrity in Airbnb’s Distributed Payment Ecosystem

2019-07-25 · 3 分钟

LeetCode – Daily Temperatures

Daily Temperatures

2019-07-23 · 1 分钟

Netflix Blog- 重构视频GateKeeper

      这篇文章Re-Architecting the Video Gatekeeper  是出自 Netflix Technology Blog。        Netflix上的视频需要通过Title Operations 团队的策划,使其遵守的合同;字幕、配音、翻译能够提供给合适的人群;标题名称和概要可供使用…

2019-07-22 · 3 分钟