码迷,mamicode.com
首页 >  
搜索关键字:python time datetime unixtimestamp    ( 187406个结果
[ACM] hdu 1029 Ignatius and the Princess IV (动归或hash)
Ignatius and the Princess IV Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32767K (Java/Other) Total Submission(s) : 7   Accepted Submission(s) : 3 Font: Times New Roman | Verdana | ...
分类:其他好文   时间:2014-05-05 13:01:52    阅读次数:325
笨方法学python(5)加分题
这篇对应的是习题16,读写文件 # -*- coding: utf-8 -*- #对文件更多操作复制A文件的内容到B文件 #from sys import argv from os.path import exists prompt = "> " from_file = raw_input("please input the filename where you want to copy...
分类:编程语言   时间:2014-05-05 12:54:02    阅读次数:402
Python学习(一):入门篇:python中的一些数据结构
Python里的一些基本知识点...
分类:编程语言   时间:2014-05-04 00:11:51    阅读次数:367
[数学+dfs] ZOJ 3753 Simple Equation
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5176 Simple Equation Time Limit: 2 Seconds      Memory Limit: 65536 KB There are many Equations. Some are difficu...
分类:其他好文   时间:2014-05-03 17:47:01    阅读次数:343
Python学习(二):入门篇:python中流程控制与函数编写
python中流程控制与函数编写 Last Eidt 2014/5/2...
分类:编程语言   时间:2014-05-03 17:17:00    阅读次数:442
codeforces A. TL 题解
Valera wanted to prepare a Codesecrof round. He's already got one problem and he wants to set a time limit (TL) on it. Valera has written n correct solutions. For each correct solution, he knows it...
分类:其他好文   时间:2014-05-03 16:53:51    阅读次数:364
自动检测&后台复制光盘内容
原理:利用python的win32模块,注册服务,让代码在后台运行,检测光盘并拷贝文件 启动的方法就是直接在cmd下,main.py install ,然后去windows 的服务下就可以看到The smallestpossible Python Service 这个服务,你可以启动,停止,还可以设置成开机自动启动。启动服务后,会自动检测光盘并在后台拷贝文件 main.py import...
分类:其他好文   时间:2014-05-03 15:58:45    阅读次数:235
UVALive 3713 Astronauts
2sat....可看出每个宇航员可以有两种任务选择 (A/B) 或 C 对于每一对有矛盾的宇航员,如果属于同一年龄段 那么这两个人选择的任务不应该相同 如果属于不同的年龄段,则俩个人不能同时选择任务C Astronauts Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %l...
分类:其他好文   时间:2014-05-03 15:37:50    阅读次数:273
python : BeautifulSoup 网页数据分析
BeautifulSoup 善于网页数据分析  请参考:  http://www.crummy.com/software/BeautifulSoup 例如: 抓取CSDN首页极客头条内容  soup.py import urllib2, re from BeautifulSoup import BeautifulSoup page = urllib2.urlopen("http://gee...
分类:编程语言   时间:2014-05-03 15:31:42    阅读次数:401
HDU 4355 Party All the Time 三分
点击打开链接 Party All the Time Time Limit: 6000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2961    Accepted Submission(s): 939 Problem Description...
分类:其他好文   时间:2014-05-03 15:30:56    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!