2017年11月15日

python连接redis sentinel集群

摘要: 安装 python redis 客户端 pip install redis 阅读全文

posted @ 2017-11-15 23:33 林肯公园 阅读(10177) 评论(2) 推荐(1)

jquery on() bind()绑定的点击事件在js动态新添加的元素生效

摘要: 方法一:$('.class').on("click",function(){……}); 相当于 $('.class').bind("click",function(){……});$(document).on("click",'.class',function(){……}); 相当于 $('.clas 阅读全文

posted @ 2017-11-15 14:30 林肯公园 阅读(3957) 评论(0) 推荐(1)

导航