Chinaunix首页 | 论坛 | 博客
  • 博客访问: 39895
  • 博文数量: 18
  • 博客积分: 366
  • 博客等级: 一等列兵
  • 技术积分: 200
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-26 10:41
文章分类

全部博文(18)

文章存档

2013年(3)

2012年(15)

我的朋友

发布时间:2012-10-30 21:07:15

jquery fadeIn 淡出......【阅读全文】

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

发布时间:2012-10-22 10:12:22

parseInt window.getComputedStyle......【阅读全文】

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

发布时间:2012-10-21 00:46:25

datetime strftime today......【阅读全文】

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

发布时间:2012-10-18 21:13:52

staticfile django python......【阅读全文】

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

发布时间:2012-10-03 21:43:40

tar......【阅读全文】

阅读(338) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

py超级菜鸟2013-03-10 23:26

Within a character list, a "range expression" consists of two
characters separated by a hyphen.  It matches any single character that
sorts between the two characters, using the locale's collating sequence
and character set.  For example, in the default C locale, `[a-dx-z]' is
equivalent to `[abcdxyz]'.  Many locales sort characters in dictionary
order, and in these locales, `[a-dx-z]' is typically not equivalent to
`[abcdxyz]'; instead it might be equivalent to `[aBbCcDdxXyYz]', for
example.  To obtain the traditional interpretation of bracket
expressions, you can use the C locale by setting the `LC_ALL'
environment variable to the value `C'.

回复  |  举报
留言热议
请登录后留言。

登录 注册