Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
CSDN 技术社区
skill_tree_java
提交
408fef13
S
skill_tree_java
项目概览
CSDN 技术社区
/
skill_tree_java
通知
43
Star
8
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
4
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
skill_tree_java
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
4
Issue
4
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
408fef13
编写于
3年前
作者:
CSDN-Ada助手
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加题目
上级
8f066970
master
无相关合并请求
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
41 addition
and
42 deletion
+41
-42
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.json
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.json
+8
-0
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.md
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.md
+31
-0
data/2.Java中阶/1.IO(输入输出)/1.流概述/config.json
data/2.Java中阶/1.IO(输入输出)/1.流概述/config.json
+2
-1
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Unzip.json
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Unzip.json
+0
-0
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Unzip.md
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Unzip.md
+0
-0
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Zip.json
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Zip.json
+0
-0
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Zip.md
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/Zip.md
+0
-0
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/config.json
data/2.Java中阶/1.IO(输入输出)/4.ZIP压缩输入输出流/config.json
+0
-0
data/2.Java中阶/1.IO(输入输出)/4.带缓冲的输入输出流/config.json
data/2.Java中阶/1.IO(输入输出)/4.带缓冲的输入输出流/config.json
+0
-25
data/2.Java中阶/1.IO(输入输出)/5.带缓存的输入输出流/config.json
data/2.Java中阶/1.IO(输入输出)/5.带缓存的输入输出流/config.json
+0
-8
data/2.Java中阶/1.IO(输入输出)/6.数据输入输出流/config.json
data/2.Java中阶/1.IO(输入输出)/6.数据输入输出流/config.json
+0
-8
未找到文件。
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.json
0 → 100644
浏览文件 @
408fef13
{
"type"
:
"code_options"
,
"author"
:
"clong"
,
"source"
:
"Abstract.md"
,
"exercise_id"
:
""
,
"notebook_enable"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/1.流概述/Abstract.md
0 → 100644
浏览文件 @
408fef13
# 流概述
以下关于java流的说法不正确的是:
## 答案
```
I/O流操作的对象仅为磁盘文件
```
## 选项
### A
```
流是一组有序的数据序列
```
### B
```
流可以分为输入流和输出流
```
### C
```
java的各种io操作在java.io包中
```
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/1.流概述/config.json
浏览文件 @
408fef13
...
...
@@ -2,6 +2,6 @@
"node_id"
:
"java-9d6d81f6283d414ba54d97cb25373b7c"
,
"keywords"
:
[],
"children"
:
[],
"export"
:
[],
"export"
:
[
"Abstract.json"
],
"title"
:
"流概述"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/
7
.ZIP压缩输入输出流/Unzip.json
→
data/2.Java中阶/1.IO(输入输出)/
4
.ZIP压缩输入输出流/Unzip.json
浏览文件 @
408fef13
文件已移动
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/
7
.ZIP压缩输入输出流/Unzip.md
→
data/2.Java中阶/1.IO(输入输出)/
4
.ZIP压缩输入输出流/Unzip.md
浏览文件 @
408fef13
文件已移动
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/
7
.ZIP压缩输入输出流/Zip.json
→
data/2.Java中阶/1.IO(输入输出)/
4
.ZIP压缩输入输出流/Zip.json
浏览文件 @
408fef13
文件已移动
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/
7
.ZIP压缩输入输出流/Zip.md
→
data/2.Java中阶/1.IO(输入输出)/
4
.ZIP压缩输入输出流/Zip.md
浏览文件 @
408fef13
文件已移动
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/
7
.ZIP压缩输入输出流/config.json
→
data/2.Java中阶/1.IO(输入输出)/
4
.ZIP压缩输入输出流/config.json
浏览文件 @
408fef13
文件已移动
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/4.带缓冲的输入输出流/config.json
已删除
100644 → 0
浏览文件 @
8f066970
{
"node_id"
:
"java-56b6286ea8fa4b27b79e8b213db7204a"
,
"keywords"
:
[],
"children"
:
[
{
"BufferedInputStream类与BufferedOutputStream类"
:
{
"keywords"
:
[],
"children"
:
[],
"node_id"
:
"java-5af453276cf74fa68de03f85636a127d"
,
"title"
:
"BufferedInputStream类与BufferedOutputStream类"
}
},
{
"BufferedReader类与BufferedWriter类"
:
{
"keywords"
:
[],
"children"
:
[],
"node_id"
:
"569d5e11c4fc5de7844053d9a733c5e8"
,
"title"
:
"BufferedReader类与BufferedWriter类"
}
}
],
"export"
:
[],
"title"
:
"带缓冲的输入输出流"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/5.带缓存的输入输出流/config.json
已删除
100644 → 0
浏览文件 @
8f066970
{
"node_id"
:
"java-454658fa2a694039b3610120dd13d49d"
,
"keywords"
:
[],
"children"
:
[],
"export"
:
[],
"title"
:
"带缓存的输入输出流"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
data/2.Java中阶/1.IO(输入输出)/6.数据输入输出流/config.json
已删除
100644 → 0
浏览文件 @
8f066970
{
"node_id"
:
"java-41dbdf68bd6a4b52a8673a57dcd6ee3e"
,
"keywords"
:
[],
"children"
:
[],
"export"
:
[],
"title"
:
"数据输入输出流"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
反馈
建议
客服
返回
顶部