基本操作:判存、复制、移动、删除基本方法:File.Exist();File.Copy();File.Move();File.Delete() 补充:文本文件编码,文本文件有不同的存储方式,将字符串以什么样的形式保存为二进制,这个就是编码,UTF-8、ASCII、Unicode,gbk gb2312 ...
(一)获取总根 [java] view plain copy File[] fileList=File.listRoots(); //返回fileList.length为1 //fileList.getAbsolutePath()为"/" //这就是系统的总根 [java] view plain c ...
分类:
移动开发 时间:
2017-09-01 16:59:55
阅读次数:
258
Linux手动添加swap分区 用法:dd [操作数] ... 或:dd 选项 Copy a file, converting and formatting according to the operands. bs=BYTES read and write up to BYTES bytes at ...
分类:
系统相关 时间:
2017-08-22 23:04:03
阅读次数:
206
该文出自:http://www.civilnet.cn/bbs/browse.php?topicno=78429 首先声明,gemfield本文以Linux为基础,所涉及到的线程概念以Linux为准。避免对于windows下的你产生困扰。 在《从程序到进程》一文中,我们知道了进程在内核中是以一个ta ...
分类:
编程语言 时间:
2017-08-20 14:54:59
阅读次数:
295
本文转载自:http://www.cnblogs.com/licheng/articles/1116492.html 名称: dd 使用权限: 所有使用者dd 这个指令在 manual 里的定义是 convert and copy a file 使用方式: dd [option] 如果你想要在线看 ...
分类:
系统相关 时间:
2017-08-03 21:49:52
阅读次数:
181
1.LK中读写oem分区中的特殊字符串 2.LK传递kernel cmdline参数firstboot, 3.kernel解析cmdline参数,通过判断firstboot=来判断是否是第一次开机 4.lk中判断和记录第一次开机,再告知kernel会产生的问题 开机初始化中,LK成功走过,但是ker ...
分类:
其他好文 时间:
2017-08-01 16:31:23
阅读次数:
125
Docker containers are stateless by default. In order to persist filesystem changes, you must use docker volumes. In this lesson, we will go over how t ...
分类:
其他好文 时间:
2017-07-21 21:50:28
阅读次数:
124
PerconaMongoDBHotBackup测试及痛点前言Part1:写在最前PerconaMongoDB支持HotBackup,解决了MongoDB官方版本只能使用mongodump的情况。mongodump在小库中还好,量上来后,备份恢复都是痛苦的。本文就MongoDBhotbackup备份中的一个bug进行复现和解决。实战Part1:限制在PerconaMo..
分类:
数据库 时间:
2017-07-18 15:33:01
阅读次数:
227
我之前遇到的一个错误就是 [html] view plain copy File "site-packages\urllib3\packages\six.py", line 92, in __get__ File "site-packages\urllib3\packages\six.py", li ...
分类:
编程语言 时间:
2017-07-10 13:13:00
阅读次数:
598