-
《AFS管理员参考手册》
Andrew文件系统(AFS)是一个分布式网络文件系统,其能够使来自任何通过这个国家的AFS机器能够在文件一经在本地存储就能访问。...
《AFS管理员参考手册》
Andrew文件系统(AFS)是一个分布式网络文件系统,其能够使来自任何通过这个国家的AFS机器能够在文件一经在本地存储就能访问。AFS是一个稳定的单元,其每个单元代表文件空间中一个独立的管理部分。单元连接在一起组成了一个在根/afs目录下的一个庞大的UNIX文件系统。
本书是供管理员之用的参考手册。-"AFS administrator reference manual," Andrew File System (AFS) is a distributed network text Ware System, it can come from any country through the AFS machines to a paper by the local store will be able to visit. AFS is a stable unit, each unit space on behalf of an independent management component. Modules linked to a form of the root/afs directory of a large UNIX file system. This book is for the administrator"s reference manual.
- 2022-03-28 22:46:36下载
- 积分:1
-
《三体2――黑暗森林》,程序员需要科幻来放松,来获取力量。...
《三体2――黑暗森林》,程序员需要科幻来放松,来获取力量。-" Three-body 2- the dark forest," sci-fi programmer required to relax, to gain strength.
- 2022-02-04 15:24:16下载
- 积分:1
-
detailed description of MY SQL in practical application of knowledge!
详细说明了我在SQL中的实际应用知识!
- 2022-01-25 17:07:03下载
- 积分:1
-
高质量C和C++编程指南.rar:c与C++融合
高质量C和C++编程指南.rar:c与C++融合-quality C and C Programming Guide. Rar : c integration with C
- 2022-09-18 19:15:02下载
- 积分:1
-
五子棋游戏,恩,不错的游戏哦!自己刚学c++编的,很不成熟!还请多多见谅!呵呵!...
五子棋游戏,恩,不错的游戏哦!自己刚学c++编的,很不成熟!还请多多见谅!呵呵!
- 2023-07-11 15:05:08下载
- 积分:1
-
Modbus协议
基于Modbus协议的通信控制系统的设计,概述有关modbus协议的内容-Modbus protocol-based communication control system design, an overview of the contents of the modbus protocol
- 2022-08-20 23:56:54下载
- 积分:1
-
Visual C++ 6.0实例教程电子教案,很不错的
Visual C++ 6.0实例教程电子教案,很不错的-Visual C 6.0 tutorial examples of electronic lesson plans, a very good
- 2022-12-04 12:30:03下载
- 积分:1
-
java api的函数使用手册,,比较经典的 ,,学java 的一定要
java api的函数使用手册,,比较经典的 ,,学java 的一定要-a handbook about java api functions.
- 2023-08-07 20:15:04下载
- 积分:1
-
这个是某公司的40倍变焦镜头的参考文档,设计图纸等
这个是某公司的40倍变焦镜头的参考文档,设计图纸等-this is about 40X focus len of someone company,and with design mechanism chart
- 2023-02-27 05:40:04下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1