Chinaunix首页 | 论坛 | 博客
  • 博客访问: 59356
  • 博文数量: 17
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-07 11:14
个人简介

。roth lower(substr(ename,2,length(ena)))

文章分类

全部博文(17)

文章存档

2017年(14)

2013年(3)

我的朋友

发布时间:2017-02-20 23:35:38

取文件中的时间,改为时间戳,与当前时间对比点击(此处)折叠或打开import timeimport datetimeprint datetime.datetime.now()def compare_time(l_time,start_t,end_t):   &nb.........【阅读全文】

阅读(601) | 评论(0) | 转发(0)

发布时间:2017-02-19 18:56:15

一,类的自动进出点击(此处)折叠或打开class sth(object):     def __init__(self,hehe):        self.a = hehe    def __enter__(self): .........【阅读全文】

阅读(485) | 评论(0) | 转发(0)

发布时间:2017-02-15 07:23:31

旧版 '%-17.8s' % ('Hangzhou Python') d,digit f, float 突破6位浮点小数点的限制 '{:f}'.format(3.14159)  '{:.^16d}'.format(123123123213) #居中对齐, . 填充 #. 截断长度 15位小数 '1.231231232130000' '{:6.4f}'.format(1..........【阅读全文】

阅读(627) | 评论(0) | 转发(0)

发布时间:2017-01-09 11:01:28

Git,SVN......【阅读全文】

阅读(733) | 评论(0) | 转发(0)

发布时间:2013-09-29 16:48:32

只是新增一点小小的功能,输入一串序列号(含有字母和数字的字符串),保存到文件并在结果文件的名称中体现点击(此处)折叠或打开def GetSN():#定义一个方法    C_SN=str(input("PLEASE input the devices Serial Num:")) .........【阅读全文】

阅读(2519) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册