摘要:
Linux文件系统详解 文件属性 文件类型 - 常规文件,即file d 目录文件 b block device,即块设备文件,如硬盘;支持以block为单位进行随机访问 c character device,即字符设备文件,如键盘;支持以character为单位进行线性访问 l symboli 阅读全文
摘要:
在src-->main-->resource文件夹下创建 log4j.properties 文件,添加如下内容: ## Licensed to the Apache Software Foundation (ASF) under one or more# contributor license ag 阅读全文