zoukankan
html css js c++ java
2014-02-27笔记
The meaning of Linux file lists:
PID:进程ID;
PPID:Parent process id
STIME:开始时间;
TTY:
TIME:
CMD:命令
ps ua --sort -pid,cmd #按pid降序,cmd升序排列
ps
kill
df
free
vmstat
mount
w -显示登录用户信息
来自为知笔记(Wiz)
查看全文
相关阅读:
leetcode 78. 子集 JAVA
leetcode 91. 解码方法 JAVA
leetcode 75. 颜色分类 JAVA
leetcode 74 搜索二维矩阵 java
leetcode 84. 柱状图中最大的矩形 JAVA
last occurance
first occurance
classical binary search
LC.234.Palindrome Linked List
LC.142. Linked List Cycle II
原文地址:https://www.cnblogs.com/shadowwalker/p/3572385.html
最新文章
[LeetCode] 1021. Remove Outermost Parentheses
[LeetCode] 1413. Minimum Value to Get Positive Step by Step Sum
[LeetCode] 1602. Find Nearest Right Node in Binary Tree
[LeetCode] 880. Decoded String at Index
从尾到头打印链表
剑指offer——替换空格
剑指offer——二维数组的查找
33. Search in Rotated Sorted Array
28. Implement strStr()
27.Remove Element
热门文章
26. Remove Duplicates from Sorted Array
24.Swap Nodes in Pairs <两两交换链表>
21. 合并两个有序链表
20. Valid Parentheses
Io流的使用
leetcode 121. 买卖股票的最佳时机 JAVA
JVM
leetcode 120. 三角形最小路径和 JAVA
leetcode 105 106 从前序与中序遍历序列构造二叉树 从中序与后序遍历序列构造二叉树
leetcode 90. 子集 II JAVA
Copyright © 2011-2022 走看看