码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
NTFS权限设置
1. OverviewSome time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good o...
分类:其他好文   时间:2014-07-18 19:31:42    阅读次数:359
model中设置默认值时 ,使用 lambda 与否的差别以及datetime的默认值方法
'date': '2013-01-01' #固定值 'date': time.strftime('%Y-%m-%d') #启动时候的值 'date': lambda *a: time.strftime('%Y-%m-%d') #当前日期 6.1后,官方建议date/datetime的默认值的写法是(...
分类:其他好文   时间:2014-07-18 19:26:46    阅读次数:219
NOI2011道路修建
2435: [Noi2011]道路修建Time Limit:10 SecMemory Limit:128 MBSubmit:1974Solved:550[Submit][Status]Description在 W 星球上有 n 个国家。为了各自国家的经济发展,他们决定在各个国家之间建设双向道路使得国...
分类:其他好文   时间:2014-07-18 19:18:11    阅读次数:223
UVA 10196 Morning Walk
Problem H Morning Walk Time Limit 3 Seconds Kamalis a Motashotaguy. He has got a new job in Chittagong. So, he has moved to Chittagong fromDinajpur. He was getting fatter i...
分类:其他好文   时间:2014-07-18 17:01:16    阅读次数:219
[ACM] POJ 3687 Labeling Balls (拓扑排序,逆向建边)
Labeling Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10161   Accepted: 2810 Description Windy has N balls of distinct weights from 1 unit to N ...
分类:其他好文   时间:2014-07-17 16:28:48    阅读次数:261
串口通讯 ADC0804 数码管
#include #include #include #define uchar unsigned char #define uint unsigned int sbit dula=P2^6; sbit wela=P2^7; sbit adwr=P3^6; sbit adrd=P3^7; uchar flag,a; uchar flag_uart,flag_time,flag_...
分类:其他好文   时间:2014-07-17 16:19:01    阅读次数:263
【翻译自mos文章】rman 备份时报:ORA-02396: exceeded maximum idle time
rman 备份时报:ORA-02396: exceeded maximum idle time...
分类:其他好文   时间:2014-07-17 15:12:46    阅读次数:146
clock skew detected.
今天在VMWARE里安装了一个Linux 操作系统,重新启动后,出现如下的警告提示: starting sendmail: make: warning: file 'sendmil.cf' has modification time 2.3e+04 in the future clock skew detected. Your build may be incomplete   这个错误的...
分类:其他好文   时间:2014-07-17 14:39:55    阅读次数:253
POJ 3277 City Horizon
简单的Lazy操作,统计的时候把所有的lazy都推到叶节点就可以了 City Horizon Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 15973   Accepted: 4336 Description Farmer John has take...
分类:其他好文   时间:2014-07-17 14:39:18    阅读次数:273
A Famous ICPC Team
A Famous ICPC Team Time Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluMr. B, Mr. G, Mr. M and their coach Professor S are planning their way....
分类:其他好文   时间:2014-07-17 14:09:35    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!