浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年12月8日

摘要: Recipes — Bottle 0.13-dev documentationRecipes¶This is a collection of code snippets and examples for common use cases.Keeping track of Sessions¶There is no built-in support for sessions because there... 阅读全文
posted @ 2013-12-08 01:48 lexus 阅读(303) 评论(0) 推荐(0)

摘要: GAE+bottle+jinja2+beaker快速开发demo - Python,GAE - language - ITeye论坛 :GAE+bottle+jinja2+beaker快速开发demo 精华帖 (0) :: 良好帖 (1) :: 新手帖 (0) :: 隐藏帖 (0) 作者正文 heartsong 等级: 初级会员 hear... 阅读全文
posted @ 2013-12-08 01:47 lexus 阅读(402) 评论(0) 推荐(0)

摘要: bottle-session 0.3 : Python Package Indexbottle-session 0.3 阅读全文
posted @ 2013-12-08 01:46 lexus 阅读(159) 评论(0) 推荐(0)

摘要: Server-side Sessions with Redis | Flask (A Python Microframework)Server-side Sessions with RedisBy Armin Ronacher filed in SessionsIf you need to store a lot of session data it makes sense to move the... 阅读全文
posted @ 2013-12-08 01:41 lexus 阅读(783) 评论(0) 推荐(0)

摘要: bottle-session 0.2 : Python Package Indexbottle-session 0.2Download bottle-session-0.2.tar.gz Redis based sessions for bottle.Latest Version: 0.3 Bottle Sessions with Redis ==========================... 阅读全文
posted @ 2013-12-08 01:40 lexus 阅读(484) 评论(0) 推荐(0)

摘要: django-cookieless 0.7 : Python Package Indexdjango-cookieless 0.7Download django-cookieless-0.7.tar.gz Django cookie free sessions optional decoratorLatest Version: 0.9 Django CookielessEd Crewe - De... 阅读全文
posted @ 2013-12-08 01:37 lexus 阅读(333) 评论(0) 推荐(0)

摘要: Session for Tornado(Redis) - 代码分享Session for Tornado(Redis)session id的生成借用了web.py。 使用了 redis 的 hash 储存。 只有在为session赋值的时候才会生成session_id,是为了必要的情况下的使用(例如oAuth2的state和验证码) [代码] [Python]代码#coding=utf8... 阅读全文
posted @ 2013-12-08 01:36 lexus 阅读(354) 评论(0) 推荐(0)

摘要: jQuery.localStorage() - jQuery SDK APIjQuery.localStorage()From jQuery SDK APIJump to: navigation, searchCategories: DataContents:jQuery.localStorage( key )jQuery.localStorage( key )jQuery.localStora... 阅读全文
posted @ 2013-12-08 01:16 lexus 阅读(1252) 评论(0) 推荐(0)