自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 离职

中兴通讯股份有限公司企业标准 标准名称 员工离职管理办法 标准类别 管理标准 标准编号 Q/ZX 00301.01-2014 所属流程 人力资源管理/员工关系/离职管理 责任单位 人力资源部 拟制人 贾长峰10003585 赵学敏0000817 林 烨10157718 批准人 陈健洲10000363 曾 力10005579 发布时间

2016-02-16 17:19:34 1753

原创 04python_senior

Python学习笔记04python_senior iterate #-*- coding:utf-8 -*- print("iteration") l = [1,2,3,4,5,5,6] for i in l: print(i) kv = {"city":"shanghai","name":"Aono","computer":"ThinkPad"} for key in kv: p

2016-02-02 10:07:30 443

原创 03python_function

Python学习笔记03python_function defFunction #-*- coding:utf-8 -*- print("defFunction")def my_function(x): if x>=0: return x else: return -x x = input("please input the value of x:"

2016-02-02 10:01:09 484

原创 02python_basis

Python学习笔记02python_basis coding.py print('中国Str')print('') transfer.py print('\\\\\\\\\n\t\\\\\\') #print('\\\') worng num must be 2*nprint('''line1 line2 line3''') judgment.py #print absolute value of

2015-12-06 01:18:19 401

原创 01python_introduce

Python学习笔记01python_introduce helloworld.py print("hello world")helloRunOnlinux.py #user/bin/env python3 print("hello linux")print('hello koo',' what?')print(300)print(100+333) calc.py print(100+200

2015-12-06 01:05:01 650

原创 Python学习笔记

Python学习笔记00python_helper learning.py 廖学峰主页上的learning.py文件,用于网页解析Python

2015-12-06 01:00:04 337

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除