摘要: A Drawable is a general abstraction for "something that can be drawn."Drawable是一个可画对象,可以用它在屏膜上画内容。 阅读全文
posted @ 2014-12-20 23:18 醉意人间 阅读(139) 评论(0) 推荐(0)
摘要: public class SMSMess extends BroadcastReceiver {@Overridepublic void onReceive(Context arg0, Intent arg1) {Bundle b=arg1.getExtras();if (b!=null){//从d... 阅读全文
posted @ 2014-12-20 20:18 醉意人间 阅读(192) 评论(0) 推荐(0)
摘要: http://www.dotnet-tricks.com/Tutorial/webapi/JI2X050413-Difference-between-WCF-and-Web-API-and-WCF-REST-and-Web-Service.htmlPosted By : Shailendra Cha... 阅读全文
posted @ 2014-12-20 17:48 醉意人间 阅读(152) 评论(0) 推荐(0)