12 2015 档案

摘要:转自:http://blog.csdn.net/pwei007/article/details/6015907Android平台支持蓝牙网络协议栈,实现蓝牙设备之间数据的无线传输。本文档描述了怎样利用android平台提供的蓝牙API去实现蓝牙设备之间的通信,蓝牙设备之间的通信主要包括了四个步骤:设... 阅读全文
posted @ 2015-12-24 22:44 BlogCommunicator 阅读(293) 评论(0) 推荐(0)
摘要:(1)基本#id element .class * selector1,selector2,selectorN (2)层次选择器:ancestor descendant parent > child prev + next prev ~ siblings (3)基本过滤器选择器:first :las... 阅读全文
posted @ 2015-12-13 21:59 BlogCommunicator 阅读(172) 评论(0) 推荐(0)
摘要:先上代码,后面会分析String url = "http://wxpay.weixin.qq.com/pub_v2/app/app_pay.php?plat=android";Button payBtn = (Button) findViewById(R.id.appay_btn);payBtn.s... 阅读全文
posted @ 2015-12-09 15:36 BlogCommunicator 阅读(477) 评论(0) 推荐(0)