
脚本
tjlakewalker
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
正则表达式(Regular Expression)学习笔记
今天将完成正则表达式简单应用的系统学习,以弥补以前残缺的认知和了解。 参考:1. Python正则表达式操作指南http://wiki.ubuntu.org.cn/Python正则表达式操作指南2. 正则表达式30分钟入门教程http://deerchao.net/tutorials/regex/regex.htm3. 深入浅出之正则表达式http://www.cnblogs.com/dragon/archive/2006/05/08/394078.html简单模式元字符:. ^ $ * + ?原创 2011-04-24 14:28:00 · 806 阅读 · 0 评论 -
sed学习笔记(不断更新补充)
在字符串处理中,sed非常强大,从前就了解皮毛,而在笔者某次网络电面中就曾遇到,只能现查man文档解决问题,非常窘迫。现进行系统学习,笔记于此。参考sed新手使用进阶全功略!http://www.linuxsir.org/bbs/showthread.php?原创 2011-07-06 15:04:32 · 1018 阅读 · 1 评论 -
django使用token认证authenticate
前不久参照官方文档https://docs.djangoproject.com/en/dev/topics/auth/#other-authentication-sources,采用自己添加的backend重写了authenticate方法。这种方法简单,且文档中也有详例。goo原创 2011-08-24 22:14:43 · 18364 阅读 · 3 评论