Chinaunix首页 | 论坛 | 博客
  • 博客访问: 262164
  • 博文数量: 30
  • 博客积分: 380
  • 博客等级: 一等列兵
  • 技术积分: 477
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-30 21:28
文章分类

全部博文(30)

文章存档

2014年(2)

2013年(13)

2012年(15)

发布时间:2013-12-26 09:20:51

《员工价值》到公司工作快三年了,比我后来的同事,陆续得到了升职的机会,我却原地不动,心里颇不是滋味。                    终于有一天,冒着被解聘的危险,我找到老板理论。“老板、我有过迟到、早退或.........【阅读全文】

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

发布时间:2013-12-20 16:47:09

#!/usr/bin/pythonstack = []def pushit():        stack.append(raw_input('Enter new string: ').strip())def popit():        if len(stack) == 0:                print 'Cannot pop from an empty stack!'   .........【阅读全文】

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

发布时间:2013-12-18 15:18:27

#!/usr/bin/pythonimport stringalphas = string.letters + '_'nums = string.digitsprint 'Welcome to the Identifier Checker v1.0'print 'Testees must be at least 2 chars long.'myInput = raw_input('Identifier to test?')if len(myInput) > 1:        if myInput[0] not in alph.........【阅读全文】

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

发布时间:2013-12-12 21:29:28

我全程跟的一个项目上CCTV13了,这是一个多么好的可以拿的出手出去吹NB的变量啊!!!......【阅读全文】

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

发布时间:2013-12-12 10:37:16

#!/usr/bin/python'makeTextFile.py -- create text file'import os,sysls = os.linesepwhile True:        if os.path.exists('a'):                print "ERROR: '%s' already exists" % 'a'#               br.........【阅读全文】

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

登录 注册