码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
python文件_批量改名
1 #! /usr/bin/env python 2 #coding=gbk 3 #文件操作实例--将文件夹下所有图片名称加上'_test' 4 import re,os,time 5 #str.split(path) 分割字符串 6 #'连接符'.join(list)将列表组成字符串 7 8 .....
分类:编程语言   时间:2015-04-14 11:05:18    阅读次数:138
Leetcode 25 Reverse Nodes in K-Group
Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen left-o...
分类:其他好文   时间:2015-04-14 09:48:49    阅读次数:104
eclipse启运时显示:Workspace in use or cannot be created, choose a different one
The time when I runned Eclipse in my computer, it has this information displayed: WorkSpace *** in use or cannot be created, choose a different one. S...
分类:系统相关   时间:2015-04-14 09:42:18    阅读次数:187
ZZUOJ - 10377 - squee_spoon and his Cube III (DP)
10377: squee_spoon and his Cube III Time Limit: 2 Sec  Memory Limit: 128 MB Submit: 70  Solved: 22 [Submit][Status][Web Board] Description     As we all know, pupil squee_spoon plays Rubik'...
分类:其他好文   时间:2015-04-14 08:37:38    阅读次数:137
JavaScript入门基础知识总结(2)
/*                 JavaScript基础学习总结 *******该总结用DW写作,为了调试方便,将影响测试的部分以注释形式写出****/ //所有测试以alert()函数显示 //1、if条件句 function funIf(){     var date = new Date();//得到一个新的日期     var time = date.getHour...
分类:编程语言   时间:2015-04-14 08:35:56    阅读次数:209
POJ 2828 Buy Tickets(线段树)
Buy Tickets Time Limit: 4000MS   Memory Limit: 65536K Total Submissions: 14905   Accepted: 7435 Description Railway tickets were difficult to buy around the Lunar New Yea...
分类:其他好文   时间:2015-04-14 08:35:49    阅读次数:158
PHP 日期与时间函数
1、时区设置 方法一:设置 php.ini 的 date.timezone=Asia/Hong_Kong ,使系统默认时间为东8区 方法二:使用函数 date_default_timezone_set() 把时区设为 date_default_timezone_set("Asia/Hong_Kong") 2、获取当前时间戳 使用 time() 函数直接返回当前时间和日期,时...
分类:Web程序   时间:2015-04-14 08:34:30    阅读次数:148
FZU - 2150 Fire Game
Problem 2150 Fire Game Accept: 623    Submit: 2445 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special (hentai) game on...
分类:其他好文   时间:2015-04-14 08:34:19    阅读次数:169
POJ 1363 Rails
There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to e...
分类:其他好文   时间:2015-04-14 08:33:05    阅读次数:125
FZU - 2144 Shooting Game
Problem 2144 Shooting Game Accept: 267    Submit: 1368 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special (hentai) gam...
分类:其他好文   时间:2015-04-14 08:30:26    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!