• 大小: 304KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: 文件管理  

资源简介

操作系统的实验作业之文件管理,里面还包括报告,报告只需要写个人感想即可

资源截图

代码片段和文件信息

import java.io.*;   
public class MyFileSystem {   
    static String data[][]=new String[10][6];      
    static String userName[]= {“1““2““3““4““5““6““7““8““9““a“};    
    static String commond=null;         
    static String file[]=new String[6];    
    static int emptyNumber=0;   
    static int fileNumber=10;   
    static BufferedReader input=new    
    BufferedReader(new InputStreamReader(System.in));   
    
    //主函数
    public static void main(String[] args) throws IOException {    
    System.out.println(“欢迎使用这个文件系统!“);   
    String username1=null;   
    for(int i=0;i<10;i++)   
        for(int j=0;j<6;j++)   
            data[i][j]=““;   
    while(true)   
    {   
        System.out.println(“\n登陆请输入:login\n退出请输入:exit“); 
        System.out

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13068  2016-01-05 21:33  文件管理\MyFileSystem.java

     文件     394480  2016-01-08 21:38  文件管理\文件管理.doc

     目录          0  2016-01-05 21:48  文件管理

----------- ---------  ---------- -----  ----

               407548                    3


评论

共有 条评论