彩色树叶

文章
5
资源
1
加入时间
3年1月12天

android下的即时通信autobahn

因为只是简单的使用。最后选择了websocket 使用的是autobahn依赖compile files('libs/autobahn-0.5.0.jar')建立一个service用来接收消息,再通过eventbus把消息发给activity。使用方法http://blog.csdn.net/coffeeco/article/details/13276437

2017南宁区域赛 A.Abiyoyo B.The Chosen One

A. Abiyoyo(水题) 题意: 输出k个Abiyoyo, Abiyoyo.,然后输出两个Abiyoyo, yo yoyo yo yoyo.#include <bits/stdc++.h>using namespace std;int main(){ int t; cin >> t; while(t--){ int k; c...

Ajax 核心框架函数及例子

核心ajax(options)函数中,包含了建立xmlhttprequest,提取数据,判断是否回复成功等,基本满足了日常需求。