Last active
December 20, 2015 19:18
-
-
Save dzwillpower/6181960 to your computer and use it in GitHub Desktop.
http://api.eoe.cn/client/news?k=lists&t=top&screen=480*854 eoecn news json http://api.eoe.cn/client/blog?k=lists&t=top&screen=480*854 eoeblog json
http://api.eoe.cn/client/wiki?k=lists&t=top&screen=480*854 eoewiki
http://json.parser.online.fr/ view json str
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": { | |
"name": "推荐博客", | |
"more_url": "http://api.eoe.cn//client/blog?k=lists&pageNum=2&t=top", | |
"items": [ | |
{ | |
"id": "3130", | |
"name": "admin", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=1&size=small", | |
"title": "重磅消息!eoe.cn客户端开源啦", | |
"time": "1367031458", | |
"short_content": "对,你没看错,在3月20日发布eoe.cn客户端后,eoe在本...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=3130" | |
}, | |
{ | |
"id": "5296", | |
"name": "过期的白砂糖", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=739935&size=small", | |
"title": "史上最全Android开发资料:资源、UI、函数库、测试、构建全套教程", | |
"time": "1372820836", | |
"short_content": "除了高超的武艺,每位黑忍者还需要装备最好的武器。在...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=5296" | |
}, | |
{ | |
"id": "2245", | |
"name": "kris", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=10996&size=small", | |
"title": "Android 换肤(三) -通过Style来完成", | |
"time": "1365346649", | |
"short_content": " 在long long ago ,写过两篇文章来实现换肤,在论坛...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=2245" | |
}, | |
{ | |
"id": "3831", | |
"name": "futurexiong", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=475171&size=small", | |
"title": "解决Eclipse升级ADT22以后以及Android Studio由于依赖库问题无法直接运行", | |
"time": "1368968281", | |
"short_content": "前几天Google发布了Android Studio以及ADT22的更新,...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=3831" | |
}, | |
{ | |
"id": "861", | |
"name": "admin", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=1&size=small", | |
"title": "2013年1全年eoe招聘职位发布(最后修改2013.07.25)", | |
"time": "1361261637", | |
"short_content": "人们的倾向是雇用还不错,但是比自己差的人,因为在很...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=861" | |
}, | |
{ | |
"id": "3427", | |
"name": "fengyiyezi", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=480689&size=small", | |
"title": "如何使用Github上的开源项目", | |
"time": "1367983364", | |
"short_content": "惯例,这不是很牛X的技术点,只是记录一下从github上...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=3427" | |
}, | |
{ | |
"id": "4646", | |
"name": "CrazyBirds", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=712339&size=small", | |
"title": "如何解决加载大图片时内存溢出的问题", | |
"time": "1370705805", | |
"short_content": "转载:标题http://hi.baidu.com/liganggang/item/6ab1...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=4646" | |
}, | |
{ | |
"id": "1299", | |
"name": "futurexiong", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=475171&size=small", | |
"title": "Android Memory Management", | |
"time": "1362216418", | |
"short_content": "本文整理自Google I/O 2011: Memory management for A...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=1299" | |
}, | |
{ | |
"id": "4687", | |
"name": "过期的白砂糖", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=739935&size=small", | |
"title": "iPhone 5/iPhone 4S/iPhone 4等升级刷iOS 7教程", | |
"time": "1370938245", | |
"short_content": "如何升级至iOS7如果你的设备是 iPhone5,则必须保证是...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=4687" | |
}, | |
{ | |
"id": "3291", | |
"name": "gaolei_xj", | |
"head_image_url": "http://www.eoeandroid.com/uc_server/avatar.php?uid=657912&size=small", | |
"title": "Android应用程序实现欢迎引导页面的方法实现", | |
"time": "1367586082", | |
"short_content": "现在的大多数应用都会有一个欢迎引导页面,需求分析:...", | |
"detail_url": "http://api.eoe.cn/client/blog?k=show&id=3291" | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": { | |
"name": "推荐资讯", | |
"more_url": "http://api.eoe.cn//client/news?k=lists&pageNum=2&t=top", | |
"items": [ | |
{ | |
"id": "16206", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/08/a179/520312755f1ba.JPG-108x72-5.JPG", | |
"title": "【eoe专访】对话ARM软件联盟总监Rod Crawford", | |
"time": "1375933072", | |
"short_content": "8月3日在北京京仪酒店举行的ARM 开发者大会上,ARM软...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16206" | |
}, | |
{ | |
"id": "16201", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/07/e9ea/52022d6782ab2.jpg-108x72-5.jpg", | |
"title": "【Android 5.0】要来了,你在期待吗?", | |
"time": "1375874416", | |
"short_content": "Android 5.0要来了,你在期待吗?", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16201" | |
}, | |
{ | |
"id": "16200", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/07/73e8/52022c3b6dea5.jpg-108x72-5.jpg", | |
"title": "Android超酷专利出炉 图形解锁直接打开App", | |
"time": "1375874020", | |
"short_content": "Android超酷新专利出炉 图形解锁直接打开App...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16200" | |
}, | |
{ | |
"id": "16199", | |
"thumbnail_url": "", | |
"title": "小米的秘密:扁平化和粉丝营销真相", | |
"time": "1375922766", | |
"short_content": " 雷军又摔手机了。 2011年8月19日,...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16199" | |
}, | |
{ | |
"id": "16202", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/08/a267/5202f1f541414.png-108x72-5.png", | |
"title": "微信,勿忘初心!微信微信微微信", | |
"time": "1375924738", | |
"short_content": "微信犹如一辆停不了的火车,在两年又六个月的时间里搞...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16202" | |
}, | |
{ | |
"id": "16194", | |
"thumbnail_url": "", | |
"title": "年过40岁的雷军致已逝去的青春!", | |
"time": "1375859127", | |
"short_content": "他有一个梦想,写一套软件,运行在全世界每台电脑上。...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16194" | |
}, | |
{ | |
"id": "16171", | |
"thumbnail_url": "", | |
"title": "微软鲍尔默的赌注:用Office占领Android平台", | |
"time": "1375753408", | |
"short_content": " 导语:美国科技新闻网站betanews.com周三发表题目为...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16171" | |
}, | |
{ | |
"id": "16203", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/08/c4c8/5202f384160ae.png-108x72-5.png", | |
"title": "Moto X——5日体验详评", | |
"time": "1375925126", | |
"short_content": "对MOTO-X的屏幕,硬件,软件,电池,相机等性能测试...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16203" | |
}, | |
{ | |
"id": "16198", | |
"thumbnail_url": "", | |
"title": "关于社会化招聘的思考:招聘是一场相亲", | |
"time": "1375869263", | |
"short_content": " 上周,社会化招聘平台人人猎头再次获得KPCB数百万...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16198" | |
}, | |
{ | |
"id": "16197", | |
"thumbnail_url": "http://a1.eoe.cn/thumb/www/home/201308/07/6a4a/5201f5766596b.jpg-108x72-5.jpg", | |
"title": "互联网手机今安在:小米靠低端冲量 跟随者匿迹", | |
"time": "1375860232", | |
"short_content": "与一年前盛大、360做手机的热闹相比,当前互联网企业...", | |
"detail_url": "http://api.eoe.cn/client/news?k=show&id=16197" | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": { | |
"more_url": "http://api.eoe.cn/client/wiki?k=lists&pageNum=2&t=top", | |
"name": "推荐教程", | |
"items": [ | |
{ | |
"title": "创建你的第一个Android项目", | |
"id": "242", | |
"time": "1353410798", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=242" | |
}, | |
{ | |
"title": "Android小白成长之初级篇之JDK安装与Eclipse配置", | |
"id": "189", | |
"time": "1353410794", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=189" | |
}, | |
{ | |
"title": "Android 中建立一个OpenGL ES的开发环境", | |
"id": "528", | |
"time": "1353410824", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=528" | |
}, | |
{ | |
"title": "Android中Activity生命周期详解", | |
"id": "249", | |
"time": "1353410799", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=249" | |
}, | |
{ | |
"title": "Android中如何通过强制设备管理策略创建一个安全敏感的应用程序", | |
"id": "509", | |
"time": "1353410816", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=509" | |
}, | |
{ | |
"title": "Android中如何使用位置管理器(LocationManager)", | |
"id": "260", | |
"time": "1353410820", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=260" | |
}, | |
{ | |
"title": "在Android中启动另一个Activity", | |
"id": "238", | |
"time": "1353410797", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=238" | |
}, | |
{ | |
"title": "如何让Android ListView的平滑滚动", | |
"id": "278", | |
"time": "1353410822", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=278" | |
}, | |
{ | |
"title": "Android如何确定和监控充电基座对接状态和类", | |
"id": "275", | |
"time": "1353410800", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=275" | |
}, | |
{ | |
"title": "Android应用的基本原理", | |
"id": "23", | |
"time": "1353410801", | |
"detail_url": "http://api.eoe.cn/client/wiki?k=show&id=23" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment