runxinzhi.com
首页
百度搜索
IO字节流概念
1、输入和输出概念:
输入:硬盘到内存为了使用;
输出:内存到硬盘为了保存;
2、一切皆为字节:
计算机只识别二进制数字,一个字节为8个二进制数字;
存储在硬盘是字节,传输也是字节;
相关阅读:
LC.225. Implement Stack using Queues(using two queues)
LC.232. Implement Queue using Stacks(use two stacks)
sort numbers with two stacks(many duplicates)
LC.154. Find Minimum in Rotated Sorted Array II
LC.81. Search in Rotated Sorted Array II
LC.35.Search Insert Position
前后端分离:(一)
Redis基本使用(一)
GIT篇章(二)
GIT篇章(一)
原文地址:https://www.cnblogs.com/wmqiang/p/10765382.html
最新文章
leetcode 378. 有序矩阵中第K小的元素 java
leetcode 328. 奇偶链表 java
leetcode 16. 最接近的三数之和 java
leetcode 324. 摆动排序 II java
leetcode 207. 课程表 java
leetcode 322. 零钱兑换 java
104. Maximum Depth of Binary Tree
110. Balanced Binary Tree
86. Partition List
142. Linked List Cycle II
热门文章
100. Same Tree
109. Convert Sorted List to Binary Search Tree
257. Binary Tree Paths
113. Path Sum II
112. Path Sum
129. Sum Root to Leaf Numbers
LC.162. Find Peak Element
LC.155. Min Stack(优化,针对整块一样数传入)
LC.155. Min Stack(非优化,两个stack 同步 + -)
LC.225. Implement Stack using Queues(use one queue)
Copyright © 2020-2023
润新知