Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11092 Accepted Submission(s): 322 ...
分类:
其他好文 时间:
2018-08-11 20:49:55
阅读次数:
186
一、数据 1.1 什么是数据 x=10,10是我们要存储的数据 1.2 为何数据要分不同的类型 数据是用来表示状态的,不同的状态就应该用不同的类型的数据去表示 1.3 数据类型 数字(整形,长整形,浮点型,复数) 字符串 字节串:在介绍字符编码时介绍字节bytes类型 列表 元组 字典 集合 1.4 ...
分类:
编程语言 时间:
2018-08-06 00:46:57
阅读次数:
189
MWeb is a professional Markdown writing, note taking, and static blog generator app for Mac, iPad, and iPhone. Here are some special features of MWeb.... ...
分类:
Web程序 时间:
2018-08-04 17:33:44
阅读次数:
377
In modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone. You can assume ...
分类:
其他好文 时间:
2018-08-03 19:44:46
阅读次数:
156
65536K Persona5 is a famous video game. In the game, you are going to build relationship with your friends. You have NN friends and each friends have ...
分类:
其他好文 时间:
2018-07-25 00:57:15
阅读次数:
235
首先从post一下 http://s.web2.qq.com/api/get_user_friends2 这个链接获取分组categories ,好友信息 friends,info。 string url = "http://s.web2.qq.com/api/get_user_friends2"; ...
分类:
其他好文 时间:
2018-07-17 14:22:10
阅读次数:
329
第11节深度探秘搜索技术_案例实战基于dis_max实现best fields策略进行多字段搜索 课程大纲 1、为帖子数据增加content字段 POST /forum/article/_bulk{ "update": { "_id": "1"} }{ "doc" : {"content" : "i ...
分类:
其他好文 时间:
2018-07-14 13:01:14
阅读次数:
175
schedule函数定时发送消息,Bot(console_qr=2,cache_path="botoo.pkl") 发送文本消息 ...
分类:
微信 时间:
2018-07-12 21:39:24
阅读次数:
331
pip install wxpy pip install schedule Timer实现定时 wxpy是专门用于python处理个人用户微信的相关模块,这个模块可以查看朋友、查看群组、发信息、公众号操作等等,功能非常强大。 ...
分类:
微信 时间:
2018-07-12 21:38:07
阅读次数:
268
下面的代码中, 由于friends字段引用了PersonType字段,而friends本身又是PersonType的一部分,在运行的时候会报错: Expected undefined to be a GraphQL type var PersonType = new GraphQLObjectTyp ...
分类:
其他好文 时间:
2018-07-11 15:00:09
阅读次数:
239