①申请API
KEY②SelectFile>Import>Android>Existing Android Code Into Workspaceand
clickNext.导入google-play-services_lib③SelectFile>New>Other>Android
Sample ...
分类:
其他好文 时间:
2014-05-05 23:05:06
阅读次数:
344
play的logger是基于Log4j,Play 2.0 uses logback as its
logging engine.一、配置1. 在conf/application.conf中设置logger的级别// Logger//
~~~~~~~~~~~~~~~~~~~~~~~~~// You c...
分类:
其他好文 时间:
2014-05-05 22:59:19
阅读次数:
500
public void sendPlayStateBrocast() {if (mContext !=
null){Intent intent = new
Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:
其他好文 时间:
2014-04-30 02:49:15
阅读次数:
414
What is AngularJS?AngularJS is a JavaScript MVC
framework developed by Google that lets you build well structured, easily
testable, and maintainable f...
分类:
移动开发 时间:
2014-04-29 14:32:23
阅读次数:
971
www.ithome.com:看看iOS和安卓用户都对什么感兴趣
移动,现在已经成为主流计算平台了,而在整个“移动战场”上,平台之战最重要的主角无疑就是iOS和Android两大系统。安卓系统赢得了群众,这主要归功于他们设备成本较低,便于普及;而苹果公司则赢得了高质量的消费者。现在的问题是,如何精确的总结归纳,才能让我们更好地去分析移动用户。
Gravity研究显示,iOS用户对于媒体...
分类:
移动开发 时间:
2014-04-29 13:14:20
阅读次数:
407
原文地址:http://blog.sina.com.cn/s/blog_68cff87b0101a96k.html相信国行的手机都是没有google
Play 功能的吧,相比其它国外的手机,功能上逊色不少。而且国内软件市场比较复杂,偷窥隐私,安装木马,植入广告,耗费流量,这些都是国产软件的公开秘密!...
分类:
移动开发 时间:
2014-04-28 10:27:12
阅读次数:
1492
//: WIND2.CPP -- Inheritance &
upcasting#include enum note { middleC, Csharp, Cflat }; // Etc.class instrument
{public: void play(note) const { // ...
分类:
其他好文 时间:
2014-04-28 01:35:42
阅读次数:
1272
伸展树模版真的好长好长。。。
cut a b c:把第a-1个数伸展到根节点,把第b+1个数伸展到a的右子树,然后把ch[ch[root][1][0]]拿掉,放在剩下的树的第c个节点下。
flip a b:把第a-1个数伸展到根节点,把第b+1个数伸展到a的右子树,然后翻转ch[ch[root][1][0]];
由于会出现操作两边的情况,所以加了两个-1节点。
注意:
1,输出的时候要注...
分类:
其他好文 时间:
2014-04-27 22:31:19
阅读次数:
295