
虚拟机
Deebug
Deebug ...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Why are .goutputstream-xxxxx files created in home folder?
I find a lot of files with names of the like.goutputstream-xxxxxwhere xxxxx are some alphanumeric characters.Here is a screenshot of the home folderAny idea why I should keep these or can原创 2014-12-22 16:34:29 · 971 阅读 · 0 评论 -
警告:检测到时钟错误。您的创建可能是不完整的。
1. touch * 现象: 工程每次make后,都会出现"make: 警告:检测到时钟错误。您的创建可能是不完整的"的警告,在网上查了一下,原因是有文件的时间比当前时间还要晚(比如现在系统时钟时间是2013年1月24日 12:00:00, make所依赖的文件中存在文件的时间比这个时间还晚,比如是2014年2月21日 12:05:00),可以用"touch *"来更新文件原创 2014-12-22 16:36:35 · 1431 阅读 · 0 评论