package weibo4j.examples;

import java.util.List;

import weibo4j.Status;

import weibo4j.Weibo;

import weibo4j.WeiboException;

public class GetUserTimeline {

/**

* 获取用户发布的微博信息列表

* @param args

*/

public static void main(String[] args) {

System.setProperty("weibo4j.oauth.consumerKey", Weibo.CONSUMER_KEY);

System.setProperty("weibo4j.oauth.consumerSecret", Weibo.CONSUMER_SECRET);

try {

args=new String[3];

args[0]="微博帐号";

args[1]="微博密码";

args[2]="11051";

//获取24小时内前20条用户的微博信息;args[2]:用户ID

List<Status> statuses = getWeibo(false,args).getUserTimeline(args[2],20,2);

for (Status status : statuses) {

System.out.println(status.getUser().getName() + ":" +

status.getText());

}

} catch (WeiboException e) {

e.printStackTrace();

}

}

private static Weibo getWeibo(boolean isOauth,String[] args) {

Weibo weibo = new Weibo();

if(isOauth) {//oauth验证方式 args[0]:访问的token;args[1]:访问的密匙

weibo.setToken(args[0], args[1]);

}else {//用户登录方式

weibo.setUserId(args[0]);//用户名/ID

weibo.setPassword(args[1]);//密码

}

return weibo;

}

}

--------------------------------------------------------------下面是返回数据---------------------------------------------------

[Wed Dec 15 13:28:47 CST 2010]Request:

[Wed Dec 15 13:28:47 CST 2010]GET http://api.t.sina.com.cn/statuses/user_timeline/11051.xml?source=2465513401&since_id=2&count=20

[Wed Dec 15 13:28:47 CST 2010]Authorization: Basic c291YXBwQDE2My5jb206bWFvbWFv

[Wed Dec 15 13:28:47 CST 2010]X-Weibo-Client-Version: 2.0.10

[Wed Dec 15 13:28:47 CST 2010]Accept-Encoding: gzip

[Wed Dec 15 13:28:47 CST 2010]User-Agent: weibo4j http://open.t.sina.com.cn/ /2.0.10

[Wed Dec 15 13:28:47 CST 2010]X-Weibo-Client-URL: http://open.t.sina.com.cn/-2.0.10.xml

[Wed Dec 15 13:28:47 CST 2010]Response:

[Wed Dec 15 13:28:47 CST 2010]HTTP/1.1 200 OK

[Wed Dec 15 13:28:47 CST 2010]Age: 0

[Wed Dec 15 13:28:47 CST 2010]Content-Length: 4211

[Wed Dec 15 13:28:47 CST 2010]Expires: Thu, 01 Jan 1970 00:00:00 GMT

[Wed Dec 15 13:28:47 CST 2010]Connection: keep-alive

[Wed Dec 15 13:28:47 CST 2010]Server: weibo

[Wed Dec 15 13:28:47 CST 2010]Cache-Control: no-cache

[Wed Dec 15 13:28:47 CST 2010]Pragma: No-cache

[Wed Dec 15 13:28:47 CST 2010]X-Varnish: 116048906

[Wed Dec 15 13:28:47 CST 2010]Date: Wed, 15 Dec 2010 05:28:58 GMT

[Wed Dec 15 13:28:47 CST 2010]Vary: Accept-Encoding

[Wed Dec 15 13:28:47 CST 2010]Content-Encoding: gzip

[Wed Dec 15 13:28:47 CST 2010]Via: 1.1 varnish

[Wed Dec 15 13:28:47 CST 2010]Content-Type: application/xml;charset=UTF-8

[Wed Dec 15 13:28:51 CST 2010]<?xml version="1.0" encoding="UTF-8"?><statuses>

<status>

<created_at>Wed Dec 15 10:18:58 +0800 2010</created_at>

<id>4460735569</id>

<text>我刚刚参加了一个很棒的活动“微博开放平台开发者沙龙(广州站)” 地点:广东广州 时间:01月08日 活动链接:http://sinaurl.cn/hblky7</text>

<source>

<a href="http://beijing.t.sina.com.cn">活动</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww4.sinaimg.cn/thumbnail/60dac5f8jw6dccarr0ennj.jpg</thumbnail_pic>

<bmiddle_pic>http://ww4.sinaimg.cn/bmiddle/60dac5f8jw6dccarr0ennj.jpg</bmiddle_pic>

<original_pic>http://ww4.sinaimg.cn/large/60dac5f8jw6dccarr0ennj.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13807</followers_count>

<friends_count>5</friends_count>

<statuses_count>161</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

<annotations>

<annotation class="object">

<appid type="number">38</appid>

<id type="string">51763</id>

<name type="string">微博开放平台开发者沙龙(广州站)</name>

<skey type="string"/>

<title type="string">微博开放平台开发者...</title>

<url type="string">http://event.t.sina.com.cn/event_detail.php?eid=51763</url>

</annotation>

</annotations>

</status>

<status>

<created_at>Tue Dec 14 18:18:19 +0800 2010</created_at>

<id>4446545023</id>

<text>#广州开发者沙龙#广州的开发者,我们来啦~[乐乐] 欢迎各位参加微博开放平台开发者沙龙(广州)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址:http://sinaurl.cn/hblKmR</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13785</followers_count>

<friends_count>5</friends_count>

<statuses_count>160</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

<annotations/>

</status>

<status>

<created_at>Tue Dec 14 10:40:59 +0800 2010</created_at>

<id>4436480641</id>

<text>各位亲爱的开发者,开放平台开发者沙龙上海站的活动已经圆满结束了~非常感谢上海的开发者们的大力支持,我们一定会加倍努力哒![乐乐] 在这里有沙龙的照片呦,快来看看吧~[呵呵] http://sinaurl.cn/hb6IlN</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13753</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

<annotations/>

</status>

<status>

<created_at>Mon Dec 06 11:48:42 +0800 2010</created_at>

<id>4118113473</id>

<text>各位,上海的开发者沙龙马上就要停止报名啦~抓紧时间呀!开放平台的工作人员将现场解答开发者的问题,也会给大家带小礼物哦~ [乐乐] 跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7TRl</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13365</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

<annotations/>

</status>

<status>

<created_at>Mon Nov 29 16:08:43 +0800 2010</created_at>

<id>3958728723</id>

<text>各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13780</followers_count>

<friends_count>5</friends_count>

<statuses_count>160</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Fri Nov 26 13:06:25 +0800 2010</created_at>

<id>3891865515</id>

<text>由于人数有限 群组二启动~http://sinaurl.cn/hbwgnM[呵呵]</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13644</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

<retweeted_status>

<created_at>Fri Nov 26 12:01:23 +0800 2010</created_at>

<id>3890510645</id>

<text>微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13642</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</retweeted_status>

</status>

<status>

<created_at>Fri Nov 26 12:01:23 +0800 2010</created_at>

<id>3890510645</id>

<text>微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13642</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Thu Nov 25 09:24:38 +0800 2010</created_at>

<id>3866062243</id>

<text>开发者大会技术演讲嘉宾@TimYang 会到场解答开发者的问题,同时我们也准备了小礼物送给大家~人数有限,快快报名吧!跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7Gif</text>

<source>

<a href="http://beijing.t.sina.com.cn">活动</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/60dac5f8jw6dbnx2qc9x0j.jpg</thumbnail_pic>

<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/60dac5f8jw6dbnx2qc9x0j.jpg</bmiddle_pic>

<original_pic>http://ww1.sinaimg.cn/large/60dac5f8jw6dbnx2qc9x0j.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13582</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 23 18:16:52 +0800 2010</created_at>

<id>3833121851</id>

<text>新浪微博开放平台技术答疑官方账号正式启动(@微博API ),开发者如果有技术相关问题请@微博API 或者发私信,我们会有专业的技术人员为大家解答~</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平���</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13504</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 23 18:14:49 +0800 2010</created_at>

<id>3833084467</id>

<text>上海的开发者,我们来啦~欢迎各位参加微博开放平台开发者联谊会(上海站)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址http://sinaurl.cn/hb7TRl</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13501</followers_count>

<friends_count>5</friends_count>

<statuses_count>159</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Wed Nov 17 13:34:25 +0800 2010</created_at>

<id>3699058737</id>

<text>中国首届微博开发者大会于昨日成功举办。数千名全国各地的开发者和媒体到场参会,盛况空前,由于会场安保限制致使部分观众无法入场,我们在此表示诚挚的歉意,并对理解和支持我们工作的参会者说声“谢谢”。新浪微博如今的成绩与网民的支持密不可分,我们将继续努力带给您更优质的服务、更多的惊喜!</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13189</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 17:36:55 +0800 2010</created_at>

<id>3681801867</id>

<text>#无线互联开发#无线互联专场微讨论—移动开放平台的技术趋势与盈利模式。非著名主持人@刘兴亮,嘉宾有广东联通产品创新部副总监@李韩unispace,UC(优视科技)副总裁@陈石,斯凯网络副总裁@胡新勇,手机大头副总裁汪浚,街旁创始人刘大卫,新浪无线手机微博总监@郑伟。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww3.sinaimg.cn/thumbnail/00002b2bjw6dbfwr4khwcj.jpg</thumbnail_pic>

<bmiddle_pic>http://ww3.sinaimg.cn/bmiddle/00002b2bjw6dbfwr4khwcj.jpg</bmiddle_pic>

<original_pic>http://ww3.sinaimg.cn/large/00002b2bjw6dbfwr4khwcj.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13148</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 17:35:29 +0800 2010</created_at>

<id>3681775547</id>

<text>#微博开发者大会#圆满结束,感谢大家的支持。关注新浪微博,关注微博开发者,应用合作请@微博开放平台,网站合作请@网站合作大掌柜。[耶]</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13148</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 17:23:35 +0800 2010</created_at>

<id>3681550465</id>

<text>#微博开发者大会#微讨论《优秀应用颁奖&amp;明星应用分享》主持人:新浪微博开放平台运营负责人@龚民。嘉宾(明星应用开发者):@微博ipad��户端、@FlowReader、@Android口袋微博、@微博Me。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww4.sinaimg.cn/thumbnail/00002b2bjw6dbfwbzcyexj.jpg</thumbnail_pic>

<bmiddle_pic>http://ww4.sinaimg.cn/bmiddle/00002b2bjw6dbfwbzcyexj.jpg</bmiddle_pic>

<original_pic>http://ww4.sinaimg.cn/large/00002b2bjw6dbfwbzcyexj.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13146</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 17:11:55 +0800 2010</created_at>

<id>3681325239</id>

<text>#微博开发者大会#@新浪科技 票选最受欢迎应用:@求收养。颁奖嘉宾:新浪副总裁&amp;微博事业部总经理@彭少彬</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww3.sinaimg.cn/thumbnail/00002b2bjw6dbfw0lxiwwj.jpg</thumbnail_pic>

<bmiddle_pic>http://ww3.sinaimg.cn/bmiddle/00002b2bjw6dbfw0lxiwwj.jpg</bmiddle_pic>

<original_pic>http://ww3.sinaimg.cn/large/00002b2bjw6dbfw0lxiwwj.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13146</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 17:09:07 +0800 2010</created_at>

<id>3681271325</id>

<text>#微博开发者大会#《最受欢迎的应用》颁奖 —— 颁奖嘉宾:新浪副总裁&amp;微博事业部总经理@彭少彬,获奖应用:iPhone微博助手、街旁、口袋微博、闻彰拼图、美图秀秀。(奖品iPad一台+获奖证书)</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/00002b2bjw6dbfvxbmnm9j.jpg</thumbnail_pic>

<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/00002b2bjw6dbfvxbmnm9j.jpg</bmiddle_pic>

<original_pic>http://ww1.sinaimg.cn/large/00002b2bjw6dbfvxbmnm9j.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13146</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 16:59:52 +0800 2010</created_at>

<id>3681098209</id>

<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》嘉宾寄语:@赵春业:新浪微博快跑,开发者快出手。@申音:把新浪口袋里的钱掏出来放到自己口袋里。@蒋涛CSDN:早起的鸟儿有虫吃。@冷笑话精选:寻找合作伙伴,团队一起成功。@金山:放心授权,密码很安全。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<thumbnail_pic>http://ww1.sinaimg.cn/thumbnail/00002b2bjw6dbfvok6invj.jpg</thumbnail_pic>

<bmiddle_pic>http://ww1.sinaimg.cn/bmiddle/00002b2bjw6dbfvok6invj.jpg</bmiddle_pic>

<original_pic>http://ww1.sinaimg.cn/large/00002b2bjw6dbfvok6invj.jpg</original_pic>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13141</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 16:51:31 +0800 2010</created_at>

<id>3680938663</id>

<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》知名微博应用开发者@金山:未来会更多的为微博上的小量需求去做应用,基础和宽泛的应用新浪官方会逐步提供。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13141</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 16:49:55 +0800 2010</created_at>

<id>3680907899</id>

<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》伊光旭@冷笑话精选:未来会考虑更好的改进目前新浪微博的已经存在和成熟的应用。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13141</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status>

<status>

<created_at>Tue Nov 16 16:48:01 +0800 2010</created_at>

<id>3680872287</id>

<text>#微博开发者大会#微讨论《微博平台上商业模式探讨》糖衣炮弹作者、开源插件网站长@谢春业:小型的、简单的社交游戏最适合在微博的模式上运营,大型游戏或者复杂的游戏反而不适合微博。</text>

<source>

<a href="http://t.sina.com.cn">新浪微博</a>

</source>

<favorited>false</favorited>

<truncated>false</truncated>

<geo/>

<in_reply_to_status_id></in_reply_to_status_id>

<in_reply_to_user_id></in_reply_to_user_id>

<in_reply_to_screen_name></in_reply_to_screen_name>

<user>

<id>11051</id>

<screen_name>微博开放平台</screen_name>

<name>微博开放平台</name>

<province>11</province>

<city>8</city>

<location>北京 海淀区</location>

<description>新浪微博开放平台市场推广官方账号,如有技术问题,请@微博API或者发私信给微博API</description>

<url>http://open.t.sina.com.cn/</url>

<profile_image_url>http://tp4.sinaimg.cn/11051/50/1280283165/1</profile_image_url>

<domain>openapi</domain>

<gender>m</gender>

<followers_count>13141</followers_count>

<friends_count>5</friends_count>

<statuses_count>158</statuses_count>

<favourites_count>0</favourites_count>

<created_at>Wed Jan 20 00:00:00 +0800 2010</created_at>

<following>false</following>

<verified>true</verified>

<allow_all_act_msg>true</allow_all_act_msg>

<geo_enabled>true</geo_enabled>

</user>

</status></statuses>

微博开放平台:我刚刚参加了一个很棒的活动“微博开放平台开发者沙龙(广州站)” 地点:广东广州 时间:01月08日 活动链接:http://sinaurl.cn/hblky7

微博开放平台:#广州开发者沙龙#广州的开发者,我们来啦~[乐乐] 欢迎各位参加微博开放平台开发者沙龙(广州)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址:http://sinaurl.cn/hblKmR

微博开放平台:各位亲爱的开发者,开放平台开发者沙龙上海站的活动已经圆满结束了~非常感谢上海的开发者们的大力支持,我们一定会加倍努力哒![乐乐] 在这里有沙龙的照片呦,快来看看吧~[呵呵] http://sinaurl.cn/hb6IlN

微博开放平台:各位,上海的开发者沙龙马上就要停止报名啦~抓紧时间呀!开放平台的工作人员将现场解答开发者的问题,也会给大家带小礼物哦~ [乐乐] 跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7TRl

微博开放平台:各位开发者,我们的论坛上线啦~http://sinaurl.cn/h4FWc7 欢迎大家的参与~另外,关于技术相关的问题,可以在论坛上提出,也可以@微博API 这个官方技术支持账号哦~感谢大家对开放平台的支持~[呵呵]

微博开放平台:由于人数有限 群组二启动~http://sinaurl.cn/hbwgnM[呵呵]

微博开放平台:微博开放平台开发者官方微群内测啦~http://sinaurl.cn/h4dX2w 欢迎开发者加入~需要邀请码请私信或@小新娘Alex

微博开放平台:开发者大会技术演讲嘉宾@TimYang 会到场解答开发者的问题,同时我们也准备了小礼物送给大家~人数有限,快快报名吧!跟大家分享一个新活动“微博开放平台开发者联谊会(上海站)” 活动链接:http://sinaurl.cn/hb7Gif

微博开放平台:新浪微博开放平台技术答疑官方账号正式启动(@微博API ),开发者如果有技术相关问题请@微博API 或者发私信,我们会有专业的技术人员为大家解答~

微博开放平台:上海的开发者,我们来啦~欢迎各位参加微博开放平台开发者联谊会(上海站)的活动,开放平台的工作人员会到场解答开发者的问题,详情请见活动地址http://sinaurl.cn/hb7TRl

微博开放平台:中国首届微博开发者大会于昨日成功举办。数千名全国各地的开发者和媒体到场参会,盛况空前,由于会场安保限制致使部分观众无法入场,我们在此表示诚挚的歉意,并对理解和支持我们工作的参会者说声“谢谢”。新浪微博如今的成绩与网民的支持密不可分,我们将继续努力带给您更优质的服务、更多的惊喜!

微博开放平台:#无线互联开发#无线互联专场微讨论—移动开放平台的技术趋势与盈利模式。非著名主持人@刘兴亮,嘉宾有广东联通产品创新部副总监@李韩unispace,UC(优视科技)副总裁@陈石,斯凯网络副总裁@胡新勇,手机大头副总裁汪浚,街旁创始人刘大卫,新浪无线手机微博总监@郑伟。

微博开放平台:#微博开发者大会#圆满结束,感谢大家的支持。关注新浪微博,关注微博开发者,应用合作请@微博开放平台,网站合作请@网站合作大掌柜。[耶]

微博开放平台:#微博开发者大会#微讨论《优秀应用颁奖&明星应用分享》主持人:新浪微博开放平台运营负责人@龚民。嘉宾(明星应用开发者):@微博ipad客户端、@FlowReader、@Android口袋微博、@微博Me。

微博开放平台:#微博开发者大会#@新浪科技 票选最受欢迎应用:@求收养。颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬

微博开放平台:#微博开发者大会#《最受欢迎的应用》颁奖 —— 颁奖嘉宾:新浪副总裁&微博事业部总经理@彭少彬,获奖应用:iPhone微博助手、街旁、口袋微博、闻彰拼图、美图秀秀。(奖品iPad一台+获奖证书)

微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》嘉宾寄语:@赵春业:新浪微博快跑,开发者快出手。@申音:把新浪口袋里的钱掏出来放到自己口袋里。@蒋涛CSDN:早起的鸟儿有虫吃。@冷笑话精选:寻找合作伙伴,团队一起成功。@金山:放心授权,密码很安全。

微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》知名微博应用开发者@金山:未来会更多的为微博上的小量需求去做应用,基础和宽泛的应用新浪官方会逐步提供。

微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》伊光旭@冷笑话精选:未来会考虑更好的改进目前新浪微博的已经存在和成熟的应用。

微博开放平台:#微博开发者大会#微讨论《微博平台上商业模式探讨》糖衣炮弹作者、开源插件网站长@谢春业:小型的、简单的社交游戏最适合在微博的模式上运营,大型游戏或者复杂的游戏反而不适合微博。

sina微博api:获取24小时内前20条用户的微博信息相关推荐

  1. 天气api获取24小时逐小时天气预报接口调用方法

    接口返回json格式 返回最近24小时每一个小时的天气情况, 包含当前时间, 天气情况, 温度, 风力风向 返回示例, 长度问题, 只展示部分结果 "hours":[ {" ...

  2. 如何在24小时内0成本获取到25000+精准粉丝的?

    今天看到一篇干货分享文章:<如何在24小时内0成本获取到25000+精准粉丝的?>,阿泽特意分享出来,希望对大家有帮助.好了,上干货: 前言:最近做了一个公众号,试水推了一个分享链接得资源 ...

  3. 用 Python 告诉你!最近 24 小时内朋友圈发生了什么

    点击"小詹学Python",选择"置顶公众号" 第一时间获取 Python 技术干货! 本文授权转载自:AirPython 阅读文本大概需要 10 分钟. 1 ...

  4. 【24小时内第四更】为什么我们要坚持写博客?

    前言 从2018年7月份,我开始了写作博客之路.开始之前,我打算分享下之前的经历.去年初公司来了个架构师,内部分享过docker原理,TDD单元测试驱动,并发并行异步编程等内容,让我着实惊呆了,因为确 ...

  5. 比特币近24小时内链上交易额有所上升,约为345.44亿美元

    陀螺财经消息,据Tokenview.com数据显示,BTC近24小时内链上交易额为1900382.66 BTC,同比24小时前上升2.04%,近24小时内链上交易数为273543笔,同比24小时前下降 ...

  6. 33岁想从头学做网页设计_从头开始设计字体-并在24小时内将其提交给Google字体...

    33岁想从头学做网页设计 by James Barnard 詹姆斯·巴纳德(James Barnard) 从头开始设计字体-并在24小时内将其提交给Google字体 (Designing a font ...

  7. 24小时 java_Java获取24小时制的时间方法

    public static void main(String arg[]) { (一)获取24小时制中的时刻) Date today = new Date(); // 格式化时间 SimpleDate ...

  8. Java获取24小时之前的时间点

    Java 获取24小时之前的时间点 直接上代码 import java.text.DateFormat; import java.text.SimpleDateFormat; import java. ...

  9. Mysql 查询当前时间24小时内的数据

    记录一下mysql查询24小时内的sql语句 where time >=(NOW() - interval 24 hour)

最新文章

  1. 艾伟:重提URL Rewrite(3):在URL Rewrite后保持PostBack地址
  2. 几个帅气的linux命令
  3. Netty与Spring WebSocket
  4. Gearman + Nodejs + MySQL UDF异步实现 MySQL 到 Redis 的数据同步
  5. 手淘促活那些事儿 | 智能投放算法框架助力用户增长
  6. MiniDao_1.6.4 版本发布,轻量级Java持久化框架,Hibernate项目辅助利器
  7. Spring AOP 的切点切在Controller上没有起作用的问题。
  8. 直接用Jdbc就能操作数据库了,为什么还要用spring框架
  9. 开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(九)NagVis安装
  10. oracle利用正则表达式判断字符串只包含数字
  11. Linux下把U盘格式化为fat32
  12. 基于typescript的rtsp客户端实现
  13. hdu 2570 (贪心)
  14. java和C#的区别汇总
  15. JAVA实现QQ登录、注册等功能
  16. clearcase 常用命令
  17. poi html转换成word文档,poi将html转换为word文档
  18. vba 涉及合并取消合并单元格
  19. TCP/IP协议讲解
  20. 腾讯入股合作金融云,花费4亿元获长亮科技7.14%股份

热门文章

  1. 如何区分寒咳嗽和热咳嗽
  2. ABBYY FineReader PDF15下载安装教程
  3. python基于django的商品比价平台
  4. 【证券】什么是开仓、持仓和平仓?
  5. Git 处理tag和branch的命令
  6. 《计算机应用基础》第三套作业,《计算机应用基础》第三套试卷和答案.doc
  7. [图]实习月薪超过$7000 Glassdoor发布最新实习生工资报告
  8. 电力电子器件 简答题
  9. 2022N1叉车司机操作证考试题库及模拟考试
  10. Oracle Form二次开发实战总结