#include#include#include#includeusing namespace std;const int MAX=1010;bool tag[MAX]; //标记BFS是是否被访问过struct node{ int ID; //编号 int layer; ...
分类:
其他好文 时间:
2015-03-07 06:15:02
阅读次数:
165
作者:@cydu来源:http://qing.weibo.com/1639780001/61bd0ea133002460.htmlhttp://qing.weibo.com/1639780001/61bd0ea1330025sq.html背景:每一条微博的转发和评论背后都是一串串说不完的故事,但是今...
分类:
其他好文 时间:
2015-03-05 18:36:28
阅读次数:
123
分享的时候 走 客户端: shareSDK 中
weibo.SSOSetting(false)这样就是客户端 如果没有客户端会调转到网页版
登录的时候走 客户端: 代码中:
weibo.SSOSetting(false)这样就是客户端 如果没有客户端会调转到网页版...
分类:
移动开发 时间:
2015-03-04 21:10:41
阅读次数:
136
在现行的网站应用中URL重定向的应用有很多:404页面处理、网址改变(t.sina转到weibo.com)、多个网站地址(如:http://www.google.com/、www.g.cn)等;本质上就是将当前使用者的网址从一个网址导向到另外的一个网址上面去;实现重定向的方式有很多种,有服务器端配置...
分类:
Web程序 时间:
2015-03-03 18:21:28
阅读次数:
134
https://api.weibo.com/oauth2/authorize? client_id= 123456& redirect_uri=http://www.baidu.com授权登陆URL:https://api.weibo.com/oauth2/authorize唯一标识:App Key...
分类:
其他好文 时间:
2015-03-03 11:34:14
阅读次数:
125
转自:作者:新浪微博 开放平台 @MUNTO_AKIRAhttp://open.weibo.com/blog/%E5%BE%AE%E5%8D%9Ajava-sdk%E4%BB%8B%E7%BB%8D%E5%8F%8A%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E-2...
分类:
编程语言 时间:
2015-03-02 22:10:42
阅读次数:
222
作者:http://weibo.com/hellguard安卓图案密码穷举,秒破gesture.key。图案密码是明文的SHA1,明文取值范围是[00-08],不超过9字节,不重复出现,没有SALT。由于明文是不可打印字符,不能用常规在线SHA1穷举网站。不想用前面那个脚本的,可以用这个:http:...
分类:
移动开发 时间:
2015-02-28 20:15:14
阅读次数:
151
微博:微博开放平台:http://open.weibo.com/使用:http://blog.csdn.net/lancees/article/details/7727564http://blog.csdn.net/shineflowers/article/details/39961629http:...
分类:
移动开发 时间:
2015-02-28 00:16:28
阅读次数:
162
Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social n...
分类:
其他好文 时间:
2015-02-27 20:01:49
阅读次数:
185