自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 one difference of python3 from python

Python 2.7.3 >>> s = 'abcdef' >>> for i in [None] + range(-1, -len(s), -1): ...    print s[:i] ... abcdef abcde abcd abc ab a Python 3.3.0 >>> s = 'abcdef' >>> for i in [None] + rang

2014-12-09 19:38:22 302

原创 one difference of python3 from python

Python 2.7.3 >>> s = 'abcdef' >>> for i in [None] + range(-1, -len(s), -1): ...    print s[:i] ... abcdef abcde abcd abc ab a Python 3.3.0 >>> s = 'abcdef' >>> for i in [None] + rang

2014-12-09 19:35:59 470

转载 python requests

Requests 是用Python语言编写,基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库。它比 urllib 更加方便,可以节约我们大量的工作,完全满足 HTTP 测试需求。Requests 的哲学是以 PEP 20 的习语为中心开发的,所以它比 urllib 更加 Pythoner。更重要的一点是它支持 Python3 哦! Beautiful is

2014-12-02 11:12:26 862

原创 A record for OF installation

The motivation for this blog is to help me get out of the tedious work when

2014-11-21 14:56:00 760

转载 Tech Tip: Really Simple HTTP Server with Python

If you need a quick web server running and you don't want to messwith setting up apache or something similar, then Python can help.Python comes with a simple builtin HTTP server.With the help of this

2014-10-09 19:09:17 446

原创 Opensuse: Use smb connetting the printer shared on Win7

Bad uri Error information Solution: ln -s /usr/bin/smbspool /usr/lib/cups/backend/smb

2014-09-15 20:58:28 333

背单词计划生成shell脚本

<!DOCTYPE html> <html> <meta charset="utf-8"> <title>recite words</title> <head> <h1>Recite Words Shell Script</h1> </head> <body> </br> <p> This is a shell script for who is performing their Language test and struggling against the Excel to generate a neat plan reciting new words. Hope this helps! Cheers! </p> </body> </html>

2014-09-17

空空如也

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

TA关注的人

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