Chinaunix首页 | 论坛 | 博客
  • 博客访问: 457433
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

发布时间:2014-08-05 23:33:39

Vim sometimes has trouble with files that have unusually long lines. It's a text editor, so it's designed for text files, with line lengths that are usually at most a few hundred characters wide.A database file may not contain many newline characters, so it could conceivably be one single 100 .........【阅读全文】

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

发布时间:2014-08-05 18:35:40

点击(此处)折叠或打开$args此变量与请求行中的参数相等$content_length等于请求行的“Content_Length”的值。$content_type等同与请求头部的”Content_Type”的值$document_root等同于当前请求的root指令指定的值.........【阅读全文】

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

发布时间:2014-07-31 17:26:10

我的机器是虚拟机Ubuntu14  step 1:apt-get  update step 2:点击(此处)折叠或打开root@localhost:~# apt-get install docker.ioReading package lists... DoneBuilding dependency treeReading state information... Done.........【阅读全文】

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

发布时间:2014-07-31 11:51:12

点击(此处)折叠或打开>>> m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcolm Reynolds")>>> m.groupdict(){'first_name': 'Malcolm', 'last_name': 'Reynolds'}>>>.........【阅读全文】

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

发布时间:2014-07-31 11:10:40

点击(此处)折叠或打开[root@cdn ~]# python -m timeit '"_".join(str(n) for n in range(100))'10000 loops, best of 3: 37.5 usec per loop[root@cdn ~]# python -m timeit '"_".join([str(n) for n in range(100)])'10000 loops, best of 3: 32.6 u.........【阅读全文】

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

登录 注册