摘要:
""" 在web开发中, 你可能会遇到下面这种场景: 在用户完成某个操作后, 自动去执行一些后续的操作. 譬如用户完成修改密码后,你要发送一份确认邮件 观察者模式:观察者模式(Observer)完美的将观察者和被观察的对象分离开。 举个例子,用户界面可以作为一个观察者,业务数据是被观察者, 用户界面 阅读全文
摘要:
Bookmarks Bookmarks 书签栏 redis Try RedisRedisRedis应用2-Redis实现开发者头条页面点赞功能 - noaman_wgs的博客 - CSDN博客windows安装redisRedis Lrange 命令_获取列表指定范围内的元素Google pytho 阅读全文
摘要:
https://github.com/gildas-lormeau/JSONView-for-Chrome https://www.cnblogs.com/androidstudy/p 阅读全文
摘要:
pypinying 阅读全文
摘要:
#1 连接redis #1 连接redis -- import redis -- 使用端口连接redis conn = redis.Redis(host="127.0.0.1", port=6379) -- 使用套接字连接 r = redis.Redis(unix_socket_path='/tmp 阅读全文
摘要:
# redis安装 # redis安装教程 -- 服务器(ubuntu)安装redis服务 sudo apt-get install redis-server -- 源码安装 -- $ wget http://download.redis.io/releases/redis-4.0.6.tar.gz 阅读全文
摘要:
https://www.douban.com/group/topic/44329052/ 阅读全文
摘要:
#教程 # ubuntu部署django项目 # 部署准备 - ubuntu操作系统 -- vagrant虚拟 - Nginx服务器 -- 安装在ubuntu的web服务器 - uWSGI应用协议服务模块 -- python的uwsgi模块 - python虚拟环境 -- virtualenv - 阅读全文
摘要:
# 安装教程 # 安装vagrant 教程 # 准备 - windows操作系统 - VirtualBox-5.1.18-114002-Win, - vagrant_1.9.3.msi - 镜像文件https://atlas.hashicorp.com/ubuntu/boxes/trusty64/v 阅读全文
摘要:
# 点击更新验证码,只要重新在发送一个请求即可 function updateCode(ths) { ths.src = ths.src + '?' } /check_code/ 和/check_code/? 在匹配url的时候都是匹配到/check_code/的 阅读全文