保存微博用户之间的关系:importredis
classRelatoinShip(object):
"""使用无序集合键保存用户关系"""
def__init__(self,client):
self.client=client
deffollow(self,fans,target):
"""关注某人"""
#将用户添加到目标用户粉丝集合中
target_fans_set="weibo::user::"+str(ta..
分类:
其他好文 时间:
2017-09-05 00:29:18
阅读次数:
127
新建用户功能:importredis
classUser(object):
"""使用Redis散列键保存用户信息,并尝试登陆"""
def__init__(self,client):
self.client=client
self.key="weibo::email_to_uid"
defcreate(self,name,passwd,email):
"""创建用户"""
#生成新的ID
new_id=IdGenerator("weibo:..
分类:
其他好文 时间:
2017-09-05 00:15:30
阅读次数:
121
论坛国内最好的hadoop技术学习论坛 http://china-hadoop.com更多学习资料 请登录论坛大数据时代已经来临,大数据论坛专注于为您打造国内最好的hadoop技术学习平台。1."Hadoop.Operations.pdf.zip"http://vdisk.weibo.com/s/v ...
分类:
其他好文 时间:
2017-09-04 21:30:10
阅读次数:
246
http://vdisk.weibo.com/s/cZKADUPPXv9Th 新东方试听 http://www.koolearn.com/product/c_8_451.html?a_id=ff80808138fed9e801390002fcd60001&kid=ff808081410e9c6501 ...
分类:
其他好文 时间:
2017-08-26 13:37:09
阅读次数:
143
为了吸纳用户、提高网站的用户体验性,现在很多网站都采取第三方登陆,比较常用的就是微信、QQ、微博了,接下来我来分享一下微博登陆接入的过程: 开发文档:http://open.weibo.com/wiki/%E6%8E%88%E6%9D%83%E6%9C%BA%E5%88%B6 开发步骤: 1、通过新 ...
分类:
其他好文 时间:
2017-08-24 16:42:44
阅读次数:
295
vue制作weibo 交互 vue-> 1.0 vue-resource ajax php 服务器环境(node) this.$http.get()/post()/jsonp() this.$http({ url:地址 data:给后台提交数据, method:'get'/post/jso... ...
分类:
其他好文 时间:
2017-08-24 00:16:41
阅读次数:
138
转载请注明出处:http://blog.csdn.net/gamer_gyt 博主微博:http://weibo.com/234654758 Github:https://github.com/thinkgamer Docker江湖 【Docker江湖】之Docker部署与理解 【Docker江湖】 ...
分类:
其他好文 时间:
2017-08-20 22:33:39
阅读次数:
334
每日更新关注:http://weibo.com/hanjunqiang 新浪微博! iOS开发人员交流QQ群: 446310206 一、在app中成功完毕支付宝支付的过程 1、申请支付宝钱包。參考网址: https://b.alipay.com/order/productDetail.htm?pro ...
分类:
移动开发 时间:
2017-08-20 15:49:59
阅读次数:
299
大家首先切换到:博客专栏,然后点击“加入专栏”。然后直接复制下述代码就能够了: <a href="http://weibo.com/u/3247569660/home?wvr=5&lf=reg"> <div style="text-align:center"><img src="http:/ ...
分类:
其他好文 时间:
2017-08-19 13:06:40
阅读次数:
166
转自:http://weibo.com/ttarticle/p/show?id=2309404140904511340923 API 服务正常,但是调用总是超时。api端日志显示,响应速度很快。 ??? 现象 Server A 调用本机的接口,能正常返回。调用Server B的接口,总是超时。被调用 ...
分类:
其他好文 时间:
2017-08-15 13:23:19
阅读次数:
119