码迷,mamicode.com
首页 >  
搜索关键字:ctime atime mtime的区别    ( 1335个结果
python学习-46 时间模块
时间模块 ····时间戳 运行结果: ·····结构化时间 运行结果: ·····结构化时间转换成时间戳 ``````结构化时间转换成字符串时间 运行结果: ``````字符串时间转换成结构化时间 运行结果: ······把结构化时间转换成固定的字符串表达形式 运行结果: ····推迟运行 ps: ...
分类:编程语言   时间:2019-07-28 15:26:34    阅读次数:78
stat
用于显示文件的状态信息。stat命令的输出信息比ls命令的输出信息要更详细。# stat -L 支持符号链接 -f 显示文件系统状态而非文件状态 -t 简洁模式,只显示摘要信息 --help 显示帮助 --version 显示版本 字段 说明 例子 ls(-l) st_atime 文件数据的最后存取... ...
分类:其他好文   时间:2019-07-26 01:57:43    阅读次数:105
P1387 最大正方形
另一道线性dp水题 ...
分类:其他好文   时间:2019-07-24 13:35:16    阅读次数:81
生成ftp文件的目录树
依赖 节点对象 生成节点目录树结构 ...
分类:其他好文   时间:2019-07-20 09:29:12    阅读次数:106
node 基础API(fs)
读文件: 写文件: 获取文件信息 stat: 重命名: 删除: 读文件夹: 创建文件夹: 删除文件夹: 监视: ...
分类:Windows程序   时间:2019-07-17 00:51:18    阅读次数:229
P4391 无线传输
题面:https://www.luogu.org/problemnew/show/P4391 cpp 本题中n next[n]即为字符串最小长度的循环节。 Code: include include include include include include using namespace st ...
分类:其他好文   时间:2019-07-16 15:19:07    阅读次数:92
Nastya Hasn't Written a Legend(Codeforces Round #546 (Div. 2)E+线段树)
题目链接 "传送门" 题面 题意 给你一个$a$数组和一个$k$数组,进行$q$次操作,操作分为两种: 将$a_i$增加$x$,此时如果$a_{i+1} include include include include include include include include include i ...
分类:其他好文   时间:2019-07-13 17:28:12    阅读次数:115
Python中time模块的使用
Python中time模块的使用 ...
分类:编程语言   时间:2019-07-02 20:57:18    阅读次数:127
python常用代码: logging 和 无视locale强制东8区
import logging import pytz from dateutil.tz import * import datetime import os # pingcmd = 'ping -c 5 www.baidu.com' cur_path = os.path.split(os.path.... ...
分类:编程语言   时间:2019-07-02 19:05:37    阅读次数:102
UOJ #216 最小花费最短路
【题目描述】: 给你n个点,m条无向边,每条边都有长度d和花费p,给你起点s终点t,要求输出起点到终点的最短距离及其花费,如果最短距离有多条路线,则输出花费最少的。 【输入描述】: 多组数据:每组数据描述如下: 输入n,m,点的编号是1~n,然后是m行,每行4个数 a,b,d,p,表示a和b之间有一 ...
分类:其他好文   时间:2019-07-02 13:27:57    阅读次数:120
1335条   上一页 1 ... 23 24 25 26 27 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!