腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
如何调试exec* = -
1
ENOENT?
linux
、
gdb
、
exec
、
strace
$ file
ctime
execve("./
ctime
", [&
浏览 0
提问于2018-02-26
得票数 2
回答已采纳
3
回答
将源代码从window转换到
linux
c++
将其转换为在
linux
上运行的最好方法是什么?struct _timeb timebuffer;timeline =
ctime
(&(timebuffer.time
浏览 3
提问于2011-01-07
得票数 1
回答已采纳
1
回答
查找命令中
ctime
1
和
ctime
+
1
之间的差异
find
-name "*.jar" -type f -
ctime
+
1
find . -name "*.jar" -type f -
ctime
1
我得到了结果。
浏览 0
提问于2011-09-28
得票数 29
回答已采纳
1
回答
ctime
,mtime,保留目录,windows,
linux
windows
、
unix
、
filesystems
、
ctime
、
filemtime
创建或删除文件时,Windows和
Linux
上的保存目录mtime都会更改。
ctime
在
Linux
bot上也会改变,而不是在Windows上,因为
ctime
是创建时间。但是,在Windows和
Linux
上,文件mtime都会更改,在
Linux
上,
ctime
也会更改,在Windows上,
ctime
是create time。 这是正确的吗?有哪些注意事项?Stackoverflow上有大量的mtime/
ctime
问题,仅仅因为
浏览 1
提问于2012-07-17
得票数 10
回答已采纳
1
回答
MSVC上的
ctime
_r
c++
、
visual-studio-2010
、
visual-c++
问题是我必须使用windows编译器,而且它没有
ctime
_r。我在C/C++方面有点新。有人能帮我用MSVC cl.exe做这件事吗?const time_t current_date(time(0)); const size_t n = strlen(
ctime
_r(¤t_date,current_date_string)); current_date_string[n-
1
] = '
浏览 5
提问于2016-03-02
得票数 2
回答已采纳
1
回答
提升公历日期和提升posix时间可以正确计算unixtime吗?
c++
、
date
、
boost
、
timestamp
、
unix-timestamp
我正在使用boost库,并且有类似这样的东西:boost
浏览 3
提问于2013-02-22
得票数 6
回答已采纳
3
回答
如何获取文件的
ctime
、atime、mtime并更改它们
file
、
go
如何使用Go获取文件的
ctime
,mtime,atime并更改它们?在Go 1.1.2中,* os.Stat只能获取mtime * os.Chtimes可以更改mtime和atime,但不能更改
ctime
。
浏览 4
提问于2014-01-02
得票数 14
回答已采纳
2
回答
编写打印人类可读时间的内核系统调用
c
、
linux
、
linux-kernel
、
kernel
、
system-calls
我试图在我自己的自定义系统调用中以人类可读的格式打印时间(例如,2015年
1
月29日05:53:12,尽管任何订单都可以)。#include<
linux
/linkage.h>#include<
linux
/sched.h>{ time_t t;
浏览 7
提问于2015-01-29
得票数 0
回答已采纳
1
回答
如何在Windows上的Ruby中获得文件创建时间?
ruby
、
windows
File.
ctime
应该返回更改时间。还有比执行和解析更好的方法吗?
浏览 3
提问于2010-10-25
得票数 12
回答已采纳
2
回答
是否与Mac的"Date Added“文件属性等效?
files
、
filesystems
、
directory
、
timestamps
、
osx-finder
有任何Unix/
Linux
文件系统或程序提供类似的功能吗? 这不是如何做ls,然后按创建的日期对结果进行排序?的副本,因为我询问的是它添加到文件夹中的日期,而不是创建日期。
浏览 0
提问于2017-10-19
得票数 5
2
回答
luaL_openlibs的隐式声明
c
、
lua
我在Windows/Mingw和
Linux
上也遇到了同样的问题。以下是我在
Linux
上使用的gcc命令:在Windows上: if (status) { exit(<e
浏览 0
提问于2011-12-05
得票数 6
回答已采纳
2
回答
在文件上设置/更改
ctime
或"Change“属性
java
、
linux
、
ext4
、
filemtime
、
java.nio.file
我想更改所有3个
Linux
/ext4 4时间戳(最后一次修改、访问和更改)。
浏览 7
提问于2013-04-21
得票数 11
回答已采纳
2
回答
复制文件后修改的时间
file
、
perl
ctime
似乎是最近的,但是文档中有关于跨操作系统兼容性的警告。
浏览 1
提问于2019-01-28
得票数 1
1
回答
如何在
Linux
中使用
ctime
python
、
unix
它在Windows上运行得很好,但现在改成了在
Linux
上运行。
浏览 36
提问于2020-12-08
得票数 0
1
回答
希望显示某些文件的创建时间。
linux
、
perl
、
ctime
但是当我将perl脚本从windows系统传输到
Linux
时。在
Linux
系统中运行,我得到错误的日期/时间。需要帮助。谢谢。) open(para_file,$file);
浏览 3
提问于2015-09-23
得票数 0
2
回答
检查当前月份是否创建了一个文件
linux
、
shell-script
、
date
我在目录中有一个文件,我必须检查该文件是否在当前月份创建。我在用shell脚本尝试一个解决方案。 例:我的文件路径是data/tmp/docs/test.txt,我只想检查当前月份创建的文件test.txt。
浏览 0
提问于2018-09-21
得票数 0
1
回答
ctime
和时间警告在OSX上编译
c
、
time
、
warnings
、
ctime
function ‘time’extras.c:363: warning: implicit declaration of function ‘
ctime
’第13-15行:long t
1
;第360-363行:char* TIMES
浏览 2
提问于2011-02-18
得票数 0
6
回答
在
linux
上使用Python获取文件创建时间
python
、
linux
os.stat返回st_mtime和st_
ctime
属性,修改时间为st_mtime,st_
ctime
为“更改时间”。在python和
Linux
下,有没有函数可以返回文件的创建时间?
浏览 3
提问于2009-09-10
得票数 21
回答已采纳
5
回答
C时间.h环绕
c
、
pointers
、
char
、
time.h
main() time_t maxTime; char *strOfMaxTime; *strOfMaxTime =
ctime
浏览 6
提问于2017-12-12
得票数 1
回答已采纳
2
回答
用于arm
linux
的交叉编译arm
linux
、
arm
、
chromium
我试图交叉编译铬源代码(280796修订版),以便在ubuntu14.04上编译ARM
Linux
并获得以下错误:
ctime
: No such file or directory #include <
ctime
>
浏览 2
提问于2014-08-25
得票数 0
点击加载更多
相关
资讯
Linux快速入门(1)
爱上Linux系列(1)
Linux基础入门课程(1)
在Linux间传输文件的姿势(1)
Linux常用命令之IPtables命令(1)
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
语音识别
活动推荐
运营活动
广告
关闭
领券