上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页
摘要: 阅读全文
posted @ 2018-10-10 12:58 python成长中 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-09 20:29 python成长中 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-09 18:29 python成长中 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #下面是set的操作 #下面是哈希的操作 阅读全文
posted @ 2018-10-09 18:13 python成长中 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-09 15:33 python成长中 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-09 15:09 python成长中 阅读(86) 评论(0) 推荐(0) 编辑
摘要: import memcache #在连接之前,切记要先启动memcached mc = memcache.Client(['127.0.0.1:11211'],debug=True)#能连接多个服务器 #例如: mc = memcache.Client(['127.0.0.1:11211','192.168.0.112:11211'],debug=True) # mc.set('usern... 阅读全文
posted @ 2018-10-08 21:47 python成长中 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-08 17:00 python成长中 阅读(94) 评论(0) 推荐(0) 编辑
摘要: from flask import Flask,request,template_rendered,render_template,got_request_exception from signals import login_signals from blinker import Namespace #信号 # namespace = Namespace()#实例化一个对象 # fire_... 阅读全文
posted @ 2018-10-08 09:53 python成长中 阅读(213) 评论(0) 推荐(0) 编辑
摘要: from blinker import Namespace from datetime import datetime from flask import request namespace = Namespace() login_signals = namespace.signal('login') def login_log(sender,username): ... 阅读全文
posted @ 2018-10-08 09:18 python成长中 阅读(778) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页