题意:水题,直接贴代码了。(为什么我第一遍做的时候代码写的那么烦?) 代码: ...
分类:
其他好文 时间:
2018-08-26 21:17:02
阅读次数:
178
安装 1.下载地址:http://community.wps.cn/download/(去WPS官网下载) 下载第一个即可 2.执行安装命令: 解决字体缺失问题 1.下载:http://vdisk.weibo.com/s/ajLw30suHpSUg?from=page_100505_profile& ...
分类:
系统相关 时间:
2018-08-24 21:17:18
阅读次数:
288
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 ...
分类:
其他好文 时间:
2018-08-10 19:56:39
阅读次数:
155
``` def getlongtext(self,mid:str,req:requests)->"获取全文逻辑": allinfo=None getlongtexturl=f"http://s.weibo.com/ajax/direct/morethan140?mid={mid}" resp=req... ...
分类:
其他好文 时间:
2018-07-20 16:43:06
阅读次数:
437
1 需求 修改微博不必要的显示内容 2 方法 首先是根据浏览器版本在http://tampermonkey.net/网站添加Tampermonkey Stable扩展 其次是在网站https://tiansh.github.io/yawf/zh-cn.html安装Yet Another Weibo ...
分类:
其他好文 时间:
2018-07-14 00:17:54
阅读次数:
423
//Java8中,局部内部类访问的局部变量不必用final修饰,这一点和Java7是不一样的。 /** * @param type 微博/微信 weixin weibo * @param info * @param contentMaps * @return */ private StringBuf ...
分类:
编程语言 时间:
2018-07-13 16:24:59
阅读次数:
161
```
mvn
deploy:deploy-file
-DgroupId=com.weibo.datasys
-DartifactId=data-flow
-Dversion=2.0.0
-Dpackaging=jar
-Dfile=./target/data-flow-2.... ...
分类:
编程语言 时间:
2018-06-27 20:09:01
阅读次数:
237
1.预登陆打开微博首页进行登陆,打开Charles抓包然后看请求信息,预登陆的链接需要一下以下几个参数 https://login.sina.com.cn/sso/prelogin.php?entry=weibo&callback=sinaSSOController.preloginCallBack ...
分类:
其他好文 时间:
2018-06-15 13:11:52
阅读次数:
176
URL变量 在上一个博客中,学习了如何在@Controller中创建@RequestMapping(或者响应的简写)来处理不同的URL请求。但是在Web应用中URL通常不是一成不变的,例如微博两个不同用户的个人主页对应两个不同的URL:http://weibo.com/user1,http://we ...
分类:
编程语言 时间:
2018-06-05 15:34:35
阅读次数:
131
from furl import furl getlongtexturl="https://weibo.com/p/aj/mblog/getlongtext" params={ "ajwvr": "6", "mid": '4240964233025873', "is_settop": "", "is... ...
分类:
Web程序 时间:
2018-05-25 11:14:39
阅读次数:
198