懒羊羊softwaretesting

导航

2018年5月8日 #

Redis学习

摘要: redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交 阅读全文

posted @ 2018-05-08 18:05 懒羊羊呐 阅读(114) 评论(0) 推荐(0) 编辑

python+selenium

摘要: https://blog.csdn.net/nanalinlinlin/article/details/54692114 阅读全文

posted @ 2018-05-08 15:44 懒羊羊呐 阅读(115) 评论(0) 推荐(0) 编辑

python学习例子

摘要: http://www.runoob.com/python/python-100-examples.html 阅读全文

posted @ 2018-05-08 10:17 懒羊羊呐 阅读(158) 评论(0) 推荐(0) 编辑