码迷,mamicode.com
首页 >  
搜索关键字:ctime atime mtime的区别    ( 1335个结果
进程实例
import pymysql import urllib3 from lxml import etree import logging import requests import queue import time import threading from threading import RL... ...
分类:系统相关   时间:2018-12-14 19:28:38    阅读次数:211
linux基础命令---tmpwatch
tmpwatch 删除最近一段时间没有访问的文件,时间以小时为单位,节省磁盘空间。tmpwatch递归删除给定时间未被访问的文件。通常,它用于清理用于临时保存空间(如/tmp)的目录。当更改目录时,tmpwatch对可能的争用条件非常敏感,如果检测到错误,就会退出。它不遵循它正在清理的目录中的符号链 ...
分类:系统相关   时间:2018-12-08 13:11:49    阅读次数:235
Dec.
1 #include<cstdio> 2 #include<iostream> 3 #include<cstdlib> 4 #include<algorithm> 5 #include<string> 6 #include<queue> 7 #include<ctime> 8 #define N 2 ...
分类:其他好文   时间:2018-12-07 14:47:00    阅读次数:238
【U3D入门小白教程——代码篇】之三:常见脚本函数
个人学习第三章节:常见脚本 1.Awake( )与Start() Awake( )在游戏创建时调用,用于设置游戏初始化的参数 Start( )在脚本被调用,执行在所有Update( )之前,用于赋值变量 2.Update( )与FixedUpdate() Update( )用于非刚体对象的运动,诸如 ...
分类:其他好文   时间:2018-12-06 23:56:14    阅读次数:396
UVA11806 Cheerleaders
题意 "PDF" 分析 如果要求是某行某列没有石子很好算,就一个组合数。 然后要求某行某列有,就用容斥原理就行了。 时间复杂度$O(k^2 + 16T)$ 代码 cpp include include include include include include include include i ...
分类:其他好文   时间:2018-12-06 22:49:42    阅读次数:194
获取随机数 | Go语言基础
package main // 当前包声明 func main() { // 程序的入口 // 随机数 // 默认seed种子数伪,seed固定,每次取得随机数都是固定 // 1.通过当前时间戳获取seed种子数 t1:=time.Now() // 系统当前时间 //转化成时间戳 //cTimeSt... ...
分类:编程语言   时间:2018-12-03 12:00:22    阅读次数:191
大素数判断和素因子分解(miller-rabin,Pollard_rho算法) 玄学快
大数因数分解Pollard_rho 算法 复杂度o^(1/4) #include <iostream> #include <cstdio> #include <algorithm> #include <cmath> #include <cstring> #include <map> using na ...
分类:编程语言   时间:2018-12-02 13:36:05    阅读次数:180
CF431B Shower Line
Many students live in a dormitory. A dormitory is a whole new world of funny amusements and possibilities but it does have its drawbacks. There is onl ...
分类:其他好文   时间:2018-12-01 18:43:24    阅读次数:154
[luogu2286][宠物收养所]
思路 比较裸的一道平衡树的题。用一个变量S来表示当前树的情况,当S为负数时树内为宠物,当S为正数时树内为人。然后每次分情况讨论一下。如果树为空或者是与来的东西(人或宠物)与树内存的相同。那么就无法领养,直接将这个东西扔到树里。否则就从树 ...
分类:其他好文   时间:2018-12-01 13:17:35    阅读次数:163
06. pt-duplicate-key-checker
| t01 | CREATE TABLE `t01` ( `pkid` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `code` int(11) NOT NULL, `ctime` datetime D ...
分类:其他好文   时间:2018-12-01 11:09:39    阅读次数:154
1335条   上一页 1 ... 34 35 36 37 38 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!